Home | History | Annotate | Download | only in softfloat

Lines Matching defs:float32

56 typedef unsigned int float32;
122 float32 int32_to_float32( int32 );
123 float32 uint32_to_float32( uint32 );
135 float32 int64_to_float32( long long );
150 int float32_to_int32( float32 );
151 int float32_to_int32_round_to_zero( float32 );
153 unsigned int float32_to_uint32_round_to_zero( float32 );
156 long long float32_to_int64( float32 );
157 long long float32_to_int64_round_to_zero( float32 );
159 float64 float32_to_float64( float32 );
161 floatx80 float32_to_floatx80( float32 );
164 float128 float32_to_float128( float32 );
172 float32 float32_round_to_int( float32 );
173 float32 float32_add( float32, float32 );
174 float32 float32_sub( float32, float32 );
175 float32 float32_mul( float32, float32 );
176 float32 float32_div( float32, float32 );
177 float32 float32_rem( float32, float32 );
178 float32 float32_sqrt( float32 );
179 int float32_eq( float32, float32 );
180 int float32_le( float32, float32 );
181 int float32_lt( float32, float32 );
182 int float32_eq_signaling( float32, float32 );
183 int float32_le_quiet( float32, float32 );
184 int float32_lt_quiet( float32, float32 );
186 int float32_is_signaling_nan( float32 );
203 float32 float64_to_float32( float64 );
244 float32 floatx80_to_float32( floatx80 );
297 float32 float128_to_float32( float128 );