| /src/lib/libc/arch/m68k/gen/ |
| ldexp_881.c | 45 ldexp(value, exp2) 47 int exp2; 53 : "0" (value), "g" (exp2));
|
| /src/lib/libc/arch/m68k/hardfloat/ |
| ldexp_881.c | 45 ldexp(value, exp2) 47 int exp2; 53 : "0" (value), "g" (exp2));
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| get_d_2exp.c | 35 mpz_get_d_2exp (signed long int *exp2, mpz_srcptr src) 44 *exp2 = 0; 51 *exp2 = exp;
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-powm_ui.c | 33 unsigned long int exp2; local 61 exp2 = mpz_getlimbn (exp, (mp_size_t) 0); 63 while (mpz_cmp_ui (base, 0) == 0 && exp2 == 0); 86 exp2 = mpz_getlimbn (exp, (mp_size_t) 0); 90 while (exp2 != 0) 92 if (exp2 % 2 != 0) 99 exp2 = exp2 / 2; 102 exp2 = mpz_getlimbn (exp, (mp_size_t) 0); 103 mpz_powm_ui (r1, base, exp2, mod) [all...] |
| t-powm.c | 49 mpz_t r1, r2, t1, exp2, base2; local 71 mpz_init (exp2); 141 mpz_set (exp2, exp); 146 if (mpz_tstbit (exp2, 0)) 151 if (mpz_cmp_ui (exp2, 1) <= 0) 155 mpz_tdiv_q_2exp (exp2, exp2, 1); 201 mpz_clear (exp2);
|
| /src/lib/libm/src/ |
| s_exp2l.c | 60 return exp2(x);
|
| /src/external/bsd/zstd/dist/tests/gzip/ |
| mixed.sh | 23 printf 'xxx\nyyy\n' > exp2 || framework_failure_ 30 compare exp2 out || fail=1 36 # compare exp2 out || fail=1 41 compare exp2 out || fail=1 45 compare exp2 out || fail=1
|
| /src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| get_princs_s.c | 42 char *exp2; member in struct:foreach_data 69 if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0) 104 aret = asprintf(&d.exp2, "%s@%s", expression, r); 106 if (aret == -1 || d.exp2 == NULL) { 122 free(d.exp2);
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-fib2m.c | 191 mp_bitcnt_t exp2; local 196 exp2 = MIN_K + 1 + gmp_urandomm_ui (rands, MAX_KN * GMP_NUMB_BITS - MIN_K - 1); 198 kn = BITS_TO_LIMBS (exp2); 200 kp [kn - 1] = CNST_LIMB (1) << ((exp2 - 1) % GMP_NUMB_BITS); 214 printf ("REDZONE(a) violation in test %d, exp2 = %lu\n", test, exp2); 244 ASSERT (exp2 % GMP_NUMB_BITS == 1 || kp [kn - 1] != 0); 259 printf ("REDZONE(b) violation in test %d, exp2 = %lu\n", test, exp2); 287 printf ("ERROR(k) in test %d, exp2 = %lu\n", test, exp2) [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
| k3-j784s4-evm-quad-port-eth-exp1.dtso | 78 reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>; 98 &exp2 {
|
| /src/external/mit/isl/dist/ |
| isl_lp.c | 260 int *exp2 = NULL; local 287 exp2 = isl_alloc_array(ctx, int, obj_n_div); 288 if (!bset_div || (bset_n_div && !exp1) || (obj_n_div && !exp2)) 291 div = isl_merge_divs(bset_div, obj->ls->div, exp1, exp2); 294 obj = isl_aff_expand_divs(obj, isl_mat_copy(div), exp2); 301 free(exp2); 310 free(exp2);
|
| isl_ilp.c | 364 int *exp2 = NULL; local 395 exp2 = isl_alloc_array(ctx, int, obj_n_div); 396 if (!bset_div || (bset_n_div && !exp1) || (obj_n_div && !exp2)) 399 div = isl_merge_divs(bset_div, obj->ls->div, exp1, exp2); 402 obj = isl_aff_expand_divs(obj, isl_mat_copy(div), exp2); 409 free(exp2); 418 free(exp2);
|
| isl_local_space.c | 799 * row in the result. Similarly for div2 and exp2. 806 __isl_keep isl_mat *div2, int *exp1, int *exp2) 825 expand_row(div, k + 1, div2, j, exp2); 830 exp2[j++] = k; 834 exp2[j++] = k; 843 expand_row(div, k, div2, j, exp2); 844 exp2[j] = k; 882 int *exp2 = NULL; local 905 exp2 = isl_alloc_array(ctx, int, ls2->div->n_row); 906 if (!exp1 || !exp2) [all...] |
| /src/tests/lib/libm/ |
| t_ldexp.c | 52 int exp2; member in struct:ldexp_test 176 if (table->exp2 != SKIP) 177 v = ldexp(v, table->exp2); 193 atf_tc_set_md_var(tc, "descr", "Test ldexp(x, n) == x * exp2(n)"); 206 if (!(fabs((y - (x * exp2(n[i])))/y) <= eps)) { 208 "!= %.17g * exp2(%.17g) = %.17g", 209 x, n[i], y, x, n[i], (x * exp2(n[i])));
|
| t_exp.c | 54 * exp2/exp2f(3) 56 ATF_LIBM_TEST(exp2_is_nan, "Test exp2(x) == NaN") 59 T_LIBM_CHECK_NAN(0, exp2, T_LIBM_NAN); 66 ATF_LIBM_TEST(exp2_is_plus_zero, "Test exp2(x) == +0.0") 69 T_LIBM_CHECK_PLUS_ZERO(0, exp2, T_LIBM_MINUS_INF); 76 ATF_LIBM_TEST(exp2_powers, "Test exp2(x) is correct for some integer x") 135 T_LIBM_CHECK(i, exp2, v[i].x, v[i].d_y, 0.0); 140 ATF_LIBM_TEST(exp2_values, "Test exp2(x) is correct for some x") 175 T_LIBM_CHECK(i, exp2, v[i].x, v[i].d_y, v[i].d_eps);
|
| /src/usr.bin/rpcgen/ |
| rpc_util.c | 309 expected2(tok_kind exp1, tok_kind exp2) 313 toktostr(exp2)); 319 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) 323 toktostr(exp2),
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| ctfloat.h | 40 static real_t exp2(real_t x);
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math_forward_declares.h | 59 __DEVICE__ double exp2(double); 60 __DEVICE__ float exp2(float); 216 using ::exp2;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/ |
| cmath | 49 __DEVICE__ float exp2(float __x) { return ::exp2f(__x); }
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 86 #define exp2(x) __TGMATH_REAL(x, exp2) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 86 #define exp2(x) __TGMATH_REAL(x, exp2) macro
|
| /src/external/gpl3/gcc/dist/gcc/ |
| combine-stack-adj.cc | 405 rtx exp1, exp2; 426 exp1 = dexp, exp2 = sexp; 428 exp1 = sexp, exp2 = dexp; 430 SET_SRC (exp1) = simplify_replace_rtx (SET_SRC (exp1), SET_DEST (exp2), 431 SET_SRC (exp2)); 404 rtx exp1, exp2; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| combine-stack-adj.cc | 405 rtx exp1, exp2; 426 exp1 = dexp, exp2 = sexp; 428 exp1 = sexp, exp2 = dexp; 430 SET_SRC (exp1) = simplify_replace_rtx (SET_SRC (exp1), SET_DEST (exp2), 431 SET_SRC (exp2)); 404 rtx exp1, exp2; local
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-s12z.c | 1270 expressionS exp2; 1271 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) 1302 f = emit_opr (f, buffer2, n_bytes2, &exp2); 1786 expressionS exp2; 1787 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) 1794 f = emit_opr (f, buffer2, n_bytes2, &exp2); 2116 expressionS exp2; 2123 else if (!lex_opr (buffer2, &n_opr_bytes2, &exp2, false)) 2170 f = emit_opr (f, buffer2, n_opr_bytes2, &exp2); 2867 expressionS exp2; 1263 expressionS exp2; local 1779 expressionS exp2; local 2109 expressionS exp2; local 2858 expressionS exp2; local 2986 expressionS exp2; local 3032 expressionS exp2; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-s12z.c | 1270 expressionS exp2; 1271 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) 1302 f = emit_opr (f, buffer2, n_bytes2, &exp2); 1786 expressionS exp2; 1787 if (!lex_opr (buffer2, &n_bytes2, &exp2, false)) 1794 f = emit_opr (f, buffer2, n_bytes2, &exp2); 2116 expressionS exp2; 2123 else if (!lex_opr (buffer2, &n_opr_bytes2, &exp2, false)) 2170 f = emit_opr (f, buffer2, n_opr_bytes2, &exp2); 2867 expressionS exp2; 1263 expressionS exp2; local 1779 expressionS exp2; local 2109 expressionS exp2; local 2858 expressionS exp2; local 2986 expressionS exp2; local 3032 expressionS exp2; local [all...] |