HomeSort by: relevance | last modified time | path
    Searched refs:pow2 (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/test/unit/
bit_util.c 6 unsigned i, pow2; \
26 for (pow2 = 1; pow2 < 25; pow2++) { \
27 for (x = (((t)1) << (pow2-1)) + 1; x <= ((t)1) << pow2; \
30 ((t)1) << pow2, \
  /src/external/gpl3/gdb/dist/gnulib/import/
frexp.c 83 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ local
91 DOUBLE pow2_i; /* = pow2[i] */
108 pow2[i] = pow2_i;
113 while (i > 0 && x < pow2[i - 1])
125 DOUBLE pow2_i; /* = pow2[i] */
142 pow2[i] = pow2_i;
155 x *= pow2[i];
  /src/external/gpl3/gdb.old/dist/gnulib/import/
frexp.c 83 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ local
91 DOUBLE pow2_i; /* = pow2[i] */
108 pow2[i] = pow2_i;
113 while (i > 0 && x < pow2[i - 1])
125 DOUBLE pow2_i; /* = pow2[i] */
142 pow2[i] = pow2_i;
155 x *= pow2[i];
  /src/external/lgpl3/gmp/dist/tests/mpf/
t-dm2exp.c 64 unsigned long int pow2; local
74 pow2 = urandom () % 0x10000;
76 mpf_mul_2exp (v, v, pow2);
82 mpf_div_2exp (w1, u, pow2);
94 mpf_mul_2exp (w3, w1, pow2);
  /src/external/lgpl3/gmp/dist/mpz/
urandomm.c 46 int pow2; local
58 pow2 = POW2_P (nh) && (size == 1 || mpn_zero_p (np, size - 1));
61 nbits = size * GMP_NUMB_BITS - (count - GMP_NAIL_BITS) - pow2;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
size_classes.sh 25 pow2() { function
46 pow2 ${lg_floor}; pow2_floor=${pow2_result}
59 pow2 ${lg_grp}; grp=${pow2_result}
60 pow2 ${lg_delta}; delta=${pow2_result}
70 pow2 ${lg_p}; p=${pow2_result}
102 pow2 ${lg_p}; p=${pow2_result}
103 pow2 ${lg_grp}; grp=${pow2_result}
104 pow2 ${lg_delta}; delta=${pow2_result}
114 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
161 pow2 $((${lg_z} + 3)); ptr_bits=${pow2_result
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
bit_util.c 6 unsigned i, pow2; \
26 for (pow2 = 1; pow2 < 25; pow2++) { \
27 for (x = (((t)1) << (pow2-1)) + 1; x <= ((t)1) << pow2; \
30 ((t)1) << pow2, \
  /src/external/lgpl3/mpfr/dist/src/
strtofr.c 634 int pow2; local
639 count_leading_zeros (pow2, (mp_limb_t) pstr->base);
640 pow2 = GMP_NUMB_BITS - pow2 - 1; /* base = 2^pow2 */
641 MPFR_ASSERTD (0 < pow2 && pow2 <= 5);
642 /* exp += pow2 * (pstr->exp_base - pstr_size) + pstr->exp_bin
654 if (tmp > 0 && MPFR_EXP_MAX / pow2 <= tmp)
656 else if (tmp < 0 && MPFR_EXP_MIN / pow2 >= tmp
    [all...]
sub1sp.c 1443 int pow2; local
1899 pow2 = mpfr_powerof2_raw (a);
1900 if (pow2 && rb != 0) /* subtract 1 ulp */
1921 if (pow2)
1940 if (pow2) /* deal with cancellation */
get_str.c 2679 int pow2; local
2685 count_leading_zeros (pow2, (mp_limb_t) b);
2686 pow2 = GMP_NUMB_BITS - pow2 - 1; /* b = 2^pow2 */
2688 /* set MPFR_EXP(x) = f*pow2 + r, 1 <= r <= pow2 */
2689 f = (MPFR_GET_EXP (x) - 1) / pow2;
2690 r = MPFR_GET_EXP (x) - f * pow2;
2694 r += pow2;
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/check/
crc32_x86.S 71 # define ALIGN(pow2, abs) .align pow2
73 # define ALIGN(pow2, abs) .align abs
crc64_x86.S 61 # define ALIGN(pow2, abs) .align pow2
63 # define ALIGN(pow2, abs) .align abs
  /src/external/lgpl3/mpfr/dist/tests/
trootn_si.c 205 bad_cases (root2, pow2, "rootn[2]", 0, -256, 255, 4, 128, 80, 40);
troot.c 599 bad_cases (root2, pow2, "rootn[2]", 0, -256, 255, 4, 128, 80, 40);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfmerge.c 486 tdata_t *pow1, *pow2; local
533 pow2 = fifo_remove(wq->wq_queue);
544 (void *)pow1, (void *)pow2);
545 merge_into_master(pow1, pow2, NULL, 0);
564 fifo_add(wq->wq_queue, pow2);
566 (uintmax_t)(uintptr_t)pthread_self(), (void *)pow2,
  /src/external/gpl3/binutils/dist/libiberty/
hashtab.c 110 int pow, pow2;
115 pow2 = n + lgup - precision;
117 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
  /src/external/gpl3/binutils.old/dist/libiberty/
hashtab.c 110 int pow, pow2;
115 pow2 = n + lgup - precision;
117 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
  /src/external/gpl3/gcc/dist/libiberty/
hashtab.c 110 int pow, pow2;
115 pow2 = n + lgup - precision;
117 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
  /src/external/gpl3/gcc.old/dist/libiberty/
hashtab.c 110 int pow, pow2;
115 pow2 = n + lgup - precision;
117 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
  /src/external/gpl3/gdb/dist/libiberty/
hashtab.c 110 int pow, pow2;
115 pow2 = n + lgup - precision;
117 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
  /src/external/gpl3/gdb.old/dist/libiberty/
hashtab.c 110 int pow, pow2;
115 pow2 = n + lgup - precision;
117 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
SVEIntrinsicOpts.cpp 276 if (PTruePattern == AArch64SVEPredPattern::pow2)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 687 T (POW2, pow2, 0) \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
aaA.d 480 foreach (const n, const pow2; [1, 1, 2, 4, 4, 8, 8, 8, 8, 16])
481 assert(nextpow2(n) == pow2);
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 128 rtx pow2[MAX_BITS_PER_WORD]; member in struct:init_expmed_rtl
212 XEXP (all->shift_mult, 1) = all->pow2[m];
261 all.pow2[m] = GEN_INT (HOST_WIDE_INT_1 << m);
272 all.sdiv_32 = gen_rtx_DIV (mode, all.reg, all.pow2[5]);
273 all.smod_32 = gen_rtx_MOD (mode, all.reg, all.pow2[5]);
3726 int pow, pow2;
3734 pow2 = n + lgup - precision;
3741 val |= wi::set_bit_in_zero (pow2, HOST_BITS_PER_DOUBLE_INT);
3714 int pow, pow2; local

Completed in 54 milliseconds

1 2