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.c39 fmaf(float x, float y, float z) in fmaf() function
52 fmaf(float x, float y, float z) in fmaf() function
/bionic/libm/
Dbuiltins.cpp58 float fmaf(float x, float y, float z) { return __builtin_fmaf(x, y, z); } in fmaf() function
/bionic/tests/
Dmath_test.cpp972 TEST(math_h, fmaf) { in TEST() argument