Lines Matching refs:float64

341 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_float64( float32 a STATUS_PARAM )
2076 static const float64 float32_exp2_coefficients[15] =
2100 float64 r, x, xn;
2118 /* using float64 for approximation */
2126 float64 f;
2350 int32 float64_to_int32( float64 a STATUS_PARAM )
2377 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM )
2423 int64 float64_to_int64( float64 a STATUS_PARAM )
2465 int64 float64_to_int64_round_to_zero( float64 a STATUS_PARAM )
2514 float32 float64_to_float32( float64 a STATUS_PARAM )
2685 floatx80 float64_to_floatx80( float64 a STATUS_PARAM )
2719 float128 float64_to_float128( float64 a STATUS_PARAM )
2751 float64 float64_round_to_int( float64 a STATUS_PARAM )
2805 float64 float64_trunc_to_int( float64 a STATUS_PARAM)
2808 float64 res;
2824 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
2898 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
2971 float64 float64_add( float64 a, float64 b STATUS_PARAM )
2992 float64 float64_sub( float64 a, float64 b STATUS_PARAM )
3013 float64 float64_mul( float64 a, float64 b STATUS_PARAM )
3071 float64 float64_div( float64 a, float64 b STATUS_PARAM )
3141 float64 float64_rem( float64 a, float64 b STATUS_PARAM )
3225 float64 float64_sqrt( float64 a STATUS_PARAM )
3275 float64 float64_log2( float64 a STATUS_PARAM )
3322 int float64_eq( float64 a, float64 b STATUS_PARAM )
3347 int float64_le( float64 a, float64 b STATUS_PARAM )
3373 int float64_lt( float64 a, float64 b STATUS_PARAM )
3400 int float64_eq_signaling( float64 a, float64 b STATUS_PARAM )
3423 int float64_le_quiet( float64 a, float64 b STATUS_PARAM )
3452 int float64_lt_quiet( float64 a, float64 b STATUS_PARAM )
3667 float64 floatx80_to_float64( floatx80 a STATUS_PARAM )
4692 float64 float128_to_float64( float128 a STATUS_PARAM )
5594 float64 uint32_to_float64( unsigned int a STATUS_PARAM )
5635 unsigned int float64_to_uint32( float64 a STATUS_PARAM )
5653 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM )
5672 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
5683 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
5813 float64 float64_scalbn( float64 a, int n STATUS_PARAM )