Home
last modified time | relevance | path

Searched full:exponential (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/third_party/node/deps/npm/node_modules/exponential-backoff/
Dpackage.json2 "name": "exponential-backoff",
4 …"description": "A utility that allows retrying a function with an exponential delay between attemp…
38 "url": "git+https://github.com/coveo/exponential-backoff.git"
41 "exponential",
48 "url": "https://github.com/coveo/exponential-backoff/issues"
50 "homepage": "https://github.com/coveo/exponential-backoff#readme",
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.hpp4 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
6 /// @defgroup core_func_exponential Exponential functions
31 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
41 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
53 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
63 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
74 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
84 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
96 …gistry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.2 Exponential Functions</a>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dautoscan_exponential.c2 * WPA Supplicant - auto scan exponential module
59 wpa_printf(MSG_DEBUG, "autoscan exponential: base exponential is %d " in autoscan_exponential_init()
81 wpa_printf(MSG_DEBUG, "autoscan exponential: scan result " in autoscan_exponential_notify_scan()
100 .name = "exponential",
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dautoscan_exponential.c2 * WPA Supplicant - auto scan exponential module
59 wpa_printf(MSG_DEBUG, "autoscan exponential: base exponential is %d " in autoscan_exponential_init()
81 wpa_printf(MSG_DEBUG, "autoscan exponential: scan result " in autoscan_exponential_notify_scan()
100 .name = "exponential",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dgd.txt30 exponential{"E"}
47 exponential{"اس"}
64 exponential{"×۱۰^"}
81 exponential{"E"}
98 exponential{"E"}
115 exponential{"E"}
132 exponential{"E"}
149 exponential{"E"}
167 exponential{"E"}
347 exponential{"E"}
[all …]
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.h120 // The exponent_character is used in exponential representations. It is
136 // max_leading_padding_zeroes before returning the number in exponential
143 // returning an exponential representation. A zero added by the
150 // The min_exponent_width is used for exponential representations.
185 // Lower case 'e' for exponential values.
195 // exponential representation.
226 // - the longest exponential representation. (A negative number with
279 // Computes a representation in exponential format with requested_digits
281 // If requested_digits equals -1, then the shortest exponential representation
315 // either in exponential or decimal format, depending on
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.h120 // The exponent_character is used in exponential representations. It is
136 // max_leading_padding_zeroes before returning the number in exponential
143 // returning an exponential representation. A zero added by the
150 // The min_exponent_width is used for exponential representations.
185 // Lower case 'e' for exponential values.
195 // exponential representation.
226 // - the longest exponential representation. (A negative number with
279 // Computes a representation in exponential format with requested_digits
281 // If requested_digits equals -1, then the shortest exponential representation
315 // either in exponential or decimal format, depending on
[all …]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.h105 // The exponent_character is used in exponential representations. It is
121 // max_leading_padding_zeroes before returning the number in exponential
128 // returning an exponential representation. A zero added by the
135 // The min_exponent_width is used for exponential representations.
170 // Lower case 'e' for exponential values.
180 // exponential representation.
211 // - the longest exponential representation. (A negative number with
264 // Computes a representation in exponential format with requested_digits
266 // If requested_digits equals -1, then the shortest exponential representation
300 // either in exponential or decimal format, depending on
[all …]
/third_party/icu/icu4c/source/data/locales/
Dgd.txt30 exponential{"E"}
47 exponential{"اس"}
64 exponential{"×۱۰^"}
81 exponential{"E"}
98 exponential{"E"}
115 exponential{"E"}
132 exponential{"E"}
149 exponential{"E"}
167 exponential{"E"}
351 exponential{"E"}
[all …]
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.h129 // The exponent_character is used in exponential representations. It is
145 // max_leading_padding_zeroes before returning the number in exponential
152 // returning an exponential representation. A zero added by the
175 // The min_exponent_width is used for exponential representations.
210 // Lower case 'e' for exponential values.
220 // exponential representation.
251 // - the longest exponential representation. (A negative number with
304 // Computes a representation in exponential format with requested_digits
306 // If requested_digits equals -1, then the shortest exponential representation
340 // either in exponential or decimal format, depending on
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DExponentialTaper.java20 * Maps integer range info to a double value along an exponential scale.
64 public double exponentialToLinear(double exponential) { in exponentialToLinear() argument
65 return Math.log((exponential + offset) / a) / (b * Math.log(ROOT)); in exponentialToLinear()
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dgles2-master-PASS.txt3051 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_float_fragment
3052 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_float_vertex
3053 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec2_fragment
3054 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec2_vertex
3055 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec3_fragment
3056 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec3_vertex
3057 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec4_fragment
3058 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec4_vertex
3059 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp_float_fragment
3060 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp_float_vertex
[all …]
Dgles2-master.txt5096 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5097 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5098 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5099 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5100 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5101 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5102 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5103 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5104 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5105 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles2-master.txt4825 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
4826 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
4827 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
4828 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
4829 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
4830 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
4831 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
4832 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
4833 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
4834 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles2-master.txt4825 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
4826 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
4827 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
4828 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
4829 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
4830 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
4831 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
4832 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
4833 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
4834 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/rust/crates/regex/
DPERFORMANCE.md13 exponential time.
27 exponential behavior doesn't mean we are immune from large constant factors
237 ## Excessive counting can lead to exponential state blow up in the DFA
242 Wait, didn't I say that this crate guards against exponential worst cases?
244 an exponential blow up in the number of states. This crate specifically guards
245 against exponential blow up by doing two things:
260 In effect, this crate will detect exponential state blow up and fall back to
/third_party/vk-gl-cts/android/cts/main/src/
Dgles2-master-2020-03-01.txt5097 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5098 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5099 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5100 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5101 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5102 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5103 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5104 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5105 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5106 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/android/cts/main/
Dgles2-master-2020-03-01.txt3196 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_float_fragment
3197 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_float_vertex
3198 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec2_fragment
3199 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec2_vertex
3200 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec3_fragment
3201 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec3_vertex
3202 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec4_fragment
3203 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp2_vec4_vertex
3204 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp_float_fragment
3205 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.exponential.exp_float_vertex
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles2-master.txt5900 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5901 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5902 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5903 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5904 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5905 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5906 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5907 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5908 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5909 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles2-master.txt5858 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5859 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5860 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5861 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5862 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5863 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5864 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5865 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5866 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5867 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles2-master.txt5858 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5859 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5860 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5861 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5862 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5863 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5864 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5865 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5866 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5867 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/main/
Dgles2-master.txt5900 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5901 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5902 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5903 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5904 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5905 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5906 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5907 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5908 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5909 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles2-master.txt5746 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5747 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5748 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5749 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5750 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5751 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5752 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5753 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5754 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5755 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/
Dgles2-master.txt5900 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5901 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5902 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5903 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5904 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5905 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5906 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5907 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5908 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5909 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles2-master.txt5900 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_vertex
5901 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_float_fragment
5902 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_vertex
5903 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_float_fragment
5904 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_vertex
5905 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec2_fragment
5906 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_vertex
5907 dEQP-GLES2.functional.shaders.operator.exponential.pow.highp_vec2_fragment
5908 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_vertex
5909 dEQP-GLES2.functional.shaders.operator.exponential.pow.mediump_vec3_fragment
[all …]

12345678910>>...31