Lines Matching refs:float_rounding_mode
64 STATUS(float_rounding_mode) = val;
122 roundingMode = STATUS(float_rounding_mode);
171 roundingMode = STATUS(float_rounding_mode);
320 roundingMode = STATUS(float_rounding_mode);
502 roundingMode = STATUS(float_rounding_mode);
672 roundingMode = STATUS(float_rounding_mode);
995 roundingMode = STATUS(float_rounding_mode);
1674 switch ( STATUS(float_rounding_mode) ) {
1691 roundingMode = STATUS(float_rounding_mode);
1820 return packFloat32( STATUS(float_rounding_mode) == float_round_down, 0, 0 );
2223 } else if (STATUS(float_rounding_mode) == float_round_down) {
2325 if (STATUS(float_rounding_mode) == float_round_down) {
3086 roundingMode = STATUS(float_rounding_mode);
3224 switch ( STATUS(float_rounding_mode) ) {
3242 roundingMode = STATUS(float_rounding_mode);
3263 oldmode = STATUS(float_rounding_mode);
3264 STATUS(float_rounding_mode) = float_round_to_zero;
3266 STATUS(float_rounding_mode) = oldmode;
3383 return packFloat64( STATUS(float_rounding_mode) == float_round_down, 0, 0 );
3776 } else if (STATUS(float_rounding_mode) == float_round_down) {
3883 if (STATUS(float_rounding_mode) == float_round_down) {
4495 switch ( STATUS(float_rounding_mode) ) {
4519 roundingMode = STATUS(float_rounding_mode);
4643 return packFloatx80( STATUS(float_rounding_mode) == float_round_down, 0, 0 );
5570 roundingMode = STATUS(float_rounding_mode);
5596 switch ( STATUS(float_rounding_mode) ) {
5621 roundingMode = STATUS(float_rounding_mode);
5773 return packFloat128( STATUS(float_rounding_mode) == float_round_down, 0, 0, 0 );