Lines Matching refs:float32
54 typedef unsigned int float32; typedef
122 float32 int32_to_float32( int );
131 float32 int64_to_float32( long long );
146 int float32_to_int32( float32 );
147 int float32_to_int32_round_to_zero( float32 );
149 unsigned int float32_to_uint32_round_to_zero( float32 );
152 long long float32_to_int64( float32 );
153 long long float32_to_int64_round_to_zero( float32 );
155 float64 float32_to_float64( float32 );
157 floatx80 float32_to_floatx80( float32 );
160 float128 float32_to_float128( float32 );
168 float32 float32_round_to_int( float32 );
169 float32 float32_add( float32, float32 );
170 float32 float32_sub( float32, float32 );
171 float32 float32_mul( float32, float32 );
172 float32 float32_div( float32, float32 );
173 float32 float32_rem( float32, float32 );
174 float32 float32_sqrt( float32 );
175 int float32_eq( float32, float32 );
176 int float32_le( float32, float32 );
177 int float32_lt( float32, float32 );
178 int float32_eq_signaling( float32, float32 );
179 int float32_le_quiet( float32, float32 );
180 int float32_lt_quiet( float32, float32 );
182 int float32_is_signaling_nan( float32 );
199 float32 float64_to_float32( float64 );
240 float32 floatx80_to_float32( floatx80 );
287 float32 float128_to_float32( float128 );