Searched refs:float_flag_inexact (Results 1 – 2 of 2) sorted by relevance
103 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 …]
111 float_flag_inexact = 16 enumerator
Completed in 9 milliseconds