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

  /external/compiler-rt/lib/builtins/
int_math.h 95 #define crt_logb(x) logb((x)) macro
99 #define crt_logb(x) __builtin_logb((x)) macro
divdc3.c 24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
  /external/compiler-rt/lib/builtins/ppc/
divtc3.c 24 const double logbw = crt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi) ));

Completed in 249 milliseconds