/third_party/python/Doc/library/ |
D | xml.rst | 67 quadratic blowup **Vulnerable** (1) **Vulnerable** (1) **Vulnerable** (1) **Vulnerable… 74 "quadratic blowup" vulnerabilities. Items still listed as vulnerable due to 93 quadratic blowup entity expansion 94 A quadratic blowup attack is similar to a `Billion Laughs`_ attack; it abuses
|
/third_party/skia/src/gpu/tessellate/ |
D | PatchWriter.h | 175 const QuadToCubic& quadratic) { 176 auto [p0, p1, p2] = quadratic;
|
D | WangsFormula.h | 131 AI float quadratic(float precision,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryMiscTests.cpp | 385 static float quadratic(float x) { return (x * x); } in quadratic() function 395 static constexpr func2D_t FUNC_LINEAR_QUADRATIC = { linear, quadratic }; 397 static constexpr func2D_t FUNC_CUBIC_QUADRATIC = { cubic, quadratic }; 400 static constexpr func2D_t FUNC_QUADRATIC_LINEAR = { quadratic, linear }; 401 static constexpr func2D_t FUNC_QUADRATIC_QUADRATIC = { quadratic, quadratic }; 402 static constexpr func2D_t FUNC_QUADRATIC_CUBIC = { quadratic, cubic };
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryMiscTests.cpp | 385 static float quadratic(float x) { return (x * x); } in quadratic() function 395 static constexpr func2D_t FUNC_LINEAR_QUADRATIC = { linear, quadratic }; 397 static constexpr func2D_t FUNC_CUBIC_QUADRATIC = { cubic, quadratic }; 400 static constexpr func2D_t FUNC_QUADRATIC_LINEAR = { quadratic, linear }; 401 static constexpr func2D_t FUNC_QUADRATIC_QUADRATIC = { quadratic, quadratic }; 402 static constexpr func2D_t FUNC_QUADRATIC_CUBIC = { quadratic, cubic };
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/ |
D | foreach.m4 | 4 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes 41 # This file is designed to overcome the quadratic nature of $@ 44 # expansions, but avoids the need to rescan a quadratic number of 55 # quadratic behavior (ie. it lacks the macro __m4_version__). 68 # reparsing any user input, and is not quadratic. For an idea of how
|
/third_party/python/Misc/NEWS.d/next/Security/ |
D | 2022-11-04-09-29-36.gh-issue-98433.l76c5G.rst | 2 related name resolution functions no longer involves a quadratic algorithm.
|
/third_party/libxml2/ |
D | backport-html-Fix-quadratic-behavior-in-htmlParseTryOrFinish.patch | 4 Subject: [PATCH] html: Fix quadratic behavior in htmlParseTryOrFinish
|
D | libxml2.spec | 96 Patch6078: backport-xinclude-Fix-quadratic-behavior-in-xmlXIncludeLoadTx.patch 166 Patch6146: backport-html-Fix-quadratic-behavior-in-htmlParseTryOrFinish.patch 495 Fix-quadratic-behavior-when-looking-up-xml-attribute.patch 529 - Fix more quadratic runtime issues in HTML push parse
|
D | backport-xinclude-Fix-quadratic-behavior-in-xmlXIncludeLoadTx.patch | 4 Subject: [PATCH] xinclude: Fix quadratic behavior in xmlXIncludeLoadTxt
|
/third_party/skia/tests/ |
D | WangsFormulaTest.cpp | 228 float q = wangs_formula::quadratic(kPrecision, pts); in DEF_TEST() 234 q = wangs_formula::quadratic(kPrecision, pts); in DEF_TEST() 252 float q = std::max(1.f, wangs_formula::quadratic(kPrecision, pts)); in DEF_TEST()
|
/third_party/typescript/tests/baselines/reference/ |
D | genericCallWithOverloadedFunctionTypedArguments2.errors.txt | 6 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedConstructorTypedArguments2.errors.txt | 6 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedFunctionTypedArguments2.types | 3 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedConstructorTypedArguments2.symbols | 3 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedFunctionTypedArguments2.symbols | 3 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedConstructorTypedArguments2.types | 3 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedConstructorTypedArguments.symbols | 3 // Inferences are made quadratic-pairwise to and from these overload sets
|
D | genericCallWithOverloadedFunctionTypedArguments.symbols | 3 // Inferences are made quadratic-pairwise to and from these overload sets
|
/third_party/littlefs/tests/ |
D | test_seek.toml | 329 # must be power-of-2 for quadratic probing to be exhaustive 371 // seek and write using quadratic probing to touch all
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | VertexProcessor.hpp | 222 void setLightAttenuation(unsigned int light, float constant, float linear, float quadratic);
|
D | VertexProcessor.cpp | 336 …exProcessor::setLightAttenuation(unsigned int light, float constant, float linear, float quadratic) in setLightAttenuation() argument 342 ff.attenuationQuadratic[light] = replicate(quadratic); in setLightAttenuation()
|
/third_party/openssl/crypto/property/ |
D | README.md | 43 time rather than quadratic time - the O(n log n) sort cost being amortised.
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
D | README.md | 43 time rather than quadratic time - the O(n log n) sort cost being amortised.
|
/third_party/openssl/doc/man3/ |
D | EC_GROUP_copy.pod | 120 * which solution of the quadratic equation y is */ 125 * which solution of the quadratic equation y is */
|