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);