HomeSort by: relevance | last modified time | path
    Searched defs:ctz128 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c 52 #define ctz128(hi,lo) (((lo) == 0) ? 64 + ctz64(hi) : ctz64(lo)) macro
468 t = ctz128(c_hi,c_lo); \
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c 95 #define ctz128(hi,lo) (((lo) == 0) ? 64 + ctz64(hi) : ctz64(lo)) macro
511 t = ctz128(c_hi,c_lo); \
    [all...]

Completed in 37 milliseconds