Searched refs:crt_fmaxl (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | int_math.h | 83 #define crt_fmaxl(x, y) __max((x), (y)) macro 87 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) macro
|
D | divxc3.c | 23 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3()
|
D | divtc3.c | 24 __compiler_rt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3()
|
/external/compiler-rt/lib/builtins/ |
D | int_math.h | 87 #define crt_fmaxl(x, y) __max((x), (y)) macro 91 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) macro
|
D | divtc3.c | 24 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3()
|
D | divxc3.c | 25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divxc3()
|