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

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c 71 #define srl128_short(hi,lo,c) \ macro
78 (((c) >= 64) ? lo = hi >> ((c) - 64), hi = 0 : srl128_short(hi,lo,c)))
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c 114 #define srl128_short(hi,lo,c) \ macro
121 (((c) >= 64) ? lo = hi >> ((c) - 64), hi = 0 : srl128_short(hi,lo,c)))
    [all...]

Completed in 119 milliseconds