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

  /external/ceres-solver/internal/ceres/
conjugate_gradients_solver.cc 114 double Q0 = -1.0 * xref.dot(bref + r);
209 const double zeta = summary.num_iterations * (Q1 - Q0) / Q1;
218 Q0 = Q1;
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 102 #define Q0 1.45019531250000000000000000000e+00
254 q = Q0 +z*(Q1+z*(Q2+z*(Q3+z*(Q4+z*(Q5+z*(Q6+z*(Q7+z*Q8)))))));
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 105 CvPoint2D32f Q( CvPoint2D32f q0, CvPoint2D32f q1, CvPoint2D32f q2, double t );
108 CvPoint2D32f Q0, Q1, Q2;
241 Q0.x = F0->x * (-B0->x) + F0->y * (-B0->y);
242 Q0.y = F0->x * (-B0->y) - F0->y * (-B0->x);
250 d0 = Q0.x * Q1.y - Q0.y * Q1.x;
251 d1 = 0.5f*(Q0.x * Q2.y - Q0.y * Q2.x);
255 des = Q1.y*Q1.y - Q0.y*Q2.y;
261 t_zero = ( Q0.y - Q1.y + sqrt(des) )/( Q0.y - 2*Q1.y + Q2.y )
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]

Completed in 192 milliseconds