Searched refs:fma (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_fma.c | 180 fma(double x, double y, double z) in fma() function 289 __weak_reference(fma, fmal);
|
/bionic/libm/ |
D | builtins.cpp | 56 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma() function
|
D | libm.map.txt | 132 fma;
|
/bionic/libc/include/ |
D | math.h | 303 double fma(double __x, double __y, double __z); 305 long double fmal(long double __x, long double __y, long double __z) __RENAME_LDBL(fma, 3, 21) __VER…
|
/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/tests/ |
D | math_test.cpp | 933 TEST(MATH_TEST, fma) { in TEST() argument 934 ASSERT_DOUBLE_EQ(10.0, fma(2.0, 3.0, 4.0)); in TEST() 1845 DoMathDataTest<1>(g_fma_intel_data, fma); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 269 fma
|