Home
last modified time | relevance | path

Searched refs:half_way (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dstrtod.cc320 uint64_t half_way = one64 << (precision_digits_count - 1); in DiyFpStrtod() local
322 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()
/external/autotest/server/cros/ap_configurators/
Ddynamic_ap_configurator.py523 half_way = time.time() + (2.5 * 60)
541 if not performed_power_cycle and time.time() > half_way:
/external/v8/src/regexp/
Djsregexp.cc6633 int half_way = (sample_subject->length() - kSampleSize) / 2; in Compile() local
6634 for (int i = Max(0, half_way); in Compile()