Lines Matching full:since
111 // Note that it should not have any effect anyways since the string is
236 // For now let's round towards even (since this is what Gay seems to
252 // Note again that the last digit could not be '9' since this would have
315 // Note that we have to look at more than just the requested_digits, since
322 // Note that it should not have any effect anyways since the string is
382 // Optimization: since
386 // Since we want to avoid overshooting we decrement by 1e10 so that
409 // Since the estimated_power is positive we simply multiply the denominator
460 // since v = significand * 2^exponent this is equivalent to
483 // then the distance is 1 ulp. Since the exponent is close to zero
515 // Since power_ten == numerator we must make a copy of 10^estimated_power
523 // since v = significand * 2^exponent this is equivalent to
539 // With this shift the boundaries have their correct value, since
587 // Since 10^(k-1) <= v < 10^k (with k == estimated_power)
642 // Since numerator + delta_plus >= denominator we already have