Lines Matching refs:int32
94 float32 syst_int32_to_float32( int32 );
95 float64 syst_int32_to_float64( int32 );
97 floatx80 syst_int32_to_floatx80( int32 );
100 float128 syst_int32_to_float128( int32 );
112 int32 syst_float32_to_int32( float32 );
113 int32 syst_float32_to_int32_round_to_zero( float32 );
138 int32 syst_float64_to_int32( float64 );
139 int32 syst_float64_to_int32_round_to_zero( float64 );
165 int32 syst_floatx80_to_int32( floatx80 );
166 int32 syst_floatx80_to_int32_round_to_zero( floatx80 );
191 int32 syst_float128_to_int32( float128 );
192 int32 syst_float128_to_int32_round_to_zero( float128 );