Home
last modified time | relevance | path

Searched refs:floatx80 (Results 1 – 5 of 5) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-native.h92 typedef long double floatx80; typedef
105 floatx80 f;
158 floatx80 int32_to_floatx80( int STATUS_PARAM);
168 floatx80 int64_to_floatx80( int64_t STATUS_PARAM);
185 floatx80 float32_to_floatx80( float32 STATUS_PARAM);
292 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
393 int floatx80_to_int32( floatx80 STATUS_PARAM );
394 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
395 int64_t floatx80_to_int64( floatx80 STATUS_PARAM);
396 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM);
[all …]
Dsoftfloat.h145 } floatx80; typedef
229 floatx80 int32_to_floatx80( int STATUS_PARAM );
239 floatx80 int64_to_floatx80( int64_t STATUS_PARAM );
262 floatx80 float32_to_floatx80( float32 STATUS_PARAM );
332 floatx80 float64_to_floatx80( float64 STATUS_PARAM );
395 int floatx80_to_int32( floatx80 STATUS_PARAM );
396 int floatx80_to_int32_round_to_zero( floatx80 STATUS_PARAM );
397 int64_t floatx80_to_int64( floatx80 STATUS_PARAM );
398 int64_t floatx80_to_int64_round_to_zero( floatx80 STATUS_PARAM );
399 float32 floatx80_to_float32( floatx80 STATUS_PARAM );
[all …]
Dsoftfloat-native.c101 floatx80 int32_to_floatx80(int v STATUS_PARAM) in int32_to_floatx80()
103 return (floatx80)v; in int32_to_floatx80()
123 floatx80 int64_to_floatx80( int64_t v STATUS_PARAM) in int64_to_floatx80()
125 return (floatx80)v; in int64_to_floatx80()
170 floatx80 float32_to_floatx80( float32 a STATUS_PARAM) in float32_to_floatx80()
290 floatx80 float64_to_floatx80( float64 a STATUS_PARAM) in float64_to_floatx80()
430 int floatx80_to_int32( floatx80 a STATUS_PARAM) in floatx80_to_int32()
434 int floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM) in floatx80_to_int32_round_to_zero()
438 int64_t floatx80_to_int64( floatx80 a STATUS_PARAM) in floatx80_to_int64()
442 int64_t floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM) in floatx80_to_int64_round_to_zero()
[all …]
Dsoftfloat-specialize.h342 int floatx80_is_nan( floatx80 a ) in floatx80_is_nan()
362 int floatx80_is_signaling_nan( floatx80 a ) in floatx80_is_signaling_nan()
383 static commonNaNT floatx80ToCommonNaN( floatx80 a STATUS_PARAM) in floatx80ToCommonNaN()
399 static floatx80 commonNaNToFloatx80( commonNaNT a ) in commonNaNToFloatx80()
401 floatx80 z; in commonNaNToFloatx80()
417 static floatx80 propagateFloatx80NaN( floatx80 a, floatx80 b STATUS_PARAM) in propagateFloatx80NaN()
Dsoftfloat.c508 INLINE bits64 extractFloatx80Frac( floatx80 a ) in extractFloatx80Frac()
520 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp()
532 INLINE flag extractFloatx80Sign( floatx80 a ) in extractFloatx80Sign()
562 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80()
564 floatx80 z; in packFloatx80()
596 static floatx80
765 static floatx80
1099 floatx80 int32_to_floatx80( int32 a STATUS_PARAM ) in int32_to_floatx80()
1231 floatx80 int64_to_floatx80( int64 a STATUS_PARAM ) in int64_to_floatx80()
1476 floatx80 float32_to_floatx80( float32 a STATUS_PARAM ) in float32_to_floatx80()
[all …]