Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dfp_extend.h24 #define src_rep_t_clz __builtin_clz macro
31 static __inline int src_rep_t_clz(src_rep_t a) { in src_rep_t_clz() function
47 #define src_rep_t_clz __builtin_clz macro
H A Dfp_extend_impl.inc93 const int scale = src_rep_t_clz(aAbs) - src_rep_t_clz(srcMinNormal);
/aosp_15_r20/device/google/contexthub/firmware/lib/builtins/
Dfp_extend.h24 #define src_rep_t_clz __builtin_clz macro
31 static __inline int src_rep_t_clz(src_rep_t a) { in src_rep_t_clz() function
47 #define src_rep_t_clz __builtin_clz macro
Dfp_extend_impl.inc93 const int scale = src_rep_t_clz(aAbs) - src_rep_t_clz(srcMinNormal);