Lines Matching refs:float128
794 INLINE bits64 extractFloat128Frac1( float128 a ) in extractFloat128Frac1()
806 INLINE bits64 extractFloat128Frac0( float128 a ) in extractFloat128Frac0()
818 INLINE int32 extractFloat128Exp( float128 a ) in extractFloat128Exp()
829 INLINE flag extractFloat128Sign( float128 a ) in extractFloat128Sign()
890 INLINE float128
893 float128 z; in packFloat128()
922 static float128
1023 static float128
1125 float128 int32_to_float128( int32 a STATUS_PARAM ) in int32_to_float128()
1255 float128 int64_to_float128( int64 a STATUS_PARAM ) in int64_to_float128()
1509 float128 float32_to_float128( float32 a STATUS_PARAM ) in float32_to_float128()
2641 float128 float64_to_float128( float64 a STATUS_PARAM ) in float64_to_float128()
3620 float128 floatx80_to_float128( floatx80 a STATUS_PARAM ) in floatx80_to_float128()
4403 int32 float128_to_int32( float128 a STATUS_PARAM ) in float128_to_int32()
4432 int32 float128_to_int32_round_to_zero( float128 a STATUS_PARAM ) in float128_to_int32_round_to_zero()
4480 int64 float128_to_int64( float128 a STATUS_PARAM ) in float128_to_int64()
4523 int64 float128_to_int64_round_to_zero( float128 a STATUS_PARAM ) in float128_to_int64_round_to_zero()
4581 float32 float128_to_float32( float128 a STATUS_PARAM ) in float128_to_float32()
4616 float64 float128_to_float64( float128 a STATUS_PARAM ) in float128_to_float64()
4651 floatx80 float128_to_floatx80( float128 a STATUS_PARAM ) in float128_to_floatx80()
4688 float128 float128_round_to_int( float128 a STATUS_PARAM ) in float128_round_to_int()
4694 float128 z; in float128_round_to_int()
4792 static float128 addFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM) in addFloat128Sigs()
4873 static float128 subFloat128Sigs( float128 a, float128 b, flag zSign STATUS_PARAM) in subFloat128Sigs()
4878 float128 z; in subFloat128Sigs()
4955 float128 float128_add( float128 a, float128 b STATUS_PARAM ) in float128_add()
4976 float128 float128_sub( float128 a, float128 b STATUS_PARAM ) in float128_sub()
4997 float128 float128_mul( float128 a, float128 b STATUS_PARAM ) in float128_mul()
5002 float128 z; in float128_mul()
5061 float128 float128_div( float128 a, float128 b STATUS_PARAM ) in float128_div()
5067 float128 z; in float128_div()
5145 float128 float128_rem( float128 a, float128 b STATUS_PARAM ) in float128_rem()
5152 float128 z; in float128_rem()
5255 float128 float128_sqrt( float128 a STATUS_PARAM ) in float128_sqrt()
5261 float128 z; in float128_sqrt()
5324 int float128_eq( float128 a, float128 b STATUS_PARAM ) in float128_eq()
5354 int float128_le( float128 a, float128 b STATUS_PARAM ) in float128_le()
5386 int float128_lt( float128 a, float128 b STATUS_PARAM ) in float128_lt()
5419 int float128_eq_signaling( float128 a, float128 b STATUS_PARAM ) in float128_eq_signaling()
5446 int float128_le_quiet( float128 a, float128 b STATUS_PARAM ) in float128_le_quiet()
5482 int float128_lt_quiet( float128 a, float128 b STATUS_PARAM ) in float128_lt_quiet()
5670 INLINE int float128_compare_internal( float128 a, float128 b, in float128_compare_internal()
5704 int float128_compare( float128 a, float128 b STATUS_PARAM ) in float128_compare()
5709 int float128_compare_quiet( float128 a, float128 b STATUS_PARAM ) in float128_compare_quiet()
5785 float128 float128_scalbn( float128 a, int n STATUS_PARAM ) in float128_scalbn()