Searched refs:fmax (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fmax.c | 39 fmax(double x, double y) in fmax() function 45 fmax(double x, double y) in fmax() function 67 __weak_reference(fmax, fmaxl);
|
/bionic/libm/ |
D | fake_long_double.c | 27 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); } in fmaxl()
|
D | builtins.cpp | 62 double fmax(double x, double y) { return __builtin_fmax(x, y); } in fmax() function
|
D | libm.map.txt | 135 fmax;
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 85 TGMATH2(fmax); in tgmath_h()
|
D | math_h.c | 199 FUNCTION(fmax, double (*f)(double, double)); in math_h()
|
/bionic/tests/ |
D | math_test.cpp | 932 TEST(math_h, fmax) { in TEST() argument 933 ASSERT_DOUBLE_EQ(12.0, fmax(12.0, 10.0)); in TEST() 934 ASSERT_DOUBLE_EQ(12.0, fmax(12.0, nan(""))); in TEST() 935 ASSERT_DOUBLE_EQ(12.0, fmax(nan(""), 12.0)); in TEST() 1926 DoMathDataTest<1>(g_fmax_intel_data, fmax); in TEST()
|
/bionic/libc/include/ |
D | math.h | 292 double fmax(double __x, double __y) __attribute_const__;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 272 fmax
|