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

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c 58 #define sll128_short(hi,lo,c) \ macro
65 (((c) >= 64) ? hi = lo << ((c) - 64), lo = 0 : sll128_short(hi,lo,c)))
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c 101 #define sll128_short(hi,lo,c) \ macro
108 (((c) >= 64) ? hi = lo << ((c) - 64), lo = 0 : sll128_short(hi,lo,c)))
    [all...]

Completed in 67 milliseconds