Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaxf.c38 fmaxf(float x, float y) in fmaxf() function
44 fmaxf(float x, float y) in fmaxf() function
/bionic/libm/
Dbuiltins.cpp61 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf() function
/bionic/tests/
Dmath_test.cpp938 TEST(math_h, fmaxf) { in TEST() argument