Home
last modified time | relevance | path

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

/arm-trusted-firmware/lib/compiler-rt/builtins/
H A Dint_math.h76 #define crt_fabs(x) fabs((x)) macro
80 #define crt_fabs(x) __builtin_fabs((x)) macro