HomeSort by: relevance | last modified time | path
    Searched defs:crt_fmax (Results 1 - 2 of 2) 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
int_math.h 87 #define crt_fmax(x, y) __max((x), (y)) macro
91 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro

Completed in 21 milliseconds