HomeSort by relevance Sort by last modified time
    Searched defs:solution (Results 1 - 10 of 10) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
SplineMath.java 116 double[] solution = new double[n]; // returned coefficients local
148 solution[n - 1] = result[n - 1] / system[n - 1][1];
150 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1];
152 return solution;
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 472 cholmod_dense* solution = CHECK_NOTNULL(ss->Solve(factor_, tmp_rhs_)); local
473 memcpy(y, solution->x, sizeof(*y) * num_rows);
474 ss->Free(solution);
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 13 // solving this using a PBQP solver, and mapping the solution back to a
145 /// \brief Given a solved PBQP problem maps this solution back to a register
148 const PBQP::Solution &solution);
469 const PBQP::Solution &solution) {
477 // Iterate over the nodes mapping the PBQP solution to a register
483 unsigned alloc = solution.getSelection(node);
563 // * Map the solution back to a register allocation
603 PBQP::Solution solution local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
Spline.java 330 double[] solution = new double[n]; // returned coefficients local
362 solution[n - 1] = result[n - 1] / system[n - 1][1];
364 solution[i] = (result[i] - system[i][2] * solution[i + 1]) / system[i][1];
366 return solution;
  /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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 114 milliseconds