OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLYNOMIAL
(Results
1 - 4
of
4
) sorted by null
/external/eigen/unsupported/test/
polynomialsolver.cpp
30
template<int Deg, typename
POLYNOMIAL
, typename SOLVER>
31
bool aux_evalSolver( const
POLYNOMIAL
& pols, SOLVER& psolve )
33
typedef typename
POLYNOMIAL
::Index Index;
34
typedef typename
POLYNOMIAL
::Scalar Scalar;
51
cerr << "
Polynomial
: " << pols.transpose() << endl;
53
cerr << "Abs value of the
polynomial
at the roots: " << evr.transpose() << endl;
78
template<int Deg, typename
POLYNOMIAL
>
79
void evalSolver( const
POLYNOMIAL
& pols )
81
typedef typename
POLYNOMIAL
::Scalar Scalar;
86
aux_evalSolver<Deg,
POLYNOMIAL
, PolynomialSolverType>( pols, psolve )
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
crc.c
15
#define
POLYNOMIAL
0x04c11db7L
/external/srec/portable/src/
pcrc.c
34
#define
POLYNOMIAL
0x04C11DB7
78
#define
POLYNOMIAL
0x8005
/external/qemu/hw/
ne2000.c
177
#define
POLYNOMIAL
0x04c11db6
195
crc = ((crc ^
POLYNOMIAL
) | carry);
Completed in 252 milliseconds