HomeSort by: relevance | last modified time | path
    Searched refs:__clz_tab (Results 1 - 20 of 20) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
mp_clz_tab.c 0 /* __clz_tab -- support for longlong.h
40 unsigned char __clz_tab[129] = variable
longlong.h 245 /* Zero bytes are turned into bits with cmpbge, a __clz_tab lookup counts
246 them, locating the highest non-zero byte. A second __clz_tab lookup
252 __clz__b = __clz_tab [(__clz__b >> 1) ^ 0x7F]; /* 8 to 1 byte */ \
255 __clz__c = __clz_tab [__clz__x]; /* 8 to 1 bit */ \
937 cache miss reading from __clz_tab. For P55 it's favoured over the float
951 constant could be folded into __clz_tab[], but it doesn't seem worth
966 (c) = 32 + 1 - __shift - __clz_tab[__n >> __shift]; \
2222 (count) = W_TYPE_SIZE + 1 - __a - __clz_tab[__xr >> __a]; \
2236 extern const unsigned char __GMP_DECLSPEC __clz_tab[129];
2260 (count) = __clz_tab[__ctz_x & -__ctz_x] - 2;
    [all...]
gmp-impl.h 1147 #define __clz_tab __MPN(clz_tab) macro
  /src/external/lgpl3/mpfr/dist/src/
mp_clz_tab.c 0 /* __clz_tab -- support for longlong.h
29 /* Warning: up from version 5.1.0, __clz_tab has 129 elements. */
32 unsigned char __clz_tab[129] = variable
mpfr-gmp.h 224 #undef __clz_tab macro
225 #define __clz_tab mpfr_clz_tab macro
mpfr-longlong.h 251 /* Zero bytes are turned into bits with cmpbge, a __clz_tab lookup counts
252 them, locating the highest non-zero byte. A second __clz_tab lookup
258 __clz__b = __clz_tab [(__clz__b >> 1) ^ 0x7F]; /* 8 to 1 byte */ \
261 __clz__c = __clz_tab [__clz__x]; /* 8 to 1 bit */ \
937 cache miss reading from __clz_tab. For P55 it's favoured over the float
951 constant could be folded into __clz_tab[], but it doesn't seem worth
966 (c) = 32 + 1 - __shift - __clz_tab[__n >> __shift]; \
2234 (count) = W_TYPE_SIZE + 1 - __a - __clz_tab[__xr >> __a]; \
2248 extern const unsigned char __MPFR_DECLSPEC __clz_tab[129];
2272 (count) = __clz_tab[__ctz_x & -__ctz_x] - 2;
    [all...]
  /src/external/lgpl3/mpfr/dist/tools/
ck-clz_tab 17 size1=`sed -n 's/^extern .* __clz_tab\[\([0-9]\+\)\].*/\1/p' \
20 size2=`sed -n 's/^.* __clz_tab\[\([0-9]\+\)\].*/\1/p' \
25 The __clz_tab sizes do not match.
  /src/external/lgpl3/gmp/dist/mpn/alpha/
cntlz.asm 35 EXTERN(__clz_tab)
38 LEA(r3,__clz_tab)
  /src/external/lgpl3/gmp/dist/mpn/sparc64/
sparc64.h 173 (count) = W_TYPE_SIZE + 1 - __a - __clz_tab[__xr >> __a]; \
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 344 #define __clz_tab __N(clz_tab) macro
538 extern const UQItype __clz_tab[256];
libgcc2.c 686 const UQItype __clz_tab[256] =
670 const UQItype __clz_tab[256] = variable
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 331 #define __clz_tab __N(clz_tab) macro
514 extern const UQItype __clz_tab[256];
libgcc2.c 686 const UQItype __clz_tab[256] =
670 const UQItype __clz_tab[256] = variable
  /src/external/gpl3/binutils/dist/include/
longlong.h 60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1767 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
  /src/external/gpl3/binutils.old/dist/include/
longlong.h 60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1767 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
  /src/external/gpl3/gcc/dist/include/
longlong.h 60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1768 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
  /src/external/gpl3/gcc.old/dist/include/
longlong.h 60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1755 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
  /src/external/gpl3/gdb.old/dist/include/
longlong.h 60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1767 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
  /src/external/gpl3/gdb/dist/include/
longlong.h 60 extern const UQItype __clz_tab[256] attribute_hidden;
171 __a = __clz_tab[__t ^ 0xff] - 1; \
173 (COUNT) = 64 - (__clz_tab[__t] + __a*8); \
1767 (count) = W_TYPE_SIZE - (__clz_tab[__xr >> __a] + __a); \
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/
mod_1_4.asm 260 LEA( r4, __clz_tab)

Completed in 46 milliseconds