Home
last modified time | relevance | path

Searched refs:quadratic (Results 1 – 25 of 74) sorted by relevance

123

/third_party/python/Doc/library/
Dxml.rst67 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/
DPatchWriter.h175 const QuadToCubic& quadratic) {
176 auto [p0, p1, p2] = quadratic;
DWangsFormula.h131 AI float quadratic(float precision,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryMiscTests.cpp385 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/
DvktRayQueryMiscTests.cpp385 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/
Dforeach.m44 # 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/
D2022-11-04-09-29-36.gh-issue-98433.l76c5G.rst2 related name resolution functions no longer involves a quadratic algorithm.
/third_party/libxml2/
Dbackport-html-Fix-quadratic-behavior-in-htmlParseTryOrFinish.patch4 Subject: [PATCH] html: Fix quadratic behavior in htmlParseTryOrFinish
Dlibxml2.spec96 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
Dbackport-xinclude-Fix-quadratic-behavior-in-xmlXIncludeLoadTx.patch4 Subject: [PATCH] xinclude: Fix quadratic behavior in xmlXIncludeLoadTxt
/third_party/skia/tests/
DWangsFormulaTest.cpp228 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/
DgenericCallWithOverloadedFunctionTypedArguments2.errors.txt6 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedConstructorTypedArguments2.errors.txt6 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedFunctionTypedArguments2.types3 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedConstructorTypedArguments2.symbols3 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedFunctionTypedArguments2.symbols3 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedConstructorTypedArguments2.types3 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedConstructorTypedArguments.symbols3 // Inferences are made quadratic-pairwise to and from these overload sets
DgenericCallWithOverloadedFunctionTypedArguments.symbols3 // Inferences are made quadratic-pairwise to and from these overload sets
/third_party/littlefs/tests/
Dtest_seek.toml329 # 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/
DVertexProcessor.hpp222 void setLightAttenuation(unsigned int light, float constant, float linear, float quadratic);
DVertexProcessor.cpp336 …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/
DREADME.md43 time rather than quadratic time - the O(n log n) sort cost being amortised.
/third_party/node/deps/openssl/openssl/crypto/property/
DREADME.md43 time rather than quadratic time - the O(n log n) sort cost being amortised.
/third_party/openssl/doc/man3/
DEC_GROUP_copy.pod120 * which solution of the quadratic equation y is */
125 * which solution of the quadratic equation y is */

123