Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} in __tg_fmin() function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} in __tg_fmin() function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} in __tg_fmin() function