Lines Matching full:rounding
664 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode.
668 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode.
673 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode.
677 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode.
684 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode.
703 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode.
710 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
729 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode.
736 fesetround(FE_UPWARD); // lround ignores the rounding mode.
743 fesetround(FE_UPWARD); // llround ignores the rounding mode.
837 fesetround(FE_TOWARDZERO); // round ignores the rounding mode and always rounds away from zero.
847 fesetround(FE_TOWARDZERO); // roundf ignores the rounding mode and always rounds away from zero.
857 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
867 fesetround(FE_UPWARD); // trunc ignores the rounding mode and always rounds toward zero.
877 fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero.
887 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero.