Searched refs:half_way (Results 1 – 3 of 3) sorted by relevance
320 uint64_t half_way = one64 << (precision_digits_count - 1); in DiyFpStrtod() local322 half_way *= kDenominator; in DiyFpStrtod()325 if (precision_bits >= half_way + error) { in DiyFpStrtod()333 if (half_way - error < precision_bits && precision_bits < half_way + error) { in DiyFpStrtod()
523 half_way = time.time() + (2.5 * 60)541 if not performed_power_cycle and time.time() > half_way:
6640 int half_way = (sample_subject->length() - kSampleSize) / 2; in Compile() local6641 for (int i = Max(0, half_way); in Compile()