HomeSort by relevance Sort by last modified time
    Searched refs:floatx80 (Results 1 - 5 of 5) sorted by null

  /external/qemu/fpu/
softfloat.h 81 | The macro `FLOATX80' must be defined to enable the extended double-precision
82 | floating-point format `floatx80'. If this macro is not defined, the
83 | `floatx80' type will not be defined, and none of the functions that either
84 | input or output the `floatx80' type will be defined. The same applies to
89 #define FLOATX80
94 #define FLOATX80
141 #ifdef FLOATX80
145 } floatx80; typedef in typeref:struct:__anon6279
190 #ifdef FLOATX80
211 #ifdef FLOATX80
    [all...]
softfloat-native.h 91 #ifdef FLOATX80
92 typedef long double floatx80; typedef
103 #ifdef FLOATX80
105 floatx80 f;
140 #ifdef FLOATX80
146 #ifdef FLOATX80
157 #ifdef FLOATX80
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
167 #ifdef FLOATX80
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM)
    [all...]
softfloat-native.c 20 #ifdef FLOATX80
100 #ifdef FLOATX80
101 floatx80 int32_to_floatx80(int v STATUS_PARAM)
103 return (floatx80)v;
122 #ifdef FLOATX80
123 floatx80 int64_to_floatx80( int64_t v STATUS_PARAM)
125 return (floatx80)v;
169 #ifdef FLOATX80
170 floatx80 float32_to_floatx80( float32 a STATUS_PARAM)
289 #ifdef FLOATX80
    [all...]
softfloat-specialize.h 322 #ifdef FLOATX80
342 int floatx80_is_nan( floatx80 a )
362 int floatx80_is_signaling_nan( floatx80 a )
383 static commonNaNT floatx80ToCommonNaN( floatx80 a STATUS_PARAM)
399 static floatx80 commonNaNToFloatx80( commonNaNT a )
401 floatx80 z;
417 static floatx80 propagateFloatx80NaN( floatx80 a, floatx80 b STATUS_PARAM)
softfloat.c 64 #ifdef FLOATX80
501 #ifdef FLOATX80
508 INLINE bits64 extractFloatx80Frac( floatx80 a )
520 INLINE int32 extractFloatx80Exp( floatx80 a )
532 INLINE flag extractFloatx80Sign( floatx80 a )
562 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig )
564 floatx80 z;
596 static floatx80
765 static floatx80
    [all...]

Completed in 19 milliseconds