Searched refs:fmaf (Results 1 – 7 of 7) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fmaf.c | 39 fmaf(float x, float y, float z) in fmaf() function 52 fmaf(float x, float y, float z) in fmaf() function
|
/bionic/libm/ |
D | builtins.cpp | 58 float fmaf(float x, float y, float z) { return __builtin_fmaf(x, y, z); } in fmaf() function
|
D | libm.map.txt | 133 fmaf;
|
/bionic/tests/headers/posix/ |
D | math_h.c | 196 FUNCTION(fmaf, float (*f)(float, float, float)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 301 float fmaf(float __x, float __y, float __z);
|
/bionic/tests/ |
D | math_test.cpp | 972 TEST(math_h, fmaf) { in TEST() argument 973 ASSERT_FLOAT_EQ(10.0f, fmaf(2.0f, 3.0f, 4.0f)); in TEST() 1921 DoMathDataTest<1>(g_fmaf_intel_data, fmaf); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 268 fmaf
|