Searched refs:rep_clz (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h49 static __inline int rep_clz(rep_t a) { return __builtin_clz(a); } function
67 static __inline int rep_clz(rep_t a) { function
113 static __inline int rep_clz(rep_t a) { function
235 const int shift = rep_clz(*significand) - rep_clz(implicitBit);

Completed in 109 milliseconds