Home
last modified time | relevance | path

Searched defs:__tg_fmax (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h751 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax() function
755 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} in __tg_fmax() function
759 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} in __tg_fmax() function