Lines Matching refs:lround
839 TEST(math, lround) {843 fesetround(FE_UPWARD); // lround ignores the rounding mode.844 ASSERT_EQ(1234, lround(1234.01));