Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dint_math.h97 #define crt_logbl(x) logbl((x)) macro
101 #define crt_logbl(x) __builtin_logbl((x)) macro
Ddivtc3.c24 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3()
Ddivxc3.c25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3()