Home | History | Annotate | Download | only in mips32

Lines Matching refs:rintf

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.
50 printf("rintf(1234.0f): %f\n", rintf(1234.0f));
53 printf("rintf(1234.01f): %f\n", rintf(1234.01f));
57 feclearexcept(FE_ALL_EXCEPT); // rint/rintf/rintl do set the FE_INEXACT flag.
66 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode.
69 printf("rintf(1234.01f): %f\n", rintf(1234.01f));