Home
last modified time | relevance | path

Searched refs:fma (Results 1 – 8 of 8) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fma.c40 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/
Dbuiltins.cpp59 double fma(double x, double y, double z) { return __builtin_fma(x, y, z); } in fma() function
Dlibm.map.txt132 fma;
/bionic/tests/headers/posix/
Dtgmath_h.c84 TGMATH3(fma); in tgmath_h()
Dmath_h.c195 FUNCTION(fma, double (*f)(double, double, double)); in math_h()
/bionic/libc/include/
Dmath.h300 double fma(double __x, double __y, double __z);
/bionic/tests/
Dmath_test.cpp968 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/
Dposix-2013.txt269 fma