Lines Matching refs:float64
56 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int );
133 float64 int64_to_float64( long long );
156 float64 float32_to_float64( float32 );
191 int float64_to_int32( float64 );
192 int float64_to_int32_round_to_zero( float64 );
194 unsigned int float64_to_uint32_round_to_zero( float64 );
197 long long float64_to_int64( float64 );
198 long long float64_to_int64_round_to_zero( float64 );
200 float32 float64_to_float32( float64 );
202 floatx80 float64_to_floatx80( float64 );
205 float128 float64_to_float128( float64 );
213 float64 float64_round_to_int( float64 );
214 float64 float64_add( float64, float64 );
215 float64 float64_sub( float64, float64 );
216 float64 float64_mul( float64, float64 );
217 float64 float64_div( float64, float64 );
218 float64 float64_rem( float64, float64 );
219 float64 float64_sqrt( float64 );
220 int float64_eq( float64, float64 );
221 int float64_le( float64, float64 );
222 int float64_lt( float64, float64 );
223 int float64_eq_signaling( float64, float64 );
224 int float64_le_quiet( float64, float64 );
225 int float64_lt_quiet( float64, float64 );
227 int float64_is_signaling_nan( float64 );
242 float64 floatx80_to_float64( floatx80 );
289 float64 float128_to_float64( float128 );