Searched refs:fma (Results 1 – 3 of 3) sorted by relevance
178 fma(double x, double y, double z) in fma() function283 __weak_reference(fma, fmal);
227 double fma(double, double, double);
615 TEST(math, fma) { in TEST() argument616 ASSERT_FLOAT_EQ(10.0, fma(2.0, 3.0, 4.0)); in TEST()