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