OpenGrok
Cross Reference: math_test.cpp
xref
: /
bionic
/
tests
/
math_test.cpp
Home
|
History
|
Annotate
|
Download
|
only in
tests
Lines Matching
refs:df
1431
double
df
= modf(123.75, &di);
1433
ASSERT_DOUBLE_EQ(0.75,
df
);