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

1 2 3 4

  /src/external/lgpl3/mpfr/dist/src/
int_ceil_log2.c 23 #define MPFR_NEED_LONGLONG_H /* for count_leading_zeros */
40 count_leading_zeros (b, limb);
frac.c 76 count_leading_zeros(cnt, k);
91 count_leading_zeros(sh, k);
set_uj.c 69 count_leading_zeros(cnt, limb);
91 count_leading_zeros(cnt, limb);
add_ui.c 75 count_leading_zeros (cnt, (mp_limb_t) u);
cmp_si.c 74 count_leading_zeros(k, c);
cmp_ui.c 74 count_leading_zeros(k, c);
fmod_ui.c 47 count_leading_zeros (cnt, (mp_limb_t) u);
nbits_ulong.c 24 #define MPFR_NEED_LONGLONG_H /* for count_leading_zeros */
29 nbits(unsigned long) - count_leading_zeros (n) */
39 count_leading_zeros (cnt, (mp_limb_t) n);
89 nbits(uintmax_t) - count_leading_zeros (n) */
set_d.c 89 count_leading_zeros (cnt, man[0]);
100 count_leading_zeros (cnt, man[1]);
116 count_leading_zeros (cnt, man[3]);
143 count_leading_zeros (cnt, man[6]);
  /src/external/lgpl3/gmp/dist/mpf/
get_d_2exp.c 51 count_leading_zeros (cnt, ptr[abs_size - 1]);
pow_ui.c 54 count_leading_zeros (cnt, (mp_limb_t) e);
  /src/external/lgpl3/gmp/dist/rand/
randmui.c 63 count_leading_zeros (leading, (mp_limb_t) n);
  /src/external/gpl3/gcc/dist/libquadmath/printf/
flt1282mpn.c 75 count_leading_zeros (cnt, res_ptr[N - 1]);
84 count_leading_zeros (cnt, res_ptr[0]);
105 count_leading_zeros (cnt, res_ptr[j]);
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
flt1282mpn.c 75 count_leading_zeros (cnt, res_ptr[N - 1]);
84 count_leading_zeros (cnt, res_ptr[0]);
105 count_leading_zeros (cnt, res_ptr[j]);
  /src/external/lgpl3/gmp/dist/mpq/
cmp.c 103 count_leading_zeros (cnt1, PTR(NUM(op1))[num1_size - 1]);
104 count_leading_zeros (cnt2, d2h);
107 count_leading_zeros (cnt1, PTR(num_op2)[num2_size - 1]);
108 count_leading_zeros (cnt2, d1h);
  /src/external/lgpl3/gmp/dist/tests/
t-count_zeros.c 1 /* Test count_leading_zeros and count_trailing_zeros.
30 count_leading_zeros (got, n);
33 printf ("count_leading_zeros wrong\n");
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
divmodti4.c 55 count_leading_zeros (UTItype x) function
91 si_from_uint (count_leading_zeros (den) - count_leading_zeros (num));
  /src/external/gpl3/binutils/dist/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
167 #define count_leading_zeros(COUNT,X) \ macro
216 #define count_leading_zeros(count, x) \ macro
286 /* Let gcc decide how best to implement count_leading_zeros. */
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
301 #define count_leading_zeros macro
307 #define count_leading_zeros macro
317 #define count_leading_zeros macro
385 #define count_leading_zeros macro
486 #define count_leading_zeros macro
522 #define count_leading_zeros macro
570 #define count_leading_zeros macro
598 # define count_leading_zeros macro
602 # define count_leading_zeros macro
752 #define count_leading_zeros macro
759 #define count_leading_zeros macro
781 #define count_leading_zeros macro
824 # define count_leading_zeros macro
870 #define count_leading_zeros macro
919 #define count_leading_zeros macro
980 #define count_leading_zeros macro
1051 #define count_leading_zeros macro
1304 #define count_leading_zeros macro
1540 #define count_leading_zeros macro
1561 #define count_leading_zeros macro
1567 #define count_leading_zeros macro
1749 #define count_leading_zeros macro
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
167 #define count_leading_zeros(COUNT,X) \ macro
216 #define count_leading_zeros(count, x) \ macro
286 /* Let gcc decide how best to implement count_leading_zeros. */
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
301 #define count_leading_zeros macro
307 #define count_leading_zeros macro
317 #define count_leading_zeros macro
385 #define count_leading_zeros macro
486 #define count_leading_zeros macro
522 #define count_leading_zeros macro
570 #define count_leading_zeros macro
598 # define count_leading_zeros macro
602 # define count_leading_zeros macro
752 #define count_leading_zeros macro
759 #define count_leading_zeros macro
781 #define count_leading_zeros macro
824 # define count_leading_zeros macro
870 #define count_leading_zeros macro
919 #define count_leading_zeros macro
980 #define count_leading_zeros macro
1051 #define count_leading_zeros macro
1304 #define count_leading_zeros macro
1540 #define count_leading_zeros macro
1561 #define count_leading_zeros macro
1567 #define count_leading_zeros macro
1749 #define count_leading_zeros macro
    [all...]
  /src/external/gpl3/gcc/dist/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
167 #define count_leading_zeros(COUNT,X) \ macro
216 #define count_leading_zeros(count, x) \ macro
286 /* Let gcc decide how best to implement count_leading_zeros. */
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
301 #define count_leading_zeros macro
307 #define count_leading_zeros macro
317 #define count_leading_zeros macro
385 #define count_leading_zeros macro
486 #define count_leading_zeros macro
522 #define count_leading_zeros macro
570 #define count_leading_zeros macro
598 # define count_leading_zeros macro
602 # define count_leading_zeros macro
752 #define count_leading_zeros macro
759 #define count_leading_zeros macro
781 #define count_leading_zeros macro
824 # define count_leading_zeros macro
870 #define count_leading_zeros macro
919 #define count_leading_zeros macro
980 #define count_leading_zeros macro
1051 #define count_leading_zeros macro
1304 #define count_leading_zeros macro
1540 #define count_leading_zeros macro
1561 #define count_leading_zeros macro
1567 #define count_leading_zeros macro
1750 #define count_leading_zeros macro
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
167 #define count_leading_zeros(COUNT,X) \ macro
216 #define count_leading_zeros(count, x) \ macro
286 /* Let gcc decide how best to implement count_leading_zeros. */
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
301 #define count_leading_zeros macro
307 #define count_leading_zeros macro
317 #define count_leading_zeros macro
385 #define count_leading_zeros macro
486 #define count_leading_zeros macro
522 #define count_leading_zeros macro
570 #define count_leading_zeros macro
598 # define count_leading_zeros macro
602 # define count_leading_zeros macro
752 #define count_leading_zeros macro
759 #define count_leading_zeros macro
781 #define count_leading_zeros macro
824 # define count_leading_zeros macro
870 #define count_leading_zeros macro
919 #define count_leading_zeros macro
980 #define count_leading_zeros macro
1051 #define count_leading_zeros macro
1304 #define count_leading_zeros macro
1540 #define count_leading_zeros macro
1561 #define count_leading_zeros macro
1567 #define count_leading_zeros macro
1749 #define count_leading_zeros macro
    [all...]
  /src/external/gpl3/gdb/dist/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
167 #define count_leading_zeros(COUNT,X) \ macro
216 #define count_leading_zeros(count, x) \ macro
286 /* Let gcc decide how best to implement count_leading_zeros. */
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
301 #define count_leading_zeros macro
307 #define count_leading_zeros macro
317 #define count_leading_zeros macro
385 #define count_leading_zeros macro
486 #define count_leading_zeros macro
522 #define count_leading_zeros macro
570 #define count_leading_zeros macro
598 # define count_leading_zeros macro
602 # define count_leading_zeros macro
752 #define count_leading_zeros macro
759 #define count_leading_zeros macro
781 #define count_leading_zeros macro
824 # define count_leading_zeros macro
870 #define count_leading_zeros macro
919 #define count_leading_zeros macro
980 #define count_leading_zeros macro
1051 #define count_leading_zeros macro
1304 #define count_leading_zeros macro
1540 #define count_leading_zeros macro
1561 #define count_leading_zeros macro
1567 #define count_leading_zeros macro
1749 #define count_leading_zeros macro
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
longlong.h 83 5) count_leading_zeros(count, x) counts the number of zero-bits from the
88 6) count_trailing_zeros(count, x) like count_leading_zeros, but counts
128 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clz (X)) macro
134 #define count_leading_zeros(COUNT, X) ((COUNT) = __builtin_clzll (X)) macro
163 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clzl (X)) macro
167 #define count_leading_zeros(COUNT,X) \ macro
216 #define count_leading_zeros(count, x) \ macro
286 /* Let gcc decide how best to implement count_leading_zeros. */
287 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X)) macro
295 #define count_leading_zeros(COUNT,X) ((COUNT) = __builtin_clz (X) macro
301 #define count_leading_zeros macro
307 #define count_leading_zeros macro
317 #define count_leading_zeros macro
385 #define count_leading_zeros macro
486 #define count_leading_zeros macro
522 #define count_leading_zeros macro
570 #define count_leading_zeros macro
740 #define count_leading_zeros macro
747 #define count_leading_zeros macro
769 #define count_leading_zeros macro
812 # define count_leading_zeros macro
858 #define count_leading_zeros macro
907 #define count_leading_zeros macro
968 #define count_leading_zeros macro
1039 #define count_leading_zeros macro
1292 #define count_leading_zeros macro
1528 #define count_leading_zeros macro
1549 #define count_leading_zeros macro
1555 #define count_leading_zeros macro
1737 #define count_leading_zeros macro
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
get_d.c 177 count_leading_zeros (lshift, mlo);
206 count_leading_zeros (lshift, x);
321 count_leading_zeros (lshift, mhi);
387 count_leading_zeros (m, l);
  /src/external/lgpl3/gmp/dist/mpz/
urandomm.c 34 #include "longlong.h" /* for count_leading_zeros */
60 count_leading_zeros (count, nh);

Completed in 49 milliseconds

1 2 3 4