Searched defs:fminf (Results 1 – 3 of 3) sorted by relevance
35 fminf(float x, float y) in fminf() function41 fminf(float x, float y) in fminf() function
58 float fminf(float x, float y) { return __builtin_fminf(x, y); } in fminf() function
969 TEST(math_h, fminf) { in TEST() argument