HomeSort by: relevance | last modified time | path
    Searched refs:crt_fmax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h 87 #define crt_fmax(x, y) __max((x), (y)) macro
91 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
divdc3.c 24 double __logbw = crt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
  /src/sys/external/bsd/compiler_rt/dist/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 16 milliseconds