Searched defs:fmaxf (Results 1 – 3 of 3) sorted by relevance
38 fmaxf(float x, float y) in fmaxf() function44 fmaxf(float x, float y) in fmaxf() function
61 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf() function
938 TEST(math_h, fmaxf) { in TEST() argument