Searched defs:fminf (Results 1 – 3 of 3) sorted by relevance
38 fminf(float x, float y) in fminf() function44 fminf(float x, float y) in fminf() function
64 float fminf(float x, float y) { return __builtin_fminf(x, y); } in fminf() function
956 TEST(math_h, fminf) { in TEST() argument