Lines Matching defs:bits
183 * Indicates that the number of bits of precision requested by
184 * a computation on constructive reals required more than 28 bits,
250 // bits should be identical. Thus high is either 0 or -1.
292 long bits = Double.doubleToLongBits(Math.abs(n));
293 long mantissa = (bits & 0xfffffffffffffL);
294 int biased_exp = (int)(bits >> 52);
455 * @param r Relative tolerance in bits
456 * @param a Absolute tolerance in bits
477 * @param a Absolute tolerance in bits
1433 // Carry 2 extra bits of precision forward; thus
1440 // Remove extra 2 bits. 1/2 ulp rounding error.
1457 // significant bits in double precision