Lines Matching full:rintl
37 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
39 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
48 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
57 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
59 printf("rintl(1234.0): %Lf\n", rintl(1234.0));
62 printf("rintl(1234.01): %Lf\n", rintl(1234.01));
70 printf("rintl(1234.01): %Lf\n", rintl(1234.01));