Searched refs:fmaxf (Results 1 – 7 of 7) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fmaxf.c | 37 fmaxf(float x, float y) in fmaxf() function
|
/bionic/libm/ |
D | builtins.cpp | 58 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf() function
|
D | libm.map.txt | 136 fmaxf;
|
/bionic/tests/ |
D | math_test.cpp | 903 TEST(MATH_TEST, fmaxf) { in TEST() argument 904 ASSERT_FLOAT_EQ(12.0f, fmaxf(12.0f, 10.0f)); in TEST() 905 ASSERT_FLOAT_EQ(12.0f, fmaxf(12.0f, nanf(""))); in TEST() 906 ASSERT_FLOAT_EQ(12.0f, fmaxf(nanf(""), 12.0f)); in TEST() 1860 DoMathDataTest<1>(g_fmaxf_intel_data, fmaxf); in TEST()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 200 FUNCTION(fmaxf, float (*f)(float, float)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 296 float fmaxf(float __x, float __y) __attribute_const__;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 271 fmaxf
|