/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_stipple.c | 31 const int col0 = quad->input.x0 % 32; local 38 if ((stipple0 & (bit31 >> col0)) == 0) 41 if ((stipple0 & (bit30 >> col0)) == 0) 44 if ((stipple1 & (bit31 >> col0)) == 0) 47 if ((stipple1 & (bit30 >> col0)) == 0)
|
/external/libjpeg-turbo/simd/ |
jidctfst-altivec.c | 121 col0, col1, col2, col3, col4, col5, col6, col7, local 141 col0 = vec_ld(0, coef_block); 158 col0 = vec_mladd(col0, quant0, pw_zero); 163 row0 = vec_splat(col0, 0); 164 row1 = vec_splat(col0, 1); 165 row2 = vec_splat(col0, 2); 166 row3 = vec_splat(col0, 3); 167 row4 = vec_splat(col0, 4); 168 row5 = vec_splat(col0, 5) [all...] |
jidctint-altivec.c | 216 col0, col1, col2, col3, col4, col5, col6, col7, local 250 col0 = vec_ld(0, coef_block); 267 col0 = vec_mladd(col0, quant0, pw_zero); 272 col0 = vec_sl(col0, pass1_bits); 274 row0 = vec_splat(col0, 0); 275 row1 = vec_splat(col0, 1); 276 row2 = vec_splat(col0, 2); 277 row3 = vec_splat(col0, 3) [all...] |
jfdctfst-altivec.c | 95 col0, col1, col2, col3, col4, col5, col6, col7, local 122 tmp0 = vec_add(col0, col7); 123 tmp7 = vec_sub(col0, col7);
|
jfdctint-altivec.c | 189 col0, col1, col2, col3, col4, col5, col6, col7, local 228 tmp0 = vec_add(col0, col7); 229 tmp7 = vec_sub(col0, col7);
|
jidctred-sse2-64.asm | 162 pshufd xmm1,xmm0,0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01) 296 punpckldq xmm1,xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31) 472 paddd xmm4,xmm5 ; xmm4=tmp0[col0 col1 **** col3] 485 psrad xmm6,(WORD_BIT-CONST_BITS-2) ; xmm6=tmp10[col0 **** **** ****] 492 paddd xmm6,xmm4 ; xmm6=data0[col0 **** **** ****]=(A0 ** ** **) 494 psubd xmm3,xmm4 ; xmm3=data1[col0 **** **** ****]=(B0 ** ** **)
|
jidctred-sse2.asm | 168 pshufd xmm1,xmm0,0x50 ; xmm1=[col0 col1]=(00 00 00 00 01 01 01 01) 303 punpckldq xmm1,xmm2 ; xmm1=[col0 col1]=(00 10 20 30 01 11 21 31) 487 paddd xmm4,xmm5 ; xmm4=tmp0[col0 col1 **** col3] 500 psrad xmm6,(WORD_BIT-CONST_BITS-2) ; xmm6=tmp10[col0 **** **** ****] 507 paddd xmm6,xmm4 ; xmm6=data0[col0 **** **** ****]=(A0 ** ** **) 509 psubd xmm3,xmm4 ; xmm3=data1[col0 **** **** ****]=(B0 ** ** **)
|
jidctred-mmx.asm | 566 paddd mm4,mm5 ; mm4=tmp0[col0 col1] 603 psrad mm1,(WORD_BIT-CONST_BITS-2) ; mm1=tmp10[col0 ****] 613 paddd mm1,mm4 ; mm1=data0[col0 ****]=(A0 **) 614 psubd mm3,mm4 ; mm3=data1[col0 ****]=(B0 **)
|
jsimd_altivec.h | 68 col##0 = vec_mergeh(col01e, col01o); /* col0=(00 10 20 30 40 50 60 70) */ \
|
/external/eigen/Eigen/src/SVD/ |
BDCSVD.h | 177 void computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, VectorType& singVals, ArrayRef shifts, ArrayRef mus); 178 void perturbCol0(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, const VectorType& singVals, const ArrayRef& shifts, const ArrayRef& mus, ArrayRef zhat); 186 static RealScalar secularEq(RealScalar x, const ArrayRef& col0, const ArrayRef& diag, const IndicesRef &perm, const ArrayRef& diagShifted, RealScalar shift); 575 ArrayRef col0 = m_computed.col(firstCol).segment(firstCol, n); 586 if (col0.hasNaN() || diag.hasNaN()) 597 if(abs(col0(k))>considerZero) 607 std::cout << " z: " << col0.transpose() << "\n"; 612 computeSingVals(col0, diag, perm, singVals, shifts, mus); 622 while(actual_n>1 && abs(col0(actual_n-1))<considerZero) --actual_n; 638 perturbCol0(col0, diag, perm, singVals, shifts, mus, zhat) [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
source.go | 39 col0, col uint // previous/current column (byte offsets from line start) 57 s.col0, s.col = 0, colbase 66 s.r, s.line, s.col = s.r0, s.line0, s.col0 76 s.col0-- 80 s.errh(s.line0, s.col0, msg) 93 s.r0, s.line0, s.col0 = s.r, s.line, s.col
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
source.go | 39 col0, col uint // previous/current column (byte offsets from line start) 57 s.col0, s.col = 0, colbase 66 s.r, s.line, s.col = s.r0, s.line0, s.col0 76 s.col0-- 80 s.errh(s.line0, s.col0, msg) 93 s.r0, s.line0, s.col0 = s.r, s.line, s.col
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
color_space.inl | 114 T col0 = (T(1) - s) * rgbw.r; 119 result[0][0] = col0 + s; 120 result[0][1] = col0; 121 result[0][2] = col0;
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/ |
color_space.inl | 114 T col0 = (T(1) - s) * rgbw.r; 119 result[0][0] = col0 + s; 120 result[0][1] = col0; 121 result[0][2] = col0;
|
/external/python/cpython2/Lib/bsddb/test/ |
test_dbtables.py | 91 col0 = 'coolness factor' 98 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 99 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 100 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 104 {col0: pickle.dumps(8, 1).decode("iso8859-1"), 106 {col0: pickle.dumps(-1, 1).decode("iso8859-1"), 108 {col0: pickle.dumps(9, 1).decode("iso8859-1"), 116 self.tdb.CreateTable(tabname, [col0, col1, col2]) 123 conditions={col0: lambda x: pickle.loads(x) >= 8}) 126 conditions={col0: lambda x [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_dbtables.py | 93 col0 = 'coolness factor' 100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 106 {col0: pickle.dumps(8, 1).decode("iso8859-1"), 108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"), 110 {col0: pickle.dumps(9, 1).decode("iso8859-1"), 118 self.tdb.CreateTable(tabname, [col0, col1, col2]) 125 conditions={col0: lambda x: pickle.loads(x) >= 8}) 128 conditions={col0: lambda x [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/ |
test_dbtables.py | 93 col0 = 'coolness factor' 100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 106 {col0: pickle.dumps(8, 1).decode("iso8859-1"), 108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"), 110 {col0: pickle.dumps(9, 1).decode("iso8859-1"), 118 self.tdb.CreateTable(tabname, [col0, col1, col2]) 125 conditions={col0: lambda x: pickle.loads(x) >= 8}) 128 conditions={col0: lambda x [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 93 col0 = 'coolness factor' 100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 106 {col0: pickle.dumps(8, 1).decode("iso8859-1"), 108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"), 110 {col0: pickle.dumps(9, 1).decode("iso8859-1"), 118 self.tdb.CreateTable(tabname, [col0, col1, col2]) 125 conditions={col0: lambda x: pickle.loads(x) >= 8}) 128 conditions={col0: lambda x [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_dbtables.py | 93 col0 = 'coolness factor' 100 {col0: pickle.dumps(8, 1), col1: 'no', col2: 'Penguin'}, 101 {col0: pickle.dumps(-1, 1), col1: 'no', col2: 'Turkey'}, 102 {col0: pickle.dumps(9, 1), col1: 'yes', col2: 'SR-71A Blackbird'} 106 {col0: pickle.dumps(8, 1).decode("iso8859-1"), 108 {col0: pickle.dumps(-1, 1).decode("iso8859-1"), 110 {col0: pickle.dumps(9, 1).decode("iso8859-1"), 118 self.tdb.CreateTable(tabname, [col0, col1, col2]) 125 conditions={col0: lambda x: pickle.loads(x) >= 8}) 128 conditions={col0: lambda x [all...] |
/prebuilts/go/darwin-x86/src/testing/ |
cover.go | 20 Col0 uint16 100 blocks[i].Line0, blocks[i].Col0,
|
/prebuilts/go/linux-x86/src/testing/ |
cover.go | 20 Col0 uint16 100 blocks[i].Line0, blocks[i].Col0,
|
/external/mesa3d/src/mesa/main/ |
texcompress_fxt1.c | 1530 GLuint col0[4]; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 322 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; 331 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]); 332 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]); 333 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]); 334 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]); 346 ASSIGN_4V(col0[i], r, g, b, a); 359 col0[i][0] = r; 360 col0[i][1] = g; 361 col0[i][2] = b; 362 col0[i][3] = a [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_diamond_search_sad_avx.c | 202 const int32_t col0 = _mm_extract_epi16(v_diff_mv_w, 1); local 211 const uint32_t cost0 = x->nmvsadcost[0][row0] + x->nmvsadcost[0][col0];
|
/external/deqp/modules/glshared/ |
glsFboCompletenessTests.cpp | 1026 for (const GLenum* col0 = s_kinds.begin(); col0 != s_kinds.end(); ++col0) 1031 AttachmentParams params = { *col0, *coln, *dep, *stc };
|