• Home
  • Raw
  • Download

Lines Matching refs:float64

389 INLINE uint64_t extractFloat64Frac( float64 a )  in extractFloat64Frac()
400 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
411 INLINE flag extractFloat64Sign( float64 a ) in extractFloat64Sign()
422 static float64 float64_squash_input_denormal(float64 a STATUS_PARAM) in float64_squash_input_denormal()
462 INLINE float64 packFloat64( flag zSign, int16 zExp, uint64_t zSig ) in packFloat64()
492 static float64 roundAndPackFloat64( flag zSign, int16 zExp, uint64_t zSig STATUS_PARAM) in roundAndPackFloat64()
557 static float64
1146 float64 int32_to_float64( int32 a STATUS_PARAM ) in int32_to_float64()
1274 float64 int64_to_float64( int64 a STATUS_PARAM ) in int64_to_float64()
1287 float64 uint64_to_float64( uint64 a STATUS_PARAM ) in uint64_to_float64()
1570 float64 float32_to_float64( float32 a STATUS_PARAM ) in float32_to_float64()
2222 static const float64 float32_exp2_coefficients[15] =
2246 float64 r, x, xn; in float32_exp2()
2273 float64 f; in float32_exp2()
2554 int32 float64_to_int32( float64 a STATUS_PARAM ) in float64_to_int32()
2582 int32 float64_to_int32_round_to_zero( float64 a STATUS_PARAM ) in float64_to_int32_round_to_zero()
2629 int16 float64_to_int16_round_to_zero( float64 a STATUS_PARAM ) in float64_to_int16_round_to_zero()
2680 int64 float64_to_int64( float64 a STATUS_PARAM ) in float64_to_int64()
2723 int64 float64_to_int64_round_to_zero( float64 a STATUS_PARAM ) in float64_to_int64_round_to_zero()
2773 float32 float64_to_float32( float64 a STATUS_PARAM ) in float64_to_float32()
2951 floatx80 float64_to_floatx80( float64 a STATUS_PARAM ) in float64_to_floatx80()
2986 float128 float64_to_float128( float64 a STATUS_PARAM ) in float64_to_float128()
3019 float64 float64_round_to_int( float64 a STATUS_PARAM ) in float64_round_to_int()
3074 float64 float64_trunc_to_int( float64 a STATUS_PARAM) in float64_trunc_to_int()
3077 float64 res; in float64_trunc_to_int()
3093 static float64 addFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM ) in addFloat64Sigs()
3172 static float64 subFloat64Sigs( float64 a, float64 b, flag zSign STATUS_PARAM ) in subFloat64Sigs()
3245 float64 float64_add( float64 a, float64 b STATUS_PARAM ) in float64_add()
3268 float64 float64_sub( float64 a, float64 b STATUS_PARAM ) in float64_sub()
3291 float64 float64_mul( float64 a, float64 b STATUS_PARAM ) in float64_mul()
3352 float64 float64_div( float64 a, float64 b STATUS_PARAM ) in float64_div()
3424 float64 float64_rem( float64 a, float64 b STATUS_PARAM ) in float64_rem()
3510 float64 float64_sqrt( float64 a STATUS_PARAM ) in float64_sqrt()
3561 float64 float64_log2( float64 a STATUS_PARAM ) in float64_log2()
3610 int float64_eq( float64 a, float64 b STATUS_PARAM ) in float64_eq()
3635 int float64_le( float64 a, float64 b STATUS_PARAM ) in float64_le()
3664 int float64_lt( float64 a, float64 b STATUS_PARAM ) in float64_lt()
3693 int float64_unordered( float64 a, float64 b STATUS_PARAM ) in float64_unordered()
3714 int float64_eq_quiet( float64 a, float64 b STATUS_PARAM ) in float64_eq_quiet()
3741 int float64_le_quiet( float64 a, float64 b STATUS_PARAM ) in float64_le_quiet()
3772 int float64_lt_quiet( float64 a, float64 b STATUS_PARAM ) in float64_lt_quiet()
3803 int float64_unordered_quiet( float64 a, float64 b STATUS_PARAM ) in float64_unordered_quiet()
4012 float64 floatx80_to_float64( floatx80 a STATUS_PARAM ) in floatx80_to_float64()
5079 float64 float128_to_float64( float128 a STATUS_PARAM ) in float128_to_float64()
6031 float64 uint32_to_float64( unsigned int a STATUS_PARAM ) in uint32_to_float64()
6090 unsigned int float64_to_uint32( float64 a STATUS_PARAM ) in float64_to_uint32()
6108 unsigned int float64_to_uint32_round_to_zero( float64 a STATUS_PARAM ) in float64_to_uint32_round_to_zero()
6126 unsigned int float64_to_uint16_round_to_zero( float64 a STATUS_PARAM ) in float64_to_uint16_round_to_zero()
6145 uint64_t float64_to_uint64 (float64 a STATUS_PARAM) in float64_to_uint64()
6156 uint64_t float64_to_uint64_round_to_zero (float64 a STATUS_PARAM) in float64_to_uint64_round_to_zero()
6393 float64 float64_scalbn( float64 a, int n STATUS_PARAM ) in float64_scalbn()