Searched refs:VFP_DOUBLE_LOW_BITS (Results 1 – 2 of 2) sorted by relevance
278 #define VFP_DOUBLE_LOW_BITS (64 - VFP_DOUBLE_MANTISSA_BITS - 2) macro279 #define VFP_DOUBLE_LOW_BITS_MASK ((1 << VFP_DOUBLE_LOW_BITS) - 1)284 #define VFP_DOUBLE_SIGNIFICAND_QNAN (1ULL << (VFP_DOUBLE_MANTISSA_BITS - 1 + VFP_DOUBLE_LOW_BITS))323 (s->significand >> VFP_DOUBLE_LOW_BITS); in vfp_double_pack()
121 if (!(significand & ((1ULL << (VFP_DOUBLE_LOW_BITS + 1)) - 1))) in vfp_double_normaliseround()132 incr = 1ULL << VFP_DOUBLE_LOW_BITS; in vfp_double_normaliseround()133 if ((significand & (1ULL << (VFP_DOUBLE_LOW_BITS + 1))) == 0) in vfp_double_normaliseround()138 incr = (1ULL << (VFP_DOUBLE_LOW_BITS + 1)) - 1; in vfp_double_normaliseround()160 if (significand & ((1 << (VFP_DOUBLE_LOW_BITS + 1)) - 1)) in vfp_double_normaliseround()181 if (significand >> (VFP_DOUBLE_LOW_BITS + 1) == 0) in vfp_double_normaliseround()