Home
last modified time | relevance | path

Searched refs:fmal (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fma.c283 __weak_reference(fma, fmal);
Ds_fmal.c166 fmal(long double x, long double y, long double z) in fmal() function
/bionic/libm/include/
Dmath.h411 long double fmal(long double, long double, long double);
/bionic/tests/
Dmath_test.cpp623 TEST(math, fmal) { in TEST() argument
624 ASSERT_FLOAT_EQ(10.0, fmal(2.0, 3.0, 4.0)); in TEST()