OpenGrok
Cross Reference: math_test.cpp
xref
: /
bionic
/
tests
/
math_test.cpp
Home
|
History
|
Annotate
|
Download
|
only in
tests
Lines Matching
refs:fmaf
720
TEST(math,
fmaf
) {
721
ASSERT_FLOAT_EQ(10.0f,
fmaf
(2.0f, 3.0f, 4.0f));