Home | History | Annotate | Download | only in fpu

Lines Matching refs:floatx80

575 INLINE uint64_t extractFloatx80Frac( floatx80 a )
587 INLINE int32 extractFloatx80Exp( floatx80 a )
599 INLINE flag extractFloatx80Sign( floatx80 a )
629 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, uint64_t zSig )
631 floatx80 z;
663 static floatx80
835 static floatx80
1164 floatx80 int32_to_floatx80( int32 a STATUS_PARAM )
1295 floatx80 int64_to_floatx80( int64 a STATUS_PARAM )
1594 floatx80 float32_to_floatx80( float32 a STATUS_PARAM )
3142 floatx80 float64_to_floatx80( float64 a STATUS_PARAM )
4240 int32 floatx80_to_int32( floatx80 a STATUS_PARAM )
4267 int32 floatx80_to_int32_round_to_zero( floatx80 a STATUS_PARAM )
4312 int64 floatx80_to_int64( floatx80 a STATUS_PARAM )
4352 int64 floatx80_to_int64_round_to_zero( floatx80 a STATUS_PARAM )
4393 float32 floatx80_to_float32( floatx80 a STATUS_PARAM )
4421 float64 floatx80_to_float64( floatx80 a STATUS_PARAM )
4449 float128 floatx80_to_float128( floatx80 a STATUS_PARAM )
4473 floatx80 floatx80_round_to_int( floatx80 a STATUS_PARAM )
4479 floatx80 z;
4547 static floatx80 addFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM)
4613 static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign STATUS_PARAM )
4618 floatx80 z;
4679 floatx80 floatx80_add( floatx80 a, floatx80 b STATUS_PARAM )
4700 floatx80 floatx80_sub( floatx80 a, floatx80 b STATUS_PARAM )
4721 floatx80 floatx80_mul( floatx80 a, floatx80 b STATUS_PARAM )
4726 floatx80 z;
4780 floatx80 floatx80_div( floatx80 a, floatx80 b STATUS_PARAM )
4786 floatx80 z;
4860 floatx80 floatx80_rem( floatx80 a, floatx80 b STATUS_PARAM )
4866 floatx80 z;
4956 floatx80 floatx80_sqrt( floatx80 a STATUS_PARAM )
4962 floatx80 z;
5027 int floatx80_eq( floatx80 a, floatx80 b STATUS_PARAM )
5055 int floatx80_le( floatx80 a, floatx80 b STATUS_PARAM )
5088 int floatx80_lt( floatx80 a, floatx80 b STATUS_PARAM )
5120 int floatx80_unordered( floatx80 a, floatx80 b STATUS_PARAM )
5140 int floatx80_eq_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5170 int floatx80_le_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5206 int floatx80_lt_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5241 int floatx80_unordered_quiet( floatx80 a, floatx80 b STATUS_PARAM )
5513 floatx80 float128_to_floatx80( float128 a STATUS_PARAM )
6615 INLINE int floatx80_compare_internal( floatx80 a, floatx80 b,
6651 int floatx80_compare( floatx80 a, floatx80 b STATUS_PARAM )
6656 int floatx80_compare_quiet( floatx80 a, floatx80 b STATUS_PARAM )
6847 floatx80 floatx80_scalbn( floatx80 a, int n STATUS_PARAM )