Searched refs:float64 (Results 1 - 12 of 12) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.h138 } float64; typedef in typeref:struct:__anon17414
139 #define float64_val(x) (((float64)(x)).v)
140 #define make_float64(x) __extension__ ({ float64 f64_val = {x}; f64_val; })
143 typedef uint64_t float64; typedef
233 float64 int32_to_float64( int STATUS_PARAM );
235 float64 uint32_to_float64( unsigned int STATUS_PARAM );
244 float64 int64_to_float64( int64_t STATUS_PARAM );
245 float64 uint64_to_float64( uint64_t STATUS_PARAM );
268 float64 float32_to_float64( float32 STATUS_PARAM );
332 int float64_to_int32( float64 STATUS_PARA
[all...]
H A Dsoftfloat-native.h91 typedef double float64; typedef
101 float64 f;
156 float64 int32_to_float64( int STATUS_PARAM);
157 float64 uint32_to_float64( unsigned int STATUS_PARAM);
166 float64 int64_to_float64( int64_t STATUS_PARAM);
167 float64 uint64_to_float64( uint64_t v STATUS_PARAM);
184 float64 float32_to_float64( float32 STATUS_PARAM);
283 int float64_to_int32( float64 STATUS_PARAM );
284 int float64_to_int32_round_to_zero( float64 STATUS_PARAM );
285 unsigned int float64_to_uint32( float64 STATUS_PARA
[all...]
H A Dsoftfloat-native.c97 float64 int32_to_float64(int v STATUS_PARAM)
99 return (float64)v;
102 float64 uint32_to_float64(unsigned int v STATUS_PARAM)
104 return (float64)v;
121 float64 int64_to_float64( int64_t v STATUS_PARAM)
123 return (float64)v;
125 float64 uint64_to_float64( uint64_t v STATUS_PARAM)
127 return (float64)v;
172 float64 float32_to_float64( float32 a STATUS_PARAM)
276 int float64_to_int32( float64
[all...]
H A Dsoftfloat-specialize.h207 int float64_is_nan( float64 a_ )
224 int float64_is_signaling_nan( float64 a_ )
242 static commonNaNT float64ToCommonNaN( float64 a STATUS_PARAM)
258 static float64 commonNaNToFloat64( commonNaNT a )
277 static float64 propagateFloat64NaN( float64 a, float64 b STATUS_PARAM)
H A Dsoftfloat.c341 INLINE bits64 extractFloat64Frac( float64 a )
352 INLINE int16 extractFloat64Exp( float64 a )
363 INLINE flag extractFloat64Sign( float64 a )
399 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig )
429 static float64 roundAndPackFloat64( flag zSign, int16 zExp, bits64 zSig STATUS_PARAM)
491 static float64
1074 float64 int32_to_float64( int32 a STATUS_PARAM )
1202 float64 int64_to_float64( int64 a STATUS_PARAM )
1215 float64 uint64_to_float64( uint64 a STATUS_PARAM )
1445 float64 float32_to_float6
[all...]
/vbox/src/recompiler/
H A Dsoftmmu_header.h155 static inline float64 glue(ldfq, MEMSUFFIX)(target_ulong ptr)
158 float64 d;
165 static inline void glue(stfq, MEMSUFFIX)(target_ulong ptr, float64 v)
168 float64 d;
H A Dcpu-all.h142 float64 d;
334 DECLINLINE(float64) ldfq_le_p(const void *ptr)
342 DECLINLINE(void) stfq_le_p(void *ptr, float64 v)
471 static inline float64 ldfq_le_p(const void *ptr)
479 static inline void stfq_le_p(void *ptr, float64 v)
531 static inline float64 ldfq_le_p(const void *ptr)
533 return *(float64 *)ptr;
541 static inline void stfq_le_p(void *ptr, float64 v)
543 *(float64 *)ptr = v;
662 static inline float64 ldfq_be_
[all...]
H A Ddef-helper.h60 #define dh_ctype_f64 float64
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h190 typedef PRFloat64 float64; typedef
/vbox/src/recompiler/target-i386/
H A Dcpu.h535 typedef float64 CPU86_LDouble;
556 float64 _d[2];
H A Dops_sse.h979 float64 d0, d1;
990 float64 d0, d1;
1797 float64 iresult = 0 /*float64_zero*/;
H A Dop_helper.c4305 float64 f;
4335 float64 f;
4380 float64 f;

Completed in 179 milliseconds