Home | History | Annotate | Download | only in fpu

Lines Matching refs:float64

392 INLINE uint64_t extractFloat64Frac( float64 a )
403 INLINE int_fast16_t extractFloat64Exp(float64 a)
414 INLINE flag extractFloat64Sign( float64 a )
425 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM)
465 INLINE float64 packFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig)
495 static float64 roundAndPackFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig STATUS_PARAM)
560 static float64
1141 float64 int32_to_float64( int32 a STATUS_PARAM )
1261 float64 int64_to_float64( int64 a STATUS_PARAM )
1274 float64 uint64_to_float64(uint64 a STATUS_PARAM)
1564 float64 float32_to_float64( float32 a STATUS_PARAM )
2415 static const float64 float32_exp2_coefficients[15] =
2439 float64 r, x, xn;
2458 /* using float64 for approximation */
2466 float64 f;
2747 int32 float64_to_int32( float64 a STATUS_PARAM )
2775 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM )
2822 int_fast16_t float64_to_int16_round_to_zero(float64 a STATUS_PARAM)
2873 int64 float64_to_int64( float64 a STATUS_PARAM )
2916 int64 float64_to_int64_round_to_zero( float64 a STATUS_PARAM )
2966 float32 float64_to_float32( float64 a STATUS_PARAM )
3142 floatx80 float64_to_floatx80( float64 a STATUS_PARAM )
3173 float128 float64_to_float128( float64 a STATUS_PARAM )
3204 float64 float64_round_to_int( float64 a STATUS_PARAM )
3259 float64 float64_trunc_to_int( float64 a STATUS_PARAM)
3262 float64 res;
3278 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
3357 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM )
3430 float64 float64_add( float64 a, float64 b STATUS_PARAM )
3453 float64 float64_sub( float64 a, float64 b STATUS_PARAM )
3476 float64 float64_mul( float64 a, float64 b STATUS_PARAM )
3537 float64 float64_div( float64 a, float64 b STATUS_PARAM )
3609 float64 float64_rem( float64 a, float64 b STATUS_PARAM )
3700 float64 float64_muladd(float64 a, float64 b, float64 c, int flags STATUS_PARAM)
3921 float64 float64_sqrt( float64 a STATUS_PARAM )
3972 float64 float64_log2( float64 a STATUS_PARAM )
4021 int float64_eq( float64 a, float64 b STATUS_PARAM )
4046 int float64_le( float64 a, float64 b STATUS_PARAM )
4075 int float64_lt( float64 a, float64 b STATUS_PARAM )
4104 int float64_unordered( float64 a, float64 b STATUS_PARAM )
4125 int float64_eq_quiet( float64 a, float64 b STATUS_PARAM )
4152 int float64_le_quiet( float64 a, float64 b STATUS_PARAM )
4183 int float64_lt_quiet( float64 a, float64 b STATUS_PARAM )
4214 int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM )
4421 float64 floatx80_to_float64( floatx80 a STATUS_PARAM )
5480 float64 float128_to_float64( float128 a STATUS_PARAM )
6426 float64 uint32_to_float64( uint32 a STATUS_PARAM )
6485 uint32 float64_to_uint32( float64 a STATUS_PARAM )
6503 uint32 float64_to_uint32_round_to_zero( float64 a STATUS_PARAM )
6521 uint_fast16_t float64_to_uint16_round_to_zero(float64 a STATUS_PARAM)
6540 uint64_t float64_to_uint64 (float64 a STATUS_PARAM)
6551 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM)
6814 float64 float64_scalbn( float64 a, int n STATUS_PARAM )