Lines Matching refs:float64
55 typedef unsigned long long float64; typedef
123 float64 int32_to_float64( int );
132 float64 int64_to_float64( long long );
155 float64 float32_to_float64( float32 );
190 int float64_to_int32( float64 );
191 int float64_to_int32_round_to_zero( float64 );
193 unsigned int float64_to_uint32_round_to_zero( float64 );
196 long long float64_to_int64( float64 );
197 long long float64_to_int64_round_to_zero( float64 );
199 float32 float64_to_float32( float64 );
201 floatx80 float64_to_floatx80( float64 );
204 float128 float64_to_float128( float64 );
212 float64 float64_round_to_int( float64 );
213 float64 float64_add( float64, float64 );
214 float64 float64_sub( float64, float64 );
215 float64 float64_mul( float64, float64 );
216 float64 float64_div( float64, float64 );
217 float64 float64_rem( float64, float64 );
218 float64 float64_sqrt( float64 );
219 int float64_eq( float64, float64 );
220 int float64_le( float64, float64 );
221 int float64_lt( float64, float64 );
222 int float64_eq_signaling( float64, float64 );
223 int float64_le_quiet( float64, float64 );
224 int float64_lt_quiet( float64, float64 );
226 int float64_is_signaling_nan( float64 );
241 float64 floatx80_to_float64( floatx80 );
288 float64 float128_to_float64( float128 );