OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:polynomial
(Results
101 - 125
of
305
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c
99
* Chebyshev
polynomial
evaluation. *
198
* Evaluates the Chebishev
polynomial
series *
201
* The
polynomial
order is *
203
* The
polynomial
is given by *
/bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c
34
* a
polynomial
of degree 5 to approximate R. The maximum error
35
* of this
polynomial
approximation is bounded by 2**-59. In
e_log.c
30
* a
polynomial
of degree 14 to approximate R The maximum error
31
* of this
polynomial
approximation is bounded by 2**-58.45. In
s_log1p.c
35
* a
polynomial
of degree 14 to approximate R The maximum error
36
* of this
polynomial
approximation is bounded by 2**-58.45. In
s_expm1.c
39
* a
polynomial
of degree 5 in r*r to approximate R1. The
40
* maximum error of this
polynomial
approximation is bounded
k_cos.c
26
* 3. cos(x) is approximated by a
polynomial
of degree 14 on
s_cbrt.c
81
* where P(r) is a
polynomial
of degree 4 that approximates 1/cbrt(r)
s_exp2f.c
85
* degree-4 minimax
polynomial
with maximum error under 1.4 * 2**-33.
/external/ceres-solver/internal/ceres/
CMakeLists.txt
82
polynomial
.cc
265
CERES_TEST(
polynomial
)
/external/chromium_org/third_party/opus/src/silk/
NLSF2A.c
45
opus_int32 *out, /* O intermediate
polynomial
, QA [dd+1] */
47
opus_int dd /* I
polynomial
order (= 1/2 * filter order) */
/external/fdlibm/
e_exp.c
31
* a
polynomial
of degree 5 to approximate R. The maximum error
32
* of this
polynomial
approximation is bounded by 2**-59. In
e_log.c
27
* a
polynomial
of degree 14 to approximate R The maximum error
28
* of this
polynomial
approximation is bounded by 2**-58.45. In
s_log1p.c
33
* a
polynomial
of degree 14 to approximate R The maximum error
34
* of this
polynomial
approximation is bounded by 2**-58.45. In
s_expm1.c
36
* a
polynomial
of degree 5 in r*r to approximate R1. The
37
* maximum error of this
polynomial
approximation is bounded
/external/qemu/distrib/sdl-1.2.15/src/video/
e_log.h
30
* a
polynomial
of degree 14 to approximate R The maximum error
31
* of this
polynomial
approximation is bounded by 2**-58.45. In
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c
136
* Calculate the cosine error by a
polynomial
expansion using the equation:
267
* Calculate the cosine by a
polynomial
expansion using the equation:
/frameworks/native/include/input/
VelocityTracker.h
43
//
Polynomial
coefficients describing motion in X and Y.
46
//
Polynomial
degree (number of coefficients), or zero if no information is
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48-sources.jar
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java
454
* Assertion: returns mid terms of reduction
polynomial
477
* Assertion: returns mid terms of reduction
polynomial
488
* Assertion: returns reduction
polynomial
/external/dropbear/libtommath/
tommath.out
62
\BOOKMARK [1][-]{section.4.4}{
Polynomial
Basis Operations}{chapter.4}
74
\BOOKMARK [2][-]{subsection.5.2.3}{
Polynomial
Basis Multiplication}{section.5.2}
81
\BOOKMARK [2][-]{subsection.5.3.3}{
Polynomial
Basis Squaring}{section.5.3}
/libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java
487
* Assertion: returns mid terms of reduction
polynomial
510
* Assertion: returns mid terms of reduction
polynomial
521
* Assertion: returns reduction
polynomial
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
eck_prn.c
294
/* print the
polynomial
*/
295
if ((p != NULL) && !ASN1_bn_print(bp, "
Polynomial
:", p, buffer,
/external/openssl/crypto/ec/
eck_prn.c
294
/* print the
polynomial
*/
295
if ((p != NULL) && !ASN1_bn_print(bp, "
Polynomial
:", p, buffer,
/external/srec/portable/src/
pcrc.c
34
#define
POLYNOMIAL
0x04C11DB7
78
#define
POLYNOMIAL
0x8005
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp
127
f =
polynomial
(Word16)
128
n =
polynomial
order (Word16)
136
cheb = Chebyshev
polynomial
for the input value x.(Word16)
147
This module evaluates the Chebyshev
polynomial
series.
148
- The
polynomial
order is n = m/2 = 5
149
- The
polynomial
F(z) (F1(z) or F2(z)) is given by
154
polynomial
( x=cos(w) )
359
The roots of F1(z) and F2(z) are found using Chebyshev
polynomial
evaluation.
Completed in 960 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>