Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h40 static inline int src_rep_t_clz_impl(src_rep_t a) { return __builtin_clzll(a); } in src_rep_t_clz_impl() function
41 #define src_rep_t_clz src_rep_t_clz_impl
69 static inline int src_rep_t_clz_impl(src_rep_t a) { in src_rep_t_clz_impl() function
73 #define src_rep_t_clz src_rep_t_clz_impl