HomeSort by relevance Sort by last modified time
    Searched full:rowb (Results 1 - 6 of 6) sorted by null

  /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/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/skia/src/core/
SkAAClip.cpp     [all...]
  /external/skqp/src/core/
SkAAClip.cpp     [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_intrin_ssse3.c 198 __m128i rowb = avg3; local
204 _mm_store_si128((__m128i *)dst, rowb);
207 rowb = _mm_alignr_epi8(rowb, rotr_epu16(&avg3_left, &rotrw), 14);
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 2604 png_const_bytep rowb = b->buffer+16; local
    [all...]

Completed in 283 milliseconds