Searched refs:fma (Results 1 – 3 of 3) sorted by relevance
178 fma(double x, double y, double z) in fma() function287 __weak_reference(fma, fmal);
231 double fma(double, double, double);
716 TEST(math, fma) { in TEST() argument717 ASSERT_DOUBLE_EQ(10.0, fma(2.0, 3.0, 4.0)); in TEST()