Home
last modified time | relevance | path

Searched refs:roundingMode (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Dsoftfloat.c72 int8 roundingMode; in roundAndPackInt32() local
77 roundingMode = roundData->mode; in roundAndPackInt32()
78 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
81 if ( roundingMode == float_round_to_zero ) { in roundAndPackInt32()
87 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32()
90 if ( roundingMode == float_round_down ) roundIncrement = 0; in roundAndPackInt32()
219 int8 roundingMode; in roundAndPackFloat32() local
224 roundingMode = roundData->mode; in roundAndPackFloat32()
225 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
228 if ( roundingMode in roundAndPackFloat32()
390 int8 roundingMode; roundAndPackFloat64() local
569 int8 roundingMode, roundingPrecision; roundAndPackFloatx80() local
973 int8 roundingMode; float32_round_to_int() local
1868 int8 roundingMode; float64_round_to_int() local
2675 int8 roundingMode; floatx80_round_to_int() local
[all...]
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Dsoftfloat.c72 int8 roundingMode; in roundAndPackInt32() local
77 roundingMode = roundData->mode; in roundAndPackInt32()
78 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
81 if ( roundingMode == float_round_to_zero ) { in roundAndPackInt32()
87 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32()
90 if ( roundingMode == float_round_down ) roundIncrement = 0; in roundAndPackInt32()
219 int8 roundingMode; in roundAndPackFloat32() local
224 roundingMode = roundData->mode; in roundAndPackFloat32()
225 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
228 if ( roundingMode in roundAndPackFloat32()
390 int8 roundingMode; roundAndPackFloat64() local
569 int8 roundingMode, roundingPrecision; roundAndPackFloatx80() local
973 int8 roundingMode; float32_round_to_int() local
1868 int8 roundingMode; float64_round_to_int() local
2675 int8 roundingMode; floatx80_round_to_int() local
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dfpu.c397 int roundingMode = FPSCR_ROUNDING_MODE(tsk->thread.xstate->hardfpu.fpscr); in float_rounding_mode() local
398 return roundingMode; in float_rounding_mode()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dfpu.c397 int roundingMode = FPSCR_ROUNDING_MODE(tsk->thread.xstate->hardfpu.fpscr); in float_rounding_mode() local
398 return roundingMode; in float_rounding_mode()

Completed in 6 milliseconds