HomeSort by relevance Sort by last modified time
    Searched full:exponential (Results 26 - 50 of 572) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/Assembler/
2002-04-07-HexFloatConstants.ll 4 ; exponential form, outputs it correctly in hex format. This is a distillation
  /frameworks/base/docs/html/training/efficient-downloads/
regular_updates.jd 19 <li><a href="#OptimizedPolling">Optimize polling with inexact repeating alarms and exponential back-offs</a></li>
49 <h2 id="OptimizedPolling">Optimize Polling with Inexact Repeating Alarms and Exponential Backoffs</h2>
69 <p>One approach is to implement an exponential back-off pattern to reduce the frequency of your updates (and / or the degree of prefetching you perform) if the app hasn't been used since the previous update. It's often useful to assert a minimum update frequency and to reset the frequency whenever the app is used, for example:</p>
89 <p>You can use a similar exponential back-off pattern to reduce the effect of failed connections and download errors.</p>
91 <p>The cost of initiating a network connection is the same whether you are able to contact your server and download data or not. For time-sensitive transfers where successful completion is important, an exponential back-off algorithm can be used to reduce the frequency of retries in order to minimize the associated battery impact, for example:</p>
  /external/bzip2/
spewG.c 5 I suggest you use the undocumented --exponential option to
7 time. Note: *don't* bother with --exponential when compressing
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/functions/
elementary.json 34 "default": "exponential",
35 "alternative": "exponential function",
  /external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h 28 // exponential back-off, unless the request has load flags that mean
39 // The sending time is not earlier than the current exponential back-off
  /external/ceres-solver/data/nist/
BoxBOD.dat 31 Model: Exponential Class
Misra1a.dat 31 Model: Exponential Class
Rat42.dat 31 Model: Exponential Class
Rat43.dat 31 Model: Exponential Class
  /external/chromium_org/chrome/browser/sync/test/integration/
retry_verifier.h 24 // Class to verify retries take place using the exponential backoff algorithm.
  /external/chromium_org/components/invalidation/
registration_manager.h 28 // Implements exponential backoff for repeated registration attempts
31 // TODO(akalin): Consolidate exponential backoff code. Other
38 // Constants for exponential backoff (used by tests).
88 // Calculate exponential backoff. |jitter| must be Uniform[-1.0, 1.0].
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.h 32 /* Test patterns with exponential representation*/
  /external/chromium_org/third_party/webrtc/voice_engine/
network_predictor.h 40 // An exponential filter is used to predict packet loss rate.
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.h 32 /* Test patterns with exponential representation*/
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
AUTHORS 12 and base-10 exponential and logarithm, factorial
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h 80 // The exponent_character is used in exponential representations. It is
96 // max_leading_padding_zeroes before returning the number in exponential
103 // returning an exponential representation. A zero added by the
139 // exponential representation.
199 // Computes a representation in exponential format with requested_digits
201 // If requested_digits equals -1, then the shortest exponential representation
232 // either in exponential or decimal format, depending on
242 // returning an exponential representation. A zero added by the
336 // Constructs an exponential representation (i.e. 1.234e56).
  /external/chromium_org/jingle/notifier/communicator/
login.h 54 // retried with exponential backoff.
58 // The connection will still be retried with exponential backoff;
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h 100 // attack constant for exponential dumping
102 // release constant for exponential dumping
  /frameworks/base/core/java/android/util/
FloatMath.java 80 * @param value to compute the exponential of
81 * @return the exponential of value
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath_Delegate.java 99 * @param value to compute the exponential of
100 * @return the exponential of value
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PannerNode.idl 33 "exponential"
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 121 var exponential = x.toExponential(digits).replace(/\.?0+e/, 'e');
123 return !digits ? 'E' : fixed ? String(Number(exponential)) : exponential;
  /external/llvm/lib/Support/
FileUtilities.cpp 32 case 'D': // Strange exponential notation.
33 case 'd': // Strange exponential notation.
101 // that use "D" or "d" as their exponential marker, e.g. "1.234D45". This
109 // Strange exponential notation!
119 // Strange exponential notation!
  /external/eigen/unsupported/Eigen/
MatrixFunctions 37 * - \ref matrixbase_exp "MatrixBase::exp()", for computing the matrix exponential
112 Compute the matrix exponential.
118 \param[in] M matrix whose exponential is to be computed.
119 \returns expression representing the matrix exponential of \p M.
121 The matrix exponential of \f$ M \f$ is defined by
123 The matrix exponential can be used to solve linear ordinary
132 The matrix exponential is computed using the scaling-and-squaring
134 rescaled, then the exponential of the reduced matrix is computed
141 scaling and squaring method for the matrix exponential revisited,"
177 \f$ \exp(X) = M \f$ where exp denotes the matrix exponential. As fo
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service_unittest.cc 118 // These values make checking exponential backoff easier.
211 // Tests exponential backoff. Prior to calling, the relevant recheck settings
213 // starting exponential backoff.
300 // Checks exponential backoff when the Internet is connected.
318 // Checks exponential backoff when there's an HTTP error.
334 // Checks exponential backoff when there's a captive portal.

Completed in 648 milliseconds

12 3 4 5 6 7 8 91011>>