Home
last modified time | relevance | path

Searched refs:src_rep_t_clz (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h28 #define src_rep_t_clz clzsi macro
41 #define src_rep_t_clz src_rep_t_clz_impl macro
73 #define src_rep_t_clz src_rep_t_clz_impl macro
88 #define src_rep_t_clz __builtin_clz macro
149 #ifdef src_rep_t_clz
152 return src_rep_t_clz(sigFrac) - skip; in clz_in_sig_frac()