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

  /external/compiler-rt/lib/builtins/
divdc3.c 24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
int_math.h 75 #define crt_fabs(x) fabs((x)) macro
79 #define crt_fabs(x) __builtin_fabs((x)) macro
  /external/compiler-rt/lib/builtins/ppc/
fixtfdi.c 68 if (1.0 > crt_fabs(x.s.hi))
divtc3.c 24 const double logbw = crt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi) ));

Completed in 39 milliseconds