Searched refs:__tg_fmin (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h769 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
773 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
777 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
780 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \

Completed in 118 milliseconds