HomeSort by relevance Sort by last modified time
    Searched refs:crt_fabsl (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/builtins/
divtc3.c 24 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
divxc3.c 25 long double __logbw = crt_logbl(crt_fmaxl(crt_fabsl(__c), crt_fabsl(__d)));
int_math.h 77 #define crt_fabsl(x) fabs((x)) macro
81 #define crt_fabsl(x) __builtin_fabsl((x)) macro

Completed in 106 milliseconds