/external/libjpeg-turbo/simd/ |
D | jidctfst-altivec.c | 121 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local 141 col0 = vec_ld(0, coef_block); in jsimd_idct_ifast_altivec() 158 col0 = vec_mladd(col0, quant0, pw_zero); in jsimd_idct_ifast_altivec() 163 row0 = vec_splat(col0, 0); in jsimd_idct_ifast_altivec() 164 row1 = vec_splat(col0, 1); in jsimd_idct_ifast_altivec() 165 row2 = vec_splat(col0, 2); in jsimd_idct_ifast_altivec() 166 row3 = vec_splat(col0, 3); in jsimd_idct_ifast_altivec() 167 row4 = vec_splat(col0, 4); in jsimd_idct_ifast_altivec() 168 row5 = vec_splat(col0, 5); in jsimd_idct_ifast_altivec() 169 row6 = vec_splat(col0, 6); in jsimd_idct_ifast_altivec() [all …]
|
D | jidctint-altivec.c | 216 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local 250 col0 = vec_ld(0, coef_block); in jsimd_idct_islow_altivec() 267 col0 = vec_mladd(col0, quant0, pw_zero); in jsimd_idct_islow_altivec() 272 col0 = vec_sl(col0, pass1_bits); in jsimd_idct_islow_altivec() 274 row0 = vec_splat(col0, 0); in jsimd_idct_islow_altivec() 275 row1 = vec_splat(col0, 1); in jsimd_idct_islow_altivec() 276 row2 = vec_splat(col0, 2); in jsimd_idct_islow_altivec() 277 row3 = vec_splat(col0, 3); in jsimd_idct_islow_altivec() 278 row4 = vec_splat(col0, 4); in jsimd_idct_islow_altivec() 279 row5 = vec_splat(col0, 5); in jsimd_idct_islow_altivec() [all …]
|
D | jfdctfst-altivec.c | 95 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local 122 tmp0 = vec_add(col0, col7); in jsimd_fdct_ifast_altivec() 123 tmp7 = vec_sub(col0, col7); in jsimd_fdct_ifast_altivec()
|
D | jfdctint-altivec.c | 189 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local 228 tmp0 = vec_add(col0, col7); in jsimd_fdct_islow_altivec() 229 tmp7 = vec_sub(col0, col7); in jsimd_fdct_islow_altivec()
|
/external/eigen/Eigen/src/SVD/ |
D | BDCSVD.h | 177 …void computeSingVals(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, VectorTyp… 178 …void perturbCol0(const ArrayRef& col0, const ArrayRef& diag, const IndicesRef& perm, const VectorT… 186 …static RealScalar secularEq(RealScalar x, const ArrayRef& col0, const ArrayRef& diag, const Indice… 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 …]
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_stipple.c | 31 const int col0 = quad->input.x0 % 32; in stipple_quad() local 38 if ((stipple0 & (bit31 >> col0)) == 0) in stipple_quad() 41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad() 44 if ((stipple1 & (bit31 >> col0)) == 0) in stipple_quad() 47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
|
/external/python/cpython2/Lib/bsddb/test/ |
D | 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:
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | color_space.inl | 114 T col0 = (T(1) - s) * rgbw.r; local 119 result[0][0] = col0 + s; 120 result[0][1] = col0; 121 result[0][2] = col0;
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 1530 GLuint col0[4]; in fxt1_decode_1ALPHA() local 1536 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6; in fxt1_decode_1ALPHA() 1537 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA() 1538 col0[RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1ALPHA() 1539 col0[ACOMP] = CC_SEL(cc, 119); in fxt1_decode_1ALPHA() 1543 col0[BCOMP] = CC_SEL(cc, 64); in fxt1_decode_1ALPHA() 1544 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA() 1545 col0[RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1ALPHA() 1546 col0[ACOMP] = CC_SEL(cc, 109); in fxt1_decode_1ALPHA() 1550 b = UP5(col0[BCOMP]); in fxt1_decode_1ALPHA() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 322 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; in interpolate_float_colors() local 331 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]); in interpolate_float_colors() 332 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]); in interpolate_float_colors() 333 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]); in interpolate_float_colors() 334 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]); in interpolate_float_colors() 346 ASSIGN_4V(col0[i], r, g, b, a); in interpolate_float_colors() 359 col0[i][0] = r; in interpolate_float_colors() 360 col0[i][1] = g; in interpolate_float_colors() 361 col0[i][2] = b; in interpolate_float_colors() 362 col0[i][3] = a; in interpolate_float_colors() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_ssse3.c | 980 static INLINE void idct32_135(__m128i *col0, __m128i *col1) { in idct32_135() argument 981 idct32_8x32_135(col0); in idct32_135() 1011 __m128i col0[32], col1[32]; in vpx_idct32x32_135_add_ssse3() local 1016 load_buffer_16x16(input, col0, col1); in vpx_idct32x32_135_add_ssse3() 1019 array_transpose_16x16(col0, col1); in vpx_idct32x32_135_add_ssse3() 1020 idct32_135(col0, col1); in vpx_idct32x32_135_add_ssse3() 1023 transpose_and_copy_16x16(col0, col1, temp, left_16); in vpx_idct32x32_135_add_ssse3() 1024 idct32_135(col0, col1); in vpx_idct32x32_135_add_ssse3() 1025 recon_and_store(col0, col1, dest, stride); in vpx_idct32x32_135_add_ssse3() 1027 transpose_and_copy_16x16(col0, col1, temp, right_16); in vpx_idct32x32_135_add_ssse3() [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 202 const int32_t col0 = _mm_extract_epi16(v_diff_mv_w, 1); in vp9_diamond_search_sad_avx() local 211 const uint32_t cost0 = x->nmvsadcost[0][row0] + x->nmvsadcost[0][col0]; in vp9_diamond_search_sad_avx()
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 1026 for (const GLenum* col0 = s_kinds.begin(); col0 != s_kinds.end(); ++col0) in createAttachmentTests() local 1031 AttachmentParams params = { *col0, *coln, *dep, *stc }; in createAttachmentTests()
|
/external/skia/src/core/ |
D | SkMatrix44.cpp | 915 int col0 = 0; in preserves2dAxisAlignment() local 924 col0++; in preserves2dAxisAlignment() 932 col0++; in preserves2dAxisAlignment() 939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) { in preserves2dAxisAlignment()
|
/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 660 for type, value, (line0, col0), (line1, col1), line_text in tokens: 668 yield type, value, (line0, col0), (line1, col1), line_text
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_matrix.inl | 358 // col0 704 // col0 925 // col0
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1569 struct ir3_instruction *col0 = create_collect(b, src0, nsrc0); in emit_tex() local 1573 tex_idx, tex_idx, col0, col1); in emit_tex() 1584 tex_idx, tex_idx, col0, col1); in emit_tex()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 873 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local 877 …mit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1); in emitDeterminant() 887 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local 892 …Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : c… in emitDeterminant()
|