Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
Ddivdc3.c23 double __logbw = __compiler_rt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d))); in __divdc3()
/external/compiler-rt/lib/builtins/
Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
Ddivdc3.c24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d))); in __divdc3()
/external/compiler-rt/lib/builtins/ppc/
Ddivtc3.c24 const double logbw = crt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi) )); in __divtc3()
/external/llvm-project/compiler-rt/lib/builtins/ppc/
Ddivtc3.c30 __compiler_rt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi))); in __divtc3()