Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h97 #define crt_logb(x) logb((x)) macro
101 #define crt_logb(x) __builtin_logb((x)) macro
H A Ddivdc3.c24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d))); in __divdc3()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Ddivtc3.c24 const double logbw = crt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi) )); in __divtc3()