Home
last modified time | relevance | path

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

/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_math.h76 #define crt_fabs(x) fabs((x)) macro
80 #define crt_fabs(x) __builtin_fabs((x)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h75 #define crt_fabs(x) fabs((x)) macro
79 #define crt_fabs(x) __builtin_fabs((x)) macro