Searched defs:rep_clz (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dfp_lib.h49 static inline int rep_clz(rep_t a) { function
69 static inline int rep_clz(rep_t a) { function
115 static inline int rep_clz(rep_t a) { function
242 const int shift = rep_clz(*significand) - rep_clz(implicitBit);

Completed in 73 milliseconds