Searched refs:src_rep_t_clz (Results 1 – 2 of 2) sorted by relevance
28 #define src_rep_t_clz clzsi macro41 #define src_rep_t_clz src_rep_t_clz_impl macro73 #define src_rep_t_clz src_rep_t_clz_impl macro88 #define src_rep_t_clz __builtin_clz macro149 #ifdef src_rep_t_clz152 return src_rep_t_clz(sigFrac) - skip; in clz_in_sig_frac()
84 #ifndef src_rep_t_clz85 // If src_rep_t_clz is not defined this branch must be unreachable.