Home
last modified time | relevance | path

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

/src/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()
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.