Home | History | Annotate | Download | only in include

Lines Matching refs:int32

143 float32 syst_int32_to_float32( int32 );
144 float64 syst_int32_to_float64( int32 );
146 floatx80 syst_int32_to_floatx80( int32 );
149 float128 syst_int32_to_float128( int32 );
161 int32 syst_float32_to_int32( float32 );
162 int32 syst_float32_to_int32_round_to_zero( float32 );
187 int32 syst_float64_to_int32( float64 );
188 int32 syst_float64_to_int32_round_to_zero( float64 );
214 int32 syst_floatx80_to_int32( floatx80 );
215 int32 syst_floatx80_to_int32_round_to_zero( floatx80 );
240 int32 syst_float128_to_int32( float128 );
241 int32 syst_float128_to_int32_round_to_zero( float128 );