Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c45 fmaf(float x, float y, float z) in fmaf() function
/bionic/libm/
Dbuiltins.cpp55 float fmaf(float x, float y, float z) { return __builtin_fmaf(x, y, z); } in fmaf() function
/bionic/tests/
Dmath_test.cpp937 TEST(MATH_TEST, fmaf) { in TEST() argument