HomeSort by relevance Sort by last modified time
    Searched refs:half_way (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
strtod.cc 320 uint64_t half_way = one64 << (precision_digits_count - 1);
322 half_way *= kDenominator;
325 if (precision_bits >= half_way + error) {
333 if (half_way - error < precision_bits && precision_bits < half_way + error) {
  /external/autotest/server/cros/ap_configurators/
dynamic_ap_configurator.py 473 half_way = time.time() + (2.5 * 60)
491 if not performed_power_cycle and time.time() > half_way:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 235 mSoundMap.put("half-way", mSoundPool.load(this, R.raw.half_way, 1));
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 6645 int half_way = (sample_subject->length() - kSampleSize) \/ 2; local
    [all...]

Completed in 805 milliseconds