Home | History | Annotate | Download | only in tests

Lines Matching refs:lrintl

769   fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
772 ASSERT_EQ(1235, lrintl(1234.01L));
773 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
776 ASSERT_EQ(1234, lrintl(1234.01L));