Home | History | Annotate | Download | only in tests

Lines Matching full:ceil

592 TEST(math, ceil) {
593 ASSERT_DOUBLE_EQ(1.0, ceil(0.9));
1464 DoMathDataTest<1>(g_ceil_intel_data, ceil);