OpenGrok
Cross Reference: math_test.cpp
xref
: /
bionic
/
tests
/
math_test.cpp
Home
|
History
|
Annotate
|
Download
|
only in
tests
Lines Matching
defs:ff
1296
float
ff
= modff(123.75f, &fi);
1298
ASSERT_FLOAT_EQ(0.75f,
ff
);