Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c43 fmaf(float x, float y, float z) in fmaf() function
/bionic/libm/include/
Dmath.h365 float fmaf(float, float, float);
/bionic/tests/
Dmath_test.cpp720 TEST(math, fmaf) { in TEST() argument
721 ASSERT_FLOAT_EQ(10.0f, fmaf(2.0f, 3.0f, 4.0f)); in TEST()