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

  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 107 * colB and rowB are repectively the multipliers for
111 bool& isBalanced, Scalar& colB, Scalar& rowB );
116 * colB and rowB are repectively the multipliers for
120 bool& isBalanced, Scalar& colB, Scalar& rowB );
143 bool& isBalanced, Scalar& colB, Scalar& rowB )
153 rowB = rowNorm / radix<Scalar>();
157 while (colNorm < rowB)
163 rowB = rowNorm * radix<Scalar>();
165 while (colNorm >= rowB)
175 rowB = Scalar(1) / colB
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 75 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
82 const t *rowB = (const t *) srcRowB; \
97 rowB[j][e], rowB[k][e], \
112 rowB[j][e], rowB[k][e], \
120 + rowB[j][e] + rowB[k][e] \
129 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \
130 const GLfloat bk = _mesa_half_to_float(rowB[k][e]);
    [all...]
  /external/skia/src/core/
SkAAClip.cpp     [all...]
  /external/skqp/src/core/
SkAAClip.cpp     [all...]

Completed in 241 milliseconds