Home | History | Annotate | Download | only in libkern

Lines Matching defs:float32

82 typedef u_int32_t float32;
154 float32 int32_to_float32( int );
163 float32 int64_to_float32( int64_t );
176 int float32_to_int32( float32 );
177 int float32_to_int32_round_to_zero( float32 );
179 int64_t float32_to_int64( float32 );
180 int64_t float32_to_int64_round_to_zero( float32 );
182 float64 float32_to_float64( float32 );
184 floatx80 float32_to_floatx80( float32 );
187 float128 float32_to_float128( float32 );
193 float32 float32_round_to_int( float32 );
194 float32 float32_add( float32, float32 );
195 float32 float32_sub( float32, float32 );
196 float32 float32_mul( float32, float32 );
197 float32 float32_div( float32, float32 );
198 float32 float32_rem( float32, float32 );
199 float32 float32_sqrt( float32 );
200 int float32_eq( float32, float32 );
201 int float32_le( float32, float32 );
202 int float32_lt( float32, float32 );
203 int float32_eq_signaling( float32, float32 );
204 int float32_le_quiet( float32, float32 );
205 int float32_lt_quiet( float32, float32 );
207 int float32_is_signaling_nan( float32 );
220 float32 float64_to_float32( float64 );
285 float32 floatx80_to_float32( floatx80 );
326 float32 float128_to_float32( float128 );