Home | History | Annotate | Download | only in tests

Lines Matching refs:fmaf

720 TEST(math, fmaf) {
721 ASSERT_FLOAT_EQ(10.0f, fmaf(2.0f, 3.0f, 4.0f));