Home | History | Annotate | Download | only in Arm

Lines Matching refs:float32

84 typedef unsigned int float32;

150 float32 int32_to_float32( int32 );
151 float32 uint32_to_float32( uint32 );
163 float32 int64_to_float32( long long );
178 int float32_to_int32( float32 );
179 int float32_to_int32_round_to_zero( float32 );
181 unsigned int float32_to_uint32_round_to_zero( float32 );
184 long long float32_to_int64( float32 );
185 long long float32_to_int64_round_to_zero( float32 );
187 float64 float32_to_float64( float32 );
189 floatx80 float32_to_floatx80( float32 );
192 float128 float32_to_float128( float32 );
200 float32 float32_round_to_int( float32 );
201 float32 float32_add( float32, float32 );
202 float32 float32_sub( float32, float32 );
203 float32 float32_mul( float32, float32 );
204 float32 float32_div( float32, float32 );
205 float32 float32_rem( float32, float32 );
206 float32 float32_sqrt( float32 );
207 int float32_eq( float32, float32 );
208 int float32_le( float32, float32 );
209 int float32_lt( float32, float32 );
210 int float32_eq_signaling( float32, float32 );
211 int float32_le_quiet( float32, float32 );
212 int float32_lt_quiet( float32, float32 );
214 int float32_is_signaling_nan( float32 );
231 float32 float64_to_float32( float64 );
272 float32 floatx80_to_float32( floatx80 );
319 float32 float128_to_float32( float128 );