OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:polynomial
(Results
251 - 275
of
408
) sorted by null
<<
11
12
13
14
15
16
17
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hypergeometric.tcc
67
* then the series is a
polynomial
with a finite number of
751
// finite
polynomial
.
/system/bt/stack/smp/
aes.c
220
/* position. Since the starting
polynomial
has */
243
while(n2 >= n1) /* divide
polynomial
p2 by p1 */
245
n2 /= n1; /* shift smaller
polynomial
left */
/bionic/libm/x86/
e_asin.S
41
// asin(r)-r evaluated as 7-degree
polynomial
(c3*r^3+c5*r^5+c7*r^7)
52
// asin(r) evaluated as
polynomial
(same as above)
56
// |s|<2^{-4}: evaluate as 13-degree
polynomial
59
// use 17-degree
polynomial
, get error term
[
all
...]
e_exp.S
45
// P(y) is a minimax
polynomial
approximation of exp(x)-1
e_cosh.S
60
// For |x|<1/8, a Taylor
polynomial
expansion is used (degree 10)
61
// (error bound for
polynomial
expansion is below 0.501 ulp)
/bionic/libm/x86_64/
e_asin.S
41
// asin(r)-r evaluated as 7-degree
polynomial
(c3*r^3+c5*r^5+c7*r^7)
52
// asin(r) evaluated as
polynomial
(same as above)
56
// |s|<2^{-4}: evaluate as 13-degree
polynomial
59
// use 17-degree
polynomial
, get error term
[
all
...]
s_tan.S
37
// Note that in this algorithm, there is a different
polynomial
for
38
// each breakpoint, so there are 32 sets of
polynomial
coefficients
41
// The
polynomial
coefficients and constants are offset from the start
67
// The higher terms of the
polynomial
are computed in the *low*
[
all
...]
/external/ImageMagick/ImageMagick/api/
statistic.html
418
<dd>the list of
polynomial
coefficients and degree pairs and a constant. </dd>
/external/ImageMagick/utilities/
mogrify.1
294
\-poly terms build a
polynomial
from the image sequence and the corresponding terms (coefficients and degree pairs)
mogrify.1.in
294
\-poly terms build a
polynomial
from the image sequence and the corresponding terms (coefficients and degree pairs)
/external/ImageMagick/www/api/
statistic.php
418
<dd>the list of
polynomial
coefficients and degree pairs and a constant. </dd>
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java
235
* @param mu degree of the interpolation
polynomial
/external/boringssl/src/crypto/bn/
internal.h
119
* The binary
polynomial
arithmetic software is originally written by
/external/boringssl/src/crypto/ec/
ec_key.c
64
* The elliptic curve binary
polynomial
software is originally written by
wnaf.c
64
* The elliptic curve binary
polynomial
software is originally written by
/external/boringssl/src/include/openssl/
ec.h
64
* The elliptic curve binary
polynomial
software is originally written by
ec_key.h
64
* The elliptic curve binary
polynomial
software is originally written by
/external/ceres-solver/include/ceres/
types.h
261
// Backtracking line search with
polynomial
interpolation or
/external/dng_sdk/source/
dng_lens_correction.h
231
// Radial and tangential
polynomial
coefficients. These define a warp
/external/fonttools/Lib/fontTools/misc/
bezierTools.py
290
# CUBIC.C - Solve a cubic
polynomial
/external/llvm/test/MC/AArch64/
neon-mul-div-instructions.s
46
// Vector Multiply (
Polynomial
)
/external/opencv3/modules/python/test/
camera_calibration.py
312
print "final
polynomial
"
/external/skia/src/core/
SkEdge.cpp
234
* We want to reformulate into
polynomial
form, to make it clear how we
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c
525
/* Compute the
polynomial
coefficients. */
/packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java
512
// derived
polynomial
fit to make lower values more visible
Completed in 641 milliseconds
<<
11
12
13
14
15
16
17