Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h28 #define src_rep_t_clz clzsi macro
50 #define src_rep_t_clz src_rep_t_clz_impl macro
82 #define src_rep_t_clz src_rep_t_clz_impl macro
143 #ifdef src_rep_t_clz
146 return src_rep_t_clz(sigFrac) - skip; in clz_in_sig_frac()
H A Dfp_extend_impl.inc84 #ifndef src_rep_t_clz
85 // If src_rep_t_clz is not defined this branch must be unreachable.