Searched refs:fma (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fma.c | 40 fma(double x, double y, double z) in fma() function 187 fma(double x, double y, double z) in fma() function 297 __weak_reference(fma, fmal);
|
/bionic/libm/ |
D | builtins.cpp | 59 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma() function
|
D | libm.map.txt | 132 fma;
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 84 TGMATH3(fma); in tgmath_h()
|
D | math_h.c | 195 FUNCTION(fma, double (*f)(double, double, double)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 300 double fma(double __x, double __y, double __z);
|
/bionic/tests/ |
D | math_test.cpp | 968 TEST(math_h, fma) { in TEST() argument 969 ASSERT_DOUBLE_EQ(10.0, fma(2.0, 3.0, 4.0)); in TEST() 1916 DoMathDataTest<1>(g_fma_intel_data, fma); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 269 fma
|