Searched refs:mantissa_shift (Results 1 – 2 of 2) sorted by relevance
28 let mantissa_shift = 64 - F::MANTISSA_SIZE - 1; in round() localVariable31 if -fp.exp >= mantissa_shift { in round()50 cb(fp, mantissa_shift); in round()
187 let mantissa_shift = 64 - F::MANTISSA_SIZE - 1; in error_is_accurate() localVariable192 let extrabits = match fp.exp <= -mantissa_shift { in error_is_accurate()