Home | History | Annotate | Download | only in fpu

Lines Matching refs:float_rounding_mode

59     STATUS(float_rounding_mode) = val;
119 roundingMode = STATUS(float_rounding_mode);
168 roundingMode = STATUS(float_rounding_mode);
317 roundingMode = STATUS(float_rounding_mode);
499 roundingMode = STATUS(float_rounding_mode);
671 roundingMode = STATUS(float_rounding_mode);
998 roundingMode = STATUS(float_rounding_mode);
1688 switch ( STATUS(float_rounding_mode) ) {
1705 roundingMode = STATUS(float_rounding_mode);
1834 return packFloat32( STATUS(float_rounding_mode) == float_round_down, 0, 0 );
2893 roundingMode = STATUS(float_rounding_mode);
3039 switch ( STATUS(float_rounding_mode) ) {
3057 roundingMode = STATUS(float_rounding_mode);
3078 oldmode = STATUS(float_rounding_mode);
3079 STATUS(float_rounding_mode) = float_round_to_zero;
3081 STATUS(float_rounding_mode) = oldmode;
3198 return packFloat64( STATUS(float_rounding_mode) == float_round_down, 0, 0 );
4090 switch ( STATUS(float_rounding_mode) ) {
4114 roundingMode = STATUS(float_rounding_mode);
4238 return packFloatx80( STATUS(float_rounding_mode) == float_round_down, 0, 0 );
5173 roundingMode = STATUS(float_rounding_mode);
5199 switch ( STATUS(float_rounding_mode) ) {
5224 roundingMode = STATUS(float_rounding_mode);
5376 return packFloat128( STATUS(float_rounding_mode) == float_round_down, 0, 0, 0 );