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

  /external/compiler-rt/lib/builtins/
int_math.h 86 #define crt_fmaxf(x, y) __max((x), (y)) macro
90 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) macro
divsc3.c 24 float __logbw = crt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d)));

Completed in 1364 milliseconds