HomeSort by relevance Sort by last modified time
    Searched defs:estimate (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/quic/congestion_control/
channel_estimator.cc 12 // get an estimate of bandwidth from that interarrival time. The following
57 QuicBandwidth* estimate) const {
59 // Not enough data to make an estimate.
90 *estimate = median_bitrate;
91 DLOG(INFO) << "Channel estimate is:"
94 // 25% of the median bitrate we consider the estimate to be uncertain.
105 QuicBandwidth estimate = local
107 sorted_bitrate_estimates_.Insert(estimate, sequence_number);
channel_estimator_test.cc 44 QuicBandwidth estimate = QuicBandwidth::Zero(); local
46 channel_estimator_.GetChannelEstimate(&estimate));
47 EXPECT_TRUE(estimate.IsZero());
75 QuicBandwidth estimate = QuicBandwidth::Zero(); local
77 channel_estimator_.GetChannelEstimate(&estimate));
79 estimate); local
98 channel_estimator_.GetChannelEstimate(&estimate));
100 estimate); local
105 // receive side spreading. We expect the estimate to be good and that our
106 // mean receive side spreading is returned as the estimate
128 QuicBandwidth estimate = QuicBandwidth::Zero(); local
140 mean_received_delta), estimate); local
168 QuicBandwidth estimate = QuicBandwidth::Zero(); local
180 mean_received_delta), estimate); local
208 QuicBandwidth estimate = QuicBandwidth::Zero(); local
220 mean_received_delta), estimate); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 396 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
397 return static_cast<int>(estimate);
    [all...]
  /external/chromium_org/v8/src/
bignum-dtoa.cc 397 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
398 return static_cast<int>(estimate);
  /external/v8/src/
bignum-dtoa.cc 397 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
398 return static_cast<int>(estimate);
  /external/chromium_org/net/dns/
dns_session.cc 176 base::TimeDelta& estimate = server_stats_[server_index]->rtt_estimate; local
178 base::TimeDelta current_error = rtt - estimate;
179 estimate += current_error / 8; // * alpha
  /frameworks/base/core/java/android/view/
VelocityTracker.java 256 * Gets an estimate of the X position of the pointer at the specified time point.
261 return estimate(time, xCoeff);
265 * Gets an estimate of the Y position of the pointer at the specified time point.
270 return estimate(time, yCoeff);
291 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 82 * __fres - Floating Reciprocal Estimate
84 * __frsqrte - Floating Reciprocal Square Root Estimate
85 * __frsqrtes - Floating Reciprocal Square Root Estimate Single
723 * __fres - Floating Reciprocal Estimate
734 float estimate; local
736 /* outputs: */ : "=f" (estimate)
738 return estimate;
756 * __frsqrte - Floating Reciprocal Square Root Estimate
764 double estimate; local
767 /* outputs: */ : "=f" (estimate)
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 393 * estimate instructions.
400 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
401 * precision) and the estimate may still be within expected tolerances. On top of that,
1071 Bool estimate = (test_group.type == VX_ESTIMATE); local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 393 * estimate instructions.
400 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
401 * precision) and the estimate may still be within expected tolerances. On top of that,
1071 Bool estimate = (test_group.type == VX_ESTIMATE); local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 3487 unsigned estimate; local
3521 unsigned i, residual_bits, estimate; local
3586 unsigned i, residual_bits, estimate; local
3658 unsigned estimate; local
    [all...]

Completed in 509 milliseconds