Home
last modified time | relevance | path

Searched defs:crt_fabsf (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h72 #define crt_fabsf(x) fabsf((x)) macro
76 #define crt_fabsf(x) __builtin_fabsf((x)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h76 #define crt_fabsf(x) fabsf((x)) macro
80 #define crt_fabsf(x) __builtin_fabsf((x)) macro