OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficient
(Results
201 - 225
of
717
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/Eigen/src/Geometry/
Quaternion.h
59
/** \returns the \c x
coefficient
*/
61
/** \returns the \c y
coefficient
*/
63
/** \returns the \c z
coefficient
*/
65
/** \returns the \c w
coefficient
*/
68
/** \returns a reference to the \c x
coefficient
*/
70
/** \returns a reference to the \c y
coefficient
*/
72
/** \returns a reference to the \c z
coefficient
*/
74
/** \returns a reference to the \c w
coefficient
*/
247
* \warning Note the order of the arguments: the real \a w
coefficient
first,
/external/chromium_org/third_party/icu/source/i18n/
decNumber.h
82
int32_t digits; /* Count of digits in the
coefficient
; >0 */
86
/*
Coefficient
, from least significant unit */
99
/* Each integer of the
coefficient
(except potentially the last) */
/external/chromium_org/third_party/opus/src/silk/fixed/
burg_modified_FIX.c
161
/* Calculate nominator and denominator for the next order reflection (parcor)
coefficient
*/
183
/* Calculate the next order reflection (parcor)
coefficient
*/
194
/* Max prediction gain exceeded; set reflection
coefficient
such that max prediction gain is exactly hit */
schur64_FIX.c
59
/* Get reflection
coefficient
: divide two Q30 values and get result in Q31 */
schur_FIX.c
72
/* Get reflection
coefficient
*/
warped_autocorrelation_FIX.c
42
const opus_int warping_Q16, /* I Warping
coefficient
*/
/external/flac/libFLAC/include/private/
lpc.h
115
* bit) of largest
coefficient
201
* during
coefficient
computation.
207
* (includes warmup sample size and quantized LP
coefficient
)
/external/icu4c/i18n/
decNumber.h
82
int32_t digits; /* Count of digits in the
coefficient
; >0 */
86
/*
Coefficient
, from least significant unit */
99
/* Each integer of the
coefficient
(except potentially the last) */
/external/ipsec-tools/src/racoon/
prsa_par.y
142
%token PRIME1 PRIME2 EXPONENT1 EXPONENT2
COEFFICIENT
304
|
COEFFICIENT
COLON HEX
305
{ if (!rsa_cur->iqmp) rsa_cur->iqmp = $3; else { prsaerror ("
Coefficient
already defined\n"); YYABORT; } }
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java
170
* the damping
coefficient
for when the suspension is expanding.
184
* the damping
coefficient
for when the suspension is compressed.
200
* the
coefficient
of friction between the tyre and the ground.
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java
165
* the damping
coefficient
for when the suspension is expanding.
179
* the damping
coefficient
for when the suspension is compressed.
195
* the
coefficient
of friction between the tyre and the ground.
/external/jpeg/
jcdctmgr.c
10
* and it performs related housekeeping chores including
coefficient
234
/* Divide the
coefficient
value by qval, ensuring proper rounding.
328
* The maximum
coefficient
size is +-16K (for 12-bit data), so this
jpeglib.h
71
typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of
coefficient
blocks */
72
typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of
coefficient
blocks */
73
typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of
coefficient
blocks */
81
/* DCT
coefficient
quantization tables. */
84
/* This array gives the
coefficient
quantizers in natural array order
88
UINT16 quantval[DCTSIZE2]; /* quantization step for each
coefficient
*/
307
/* ptrs to
coefficient
quantization tables, or NULL if not defined */
372
/* The
coefficient
controller receives data in units of MCU rows as defined
512
* with which component c's DCT
coefficient
i (in zigzag order) is known.
514
* transform (shift) value for the most recent scan of the
coefficient
[
all
...]
/external/qemu/distrib/jpeg-6b/
jcdctmgr.c
10
* and it performs related housekeeping chores including
coefficient
234
/* Divide the
coefficient
value by qval, ensuring proper rounding.
328
* The maximum
coefficient
size is +-16K (for 12-bit data), so this
jpeglib.h
71
typedef JBLOCK FAR *JBLOCKROW; /* pointer to one row of
coefficient
blocks */
72
typedef JBLOCKROW *JBLOCKARRAY; /* a 2-D array of
coefficient
blocks */
73
typedef JBLOCKARRAY *JBLOCKIMAGE; /* a 3-D array of
coefficient
blocks */
81
/* DCT
coefficient
quantization tables. */
84
/* This array gives the
coefficient
quantizers in natural array order
88
UINT16 quantval[DCTSIZE2]; /* quantization step for each
coefficient
*/
307
/* ptrs to
coefficient
quantization tables, or NULL if not defined */
372
/* The
coefficient
controller receives data in units of MCU rows as defined
512
* with which component c's DCT
coefficient
i (in zigzag order) is known.
514
* transform (shift) value for the most recent scan of the
coefficient
[
all
...]
/libcore/luni/src/main/java/java/security/spec/
ECFieldF2m.java
72
* corresponding to the n-th
coefficient
of the reduction
245
* corresponding to the n-th
coefficient
of the reduction polynomial for a
249
* corresponding to the n-th
coefficient
of the reduction polynomial
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java
46
* The change in voltage is scaled to a temperature
coefficient
of 10.0
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAOtherPrimeInfoTest.java
114
* Assertion: returns CRT
coefficient
value
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h
48
* formula is a four by four
coefficient
matrix. The input variable
/external/chromium_org/third_party/opus/src/silk/float/
warped_autocorrelation_FLP.c
38
const silk_float warping, /* I Warping
coefficient
*/
/external/chromium_org/third_party/opus/src/silk/
stereo_find_predictor.c
41
opus_int smooth_coef_Q16 /* I Smoothing
coefficient
*/
/external/eigen/Eigen/src/Core/
BooleanRedux.h
100
/** \returns true if at least one
coefficient
is true
CwiseUnaryOp.h
19
* \brief Generic expression where a
coefficient
-wise unary operator is applied to an expression
CwiseUnaryView.h
18
* \brief Generic lvalue expression of a
coefficient
-wise unary operator of a matrix or a vector
/external/eigen/Eigen/src/Core/util/
XprHelper.h
278
* a*d. Evaluating can be beneficial for example if every
coefficient
access in the resulting expression causes
279
* many
coefficient
accesses in the nested expressions -- as is the case with matrix product for example.
282
* \param n the number of
coefficient
accesses in the nested expression for each
coefficient
access in the bigger expression.
Completed in 1998 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>