Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fma.c178 fma(double x, double y, double z) in fma() function
287 __weak_reference(fma, fmal);
/bionic/libm/include/
Dmath.h231 double fma(double, double, double);
/bionic/tests/
Dmath_test.cpp716 TEST(math, fma) { in TEST() argument
717 ASSERT_DOUBLE_EQ(10.0, fma(2.0, 3.0, 4.0)); in TEST()