Home | History | Annotate | Download | only in tests

Lines Matching full:rintl

785   fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
786 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
792 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
798 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
799 ASSERT_EQ(1234.0, rintl(1234.0L));
801 ASSERT_EQ(1235.0, rintl(1234.01L));
807 ASSERT_EQ(1234.0, rintl(1234.01L));