OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:solution
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
13
// solving this using a PBQP solver, and mapping the
solution
back to a
148
/// \brief Given a solved PBQP problem maps this
solution
back to a register
151
const PBQP::
Solution
&
solution
);
515
const PBQP::
Solution
&
solution
) {
523
// Iterate over the nodes mapping the PBQP
solution
to a register
529
unsigned alloc =
solution
.getSelection(node);
661
// * Map the
solution
back to a register allocation
680
PBQP::
Solution
solution
local
[
all
...]
/external/opencv/cvaux/src/
cvlmeds.cpp
678
double
solution
[9];
local
747
{ /* ----------- computing the
solution
----------- */
781
/* -----------
solution
= V * W(-1) * U(T) * f ----------- */
787
solution
[a] = 0;
791
solution
[a] += temp2[a_num + t] * f[t];
801
solution
[a] =
solution
[a - 1];
804
solution
[a] = 1;
816
summ += A[a9 + t] *
solution
[t];
828
F[j] =
solution
[j]
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 79 milliseconds