/external/chromium_org/net/quic/congestion_control/ |
hybrid_slow_start_test.cc | 68 end_sequence_number *= 2; // Exponential growth.
|
/external/chromium_org/sandbox/linux/services/ |
thread_helpers.cc | 70 // Poll /proc with an exponential back-off, sleeping 2^iterations nanoseconds
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathValue.cpp | 102 // String::toDouble() supports exponential notation, which is not
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PurgeableVector.h | 88 // exponential growth internally. This means that repeated/invalid uses of
|
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.h | 27 * Avoid recursion because of its exponential complexity.
|
/external/chromium_org/v8/test/mjsunit/ |
to-precision.js | 28 // Test the exponential notation output.
|
/external/chromium_org/v8/test/webkit/ |
dfg-constant-fold-misprediction.js | 44 // and recompilation with exponential backoff) to take effect so that the next
|
parseInt.js | 50 // Test edge cases for the Number.toString exponential ranges.
|
/external/icu/icu4c/source/common/ |
unisetspan.h | 27 * Avoid recursion because of its exponential complexity.
|
/external/qemu/qobject/ |
qstring.c | 79 qstring->capacity *= 2; /* use exponential growth */
|
/external/srec/srec/include/ |
hmm_desc.h | 43 #define EXPDUR (1<<6) /* Exponential duration model */
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 590 new ObjectStreamField("exponential", char.class), 611 fields.put("exponential", exponentSeparator.charAt(0)); 654 // In Javas 1.1.6 and 1.4, there was a character field "exponential". 655 setExponentSeparator(String.valueOf(fields.get("exponential", 'E')));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netax25/ |
ax25.h | 151 #define AX25_VALUES_BACKOFF 4 /* 'E'=Exponential 'L'=Linear */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netax25/ |
ax25.h | 151 #define AX25_VALUES_BACKOFF 4 /* 'E'=Exponential 'L'=Linear */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbutils.py | 74 # exponential backoff in the sleep time
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbutils.py | 74 # exponential backoff in the sleep time
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
b_exp.c | 40 * RETURN THE EXPONENTIAL OF X 70 * exp(x) returns the exponential of x nearly rounded. In a test run
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RSUtils.java | 54 // Use an exponential distribution 105 // Use an exponential distribution
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
RSUtils.java | 54 // Use an exponential distribution 105 // Use an exponential distribution
|
/external/chromium_org/google_apis/gcm/engine/ |
checkin_request_unittest.cc | 21 // exponential back-off rules. 26 // Initial delay for exponential back-off in ms.
|
/external/chromium_org/remoting/host/ |
chromoting_host.cc | 37 // exponential back-off rules. 40 // Initial delay for exponential back-off in ms.
|
/external/chromium_org/third_party/cacheinvalidation/ |
cacheinvalidation.gyp | 82 'src/google/cacheinvalidation/impl/exponential-backoff-delay-generator.cc', 83 'src/google/cacheinvalidation/impl/exponential-backoff-delay-generator.h',
|
/external/chromium_org/third_party/opus/src/celt/ |
mathops.h | 115 /** Base-2 exponential approximation (2^x). */ 201 /** Base-2 exponential approximation (2^x). (Q10 input, Q16 output) */
|
/external/chromium_org/third_party/re2/re2/ |
walker-inl.h | 70 // exponential runtimes on cross-linked Regexps like the 228 // Without the exponential walking behavior,
|
/external/libopus/celt/ |
mathops.h | 115 /** Base-2 exponential approximation (2^x). */ 201 /** Base-2 exponential approximation (2^x). (Q10 input, Q16 output) */
|