OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quadratic
(Results
51 - 75
of
593
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
TODO
38
- Make liveness analysis non-
quadratic
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
hsearch_r.c
40
* implementation we use
quadratic
probing.
Quadratic
probing has the
/external/ImageMagick/Magick++/demo/
zoom.cpp
23
<< " hermite lanczos mitchell point
quadratic
sample scale sinc triangle" << endl;
93
else if (algorithm.compare("
quadratic
") == 0)
/external/skia/src/gpu/ccpr/
GrCCGeometry.h
79
// We pass through inflection points and loop intersections using a line and
quadratic
(s)
87
// through the loop intersection can be approximated with a single
quadratic
anyway,
/external/skqp/src/gpu/ccpr/
GrCCGeometry.h
78
// We pass through inflection points and loop intersections using a line and
quadratic
(s)
86
// through the loop intersection can be approximated with a single
quadratic
anyway,
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
optimizer.py
58
quadratic
model.)
301
"""Compute optimal update hyperparameters from the
quadratic
model.
303
More specifically, if L is the loss we minimize a
quadratic
approximation
309
Unlike in the KL clipping approach we use the non-approximated
quadratic
334
quadratic
model, and
369
the
quadratic
model, and
392
quadratic
model, and
448
# Compute optimal velocity update parameters according to
quadratic
model
/prebuilts/go/darwin-x86/src/sync/
map_bench_test.go
89
b.Skip("DeepCopyMap has
quadratic
running time.")
121
b.Skip("DeepCopyMap has
quadratic
running time.")
/prebuilts/go/darwin-x86/test/
locklinear.go
7
// Test that locks don't go
quadratic
due to runtime hash table collisions.
24
// checkLinear asserts that the running time of f(n) is at least linear but sub-
quadratic
.
/prebuilts/go/linux-x86/src/sync/
map_bench_test.go
89
b.Skip("DeepCopyMap has
quadratic
running time.")
121
b.Skip("DeepCopyMap has
quadratic
running time.")
/prebuilts/go/linux-x86/test/
locklinear.go
7
// Test that locks don't go
quadratic
due to runtime hash table collisions.
24
// checkLinear asserts that the running time of f(n) is at least linear but sub-
quadratic
.
/external/fonttools/Lib/fontTools/misc/
bezierTools.py
110
"""Split the
quadratic
curve between pt1, pt2 and pt3 at position 'where',
166
"""Split the
quadratic
curve between pt1, pt2 and pt3 at one or more
258
"""Solve a
quadratic
equation where a, b and c are real.
271
# We have a true
quadratic
equation. Apply the
quadratic
formula to find two roots.
/external/skia/src/pathops/
SkPathOpsQuad.cpp
134
// analysis of the
quadratic
equation, suggesting why the following looks at
145
Numeric Solutions (5.6) suggests to solve the
quadratic
by computing
248
Given a
quadratic
q, t1, and t2, find a small
quadratic
segment.
250
The new
quadratic
is defined by A, B, and C, where
/external/skqp/src/pathops/
SkPathOpsQuad.cpp
131
// analysis of the
quadratic
equation, suggesting why the following looks at
142
Numeric Solutions (5.6) suggests to solve the
quadratic
by computing
245
Given a
quadratic
q, t1, and t2, find a small
quadratic
segment.
247
The new
quadratic
is defined by A, B, and C, where
/frameworks/base/graphics/java/android/graphics/
Path.java
31
* consisting of straight line segments,
quadratic
curves, and cubic curves.
389
* Add a
quadratic
bezier from the last point, approaching control point
393
* @param x1 The x-coordinate of the control point on a
quadratic
curve
394
* @param y1 The y-coordinate of the control point on a
quadratic
curve
395
* @param x2 The x-coordinate of the end point on a
quadratic
curve
396
* @param y2 The y-coordinate of the end point on a
quadratic
curve
409
* this contour, for the control point of a
quadratic
curve
411
* this contour, for the control point of a
quadratic
curve
413
* this contour, for the end point of a
quadratic
curve
415
* this contour, for the end point of a
quadratic
curv
[
all
...]
/external/libavc/encoder/
irc_rd_model.c
242
/* Choose the set of Points to be used for MSE fit of
Quadratic
model */
282
/* Add Pivot Points to the Data set to be used for finding
Quadratic
*/
283
/* Model Coeffs. These will help in constraining the shape of
Quadratic
*/
/external/python/cpython3/Doc/library/
xml.rst
67
quadratic
blowup **Vulnerable** **Vulnerable** **Vulnerable** **Vulnerable** **Vulnerable**
87
quadratic
blowup entity expansion
88
A
quadratic
blowup attack is similar to a `Billion Laughs`_ attack; it abuses
/external/skia/src/gpu/
GrPathUtils.h
53
// points of the
quadratic
.
115
// When we approximate a cubic {a,b,c,d} with a
quadratic
we may have to
119
// property and the
quadratic
approximation of cubics step cannot alter it.
/external/skqp/src/gpu/
GrPathUtils.h
53
// points of the
quadratic
.
115
// When we approximate a cubic {a,b,c,d} with a
quadratic
we may have to
119
// property and the
quadratic
approximation of cubics step cannot alter it.
/external/freetype/src/psaux/
psglue.h
69
CF2_PathOpQuadTo = 3, /*
quadratic
curve */
/external/python/cpython2/Doc/library/
imgfile.rst
52
``'triangle'``, ``'
quadratic
'`` and ``'gaussian'``. If a filter is specified
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPath.java
41
quadDescription = "Add a
quadratic
bezier from last point, approaching (" + x1 + "," + y1 + "), " +
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPath.java
45
quadDescription = "Add a
quadratic
bezier from last point, approaching (" + x1 + "," + y1 + "), ending at (" + x2 + "," + y2 + ")";
/external/skia/src/core/
SkQuadClipper.cpp
25
* We solve for t, using
quadratic
equation, hence we have to rearrange
/external/skqp/src/core/
SkQuadClipper.cpp
25
* We solve for t, using
quadratic
equation, hence we have to rearrange
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
wals.md
39
Note that each subproblem is an unconstrained
quadratic
minimization problem and
Completed in 835 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>