Searched refs:crt_fmax (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/
H A Dint_math.h55 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
H A Ddivdc3.c24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
/external/compiler-rt/lib/ppc/
H A Ddivtc3.c29 const double logbw = crt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi) ));

Completed in 215 milliseconds