Home
last modified time | relevance | path

Searched refs:fmaxf (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaxf.c37 fmaxf(float x, float y) in fmaxf() function
/bionic/libm/
Dbuiltins.cpp58 float fmaxf(float x, float y) { return __builtin_fmaxf(x, y); } in fmaxf() function
Dlibm.map.txt136 fmaxf;
/bionic/tests/
Dmath_test.cpp903 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/
Dmath_h.c200 FUNCTION(fmaxf, float (*f)(float, float)); in math_h()
/bionic/libc/include/
Dmath.h296 float fmaxf(float __x, float __y) __attribute_const__;
/bionic/libc/tools/
Dposix-2013.txt271 fmaxf