Searched refs:crt_fmaxf (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | int_math.h | 82 #define crt_fmaxf(x, y) __max((x), (y)) macro 86 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) macro
|
D | divsc3.c | 23 __compiler_rt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()
|
/external/compiler-rt/lib/builtins/ |
D | int_math.h | 86 #define crt_fmaxf(x, y) __max((x), (y)) macro 90 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) macro
|
D | divsc3.c | 24 float __logbw = crt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()
|