Home
last modified time | relevance | path

Searched refs:float_flag_inexact (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/arm/nwfpe/
A Dsoftfloat.c103 if ( roundBits ) roundData->exception |= float_flag_inexact; in roundAndPackInt32()
705 if ( zSig1 ) roundData->exception |= float_flag_inexact; in roundAndPackFloatx80()
884 if ( aExp | aSig ) float_raise( float_flag_inexact ); in float32_to_int32_round_to_zero()
890 float_raise( float_flag_inexact ); in float32_to_int32_round_to_zero()
986 roundData->exception |= float_flag_inexact; in float32_round_to_int()
1015 if ( z != a ) roundData->exception |= float_flag_inexact; in float32_round_to_int()
1710 float_raise( float_flag_inexact ); in float64_to_int32_round_to_zero()
1783 float_raise( float_flag_inexact ); in float64_to_uint32_round_to_zero()
1880 roundData->exception |= float_flag_inexact; in float64_round_to_int()
2598 float_raise( float_flag_inexact ); in floatx80_to_int32_round_to_zero()
[all …]
A Dsoftfloat.h111 float_flag_inexact = 16 enumerator

Completed in 12 milliseconds