Searched defs:fmaf (Results 1 – 3 of 3) sorted by relevance
45 fmaf(float x, float y, float z) in fmaf() function
55 float fmaf(float x, float y, float z) { return __builtin_fmaf(x, y, z); } in fmaf() function
937 TEST(MATH_TEST, fmaf) { in TEST() argument