Lines Matching refs:float64
57 typedef unsigned long long float64; typedef
124 float64 int32_to_float64( int32 );
125 float64 uint32_to_float64( uint32 );
136 float64 int64_to_float64( long long );
159 float64 float32_to_float64( float32 );
194 int float64_to_int32( float64 );
195 int float64_to_int32_round_to_zero( float64 );
197 unsigned int float64_to_uint32_round_to_zero( float64 );
200 long long float64_to_int64( float64 );
201 long long float64_to_int64_round_to_zero( float64 );
203 float32 float64_to_float32( float64 );
205 floatx80 float64_to_floatx80( float64 );
208 float128 float64_to_float128( float64 );
216 float64 float64_round_to_int( float64 );
217 float64 float64_add( float64, float64 );
218 float64 float64_sub( float64, float64 );
219 float64 float64_mul( float64, float64 );
220 float64 float64_div( float64, float64 );
221 float64 float64_rem( float64, float64 );
222 float64 float64_sqrt( float64 );
223 int float64_eq( float64, float64 );
224 int float64_le( float64, float64 );
225 int float64_lt( float64, float64 );
226 int float64_eq_signaling( float64, float64 );
227 int float64_le_quiet( float64, float64 );
228 int float64_lt_quiet( float64, float64 );
230 int float64_is_signaling_nan( float64 );
245 float64 floatx80_to_float64( floatx80 );
290 unsigned int float128_to_uint32_round_to_zero( float64 );
298 float64 float128_to_float64( float128 );