Lines Matching refs:float64
56 typedef unsigned long long float64; typedef
126 float64 int32_to_float64( int );
134 float64 int64_to_float64( long long );
152 float64 float32_to_float64( float32 );
187 int float64_to_int32( float64 );
188 int float64_to_int32_round_to_zero( float64 );
189 unsigned int float64_to_uint32_round_to_zero( float64 );
190 long long float64_to_int64( float64 );
191 long long float64_to_int64_round_to_zero( float64 );
192 float32 float64_to_float32( float64 );
194 floatx80 float64_to_floatx80( float64 );
197 float128 float64_to_float128( float64 );
205 float64 float64_round_to_int( float64 );
206 float64 float64_add( float64, float64 );
207 float64 float64_sub( float64, float64 );
208 float64 float64_mul( float64, float64 );
209 float64 float64_div( float64, float64 );
210 float64 float64_rem( float64, float64 );
211 float64 float64_sqrt( float64 );
212 int float64_eq( float64, float64 );
213 int float64_le( float64, float64 );
214 int float64_lt( float64, float64 );
215 int float64_eq_signaling( float64, float64 );
216 int float64_le_quiet( float64, float64 );
217 int float64_lt_quiet( float64, float64 );
219 int float64_is_signaling_nan( float64 );
234 float64 floatx80_to_float64( floatx80 );
281 float64 float128_to_float64( float128 );