Home
last modified time | relevance | path

Searched refs:col0 (Results 1 – 25 of 28) sorted by relevance

12

/external/eigen/Eigen/src/SVD/
DBDCSVD.h177 …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/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/
DAESEngine.java301 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
309 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
310 col1 ^= col0; W[i][1] = col1; in generateWorkingKey()
319 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
333 col0 ^= colx; W[i ][2] = col0; in generateWorkingKey()
334 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey()
342 col0 ^= colx; W[i + 2][0] = col0; in generateWorkingKey()
343 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey()
360 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
374 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
[all …]
DAESFastEngine.java630 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
638 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
639 col1 ^= col0; W[i][1] = col1; in generateWorkingKey()
648 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
662 col0 ^= colx; W[i ][2] = col0; in generateWorkingKey()
663 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey()
671 col0 ^= colx; W[i + 2][0] = col0; in generateWorkingKey()
672 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey()
689 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
703 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DAESEngine.java299 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
307 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
308 col1 ^= col0; W[i][1] = col1; in generateWorkingKey()
317 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
331 col0 ^= colx; W[i ][2] = col0; in generateWorkingKey()
332 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey()
340 col0 ^= colx; W[i + 2][0] = col0; in generateWorkingKey()
341 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey()
358 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
372 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
[all …]
DAESFastEngine.java628 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
636 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
637 col1 ^= col0; W[i][1] = col1; in generateWorkingKey()
646 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
660 col0 ^= colx; W[i ][2] = col0; in generateWorkingKey()
661 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey()
669 col0 ^= colx; W[i + 2][0] = col0; in generateWorkingKey()
670 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey()
687 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
701 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/engines/
DAESEngine.java301 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
309 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
310 col1 ^= col0; W[i][1] = col1; in generateWorkingKey()
319 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
333 col0 ^= colx; W[i ][2] = col0; in generateWorkingKey()
334 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey()
342 col0 ^= colx; W[i + 2][0] = col0; in generateWorkingKey()
343 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey()
360 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
374 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
[all …]
DAESFastEngine.java630 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
638 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
639 col1 ^= col0; W[i][1] = col1; in generateWorkingKey()
648 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
662 col0 ^= colx; W[i ][2] = col0; in generateWorkingKey()
663 col1 ^= col0; W[i ][3] = col1; in generateWorkingKey()
671 col0 ^= colx; W[i + 2][0] = col0; in generateWorkingKey()
672 col1 ^= col0; W[i + 2][1] = col1; in generateWorkingKey()
689 int col0 = Pack.littleEndianToInt(key, 0); W[0][0] = col0; in generateWorkingKey() local
703 col0 ^= colx; W[i][0] = col0; in generateWorkingKey()
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_stipple.c31 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/
Dtest_dbtables.py91 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/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c75 int16x8_t col0 = cols_04.val[0]; in jsimd_fdct_ifast_neon() local
89 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_ifast_neon()
90 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_ifast_neon()
104 col0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon()
133 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_ifast_neon()
Djfdctint-neon.c112 int16x8_t col0 = cols_04.val[0]; in jsimd_fdct_islow_neon() local
123 int16x8_t tmp0 = vaddq_s16(col0, col7); in jsimd_fdct_islow_neon()
124 int16x8_t tmp7 = vsubq_s16(col0, col7); in jsimd_fdct_islow_neon()
138 col0 = vshlq_n_s16(vaddq_s16(tmp10, tmp11), PASS1_BITS); in jsimd_fdct_islow_neon()
232 int16x8x2_t cols_01 = vtrnq_s16(col0, col1); in jsimd_fdct_islow_neon()
Djidctfst-neon.c351 int16x8_t col0 = vreinterpretq_s16_s32(cols_04.val[0]); in jsimd_idct_ifast_neon() local
363 int16x8_t tmp10 = vaddq_s16(col0, col4); in jsimd_idct_ifast_neon()
364 int16x8_t tmp11 = vsubq_s16(col0, col4); in jsimd_idct_ifast_neon()
402 col0 = vaddq_s16(tmp0, tmp7); in jsimd_idct_ifast_neon()
412 int8x16_t cols_01_s8 = vcombine_s8(vqshrn_n_s16(col0, PASS1_BITS + 3), in jsimd_idct_ifast_neon()
Djidctred-neon.c429 int16x4_t col0 = vreinterpret_s16_s32(vget_low_s32(cols_0426.val[0])); in jsimd_idct_4x4_neon() local
440 int32x4_t tmp0 = vshll_n_s16(col0, CONST_BITS + 1); in jsimd_idct_4x4_neon()
/external/skia/src/core/
DSkCompressedDataUtils.cpp170 static SkPMColor lerp(float t, SkPMColor col0, SkPMColor col1) { in lerp() argument
171 SkASSERT(SkGetPackedA32(col0) == 0xFF && SkGetPackedA32(col1) == 0xFF); in lerp()
174 uint8_t r8 = SkScalarRoundToInt(t * SkGetPackedR32(col0) + (1.0f - t) * SkGetPackedR32(col1)); in lerp()
175 uint8_t g8 = SkScalarRoundToInt(t * SkGetPackedG32(col0) + (1.0f - t) * SkGetPackedG32(col1)); in lerp()
176 uint8_t b8 = SkScalarRoundToInt(t * SkGetPackedB32(col0) + (1.0f - t) * SkGetPackedB32(col1)); in lerp()
DSkMatrix44.cpp902 int col0 = 0; in preserves2dAxisAlignment() local
911 col0++; in preserves2dAxisAlignment()
919 col0++; in preserves2dAxisAlignment()
926 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) { in preserves2dAxisAlignment()
/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c1535 GLuint col0[4]; in fxt1_decode_1ALPHA() local
1541 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6; in fxt1_decode_1ALPHA()
1542 col0[GCOMP] = CC_SEL(cc, 99); in fxt1_decode_1ALPHA()
1543 col0[RCOMP] = CC_SEL(cc, 104); in fxt1_decode_1ALPHA()
1544 col0[ACOMP] = CC_SEL(cc, 119); in fxt1_decode_1ALPHA()
1548 col0[BCOMP] = CC_SEL(cc, 64); in fxt1_decode_1ALPHA()
1549 col0[GCOMP] = CC_SEL(cc, 69); in fxt1_decode_1ALPHA()
1550 col0[RCOMP] = CC_SEL(cc, 74); in fxt1_decode_1ALPHA()
1551 col0[ACOMP] = CC_SEL(cc, 109); in fxt1_decode_1ALPHA()
1555 b = UP5(col0[BCOMP]); in fxt1_decode_1ALPHA()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_span.c325 GLfloat (*col0)[4] = span->array->attribs[VARYING_SLOT_COL0]; in interpolate_float_colors() local
334 col0[i][0] = UBYTE_TO_FLOAT(span->array->rgba8[i][0]); in interpolate_float_colors()
335 col0[i][1] = UBYTE_TO_FLOAT(span->array->rgba8[i][1]); in interpolate_float_colors()
336 col0[i][2] = UBYTE_TO_FLOAT(span->array->rgba8[i][2]); in interpolate_float_colors()
337 col0[i][3] = UBYTE_TO_FLOAT(span->array->rgba8[i][3]); in interpolate_float_colors()
349 ASSIGN_4V(col0[i], r, g, b, a); in interpolate_float_colors()
362 col0[i][0] = r; in interpolate_float_colors()
363 col0[i][1] = g; in interpolate_float_colors()
364 col0[i][2] = b; in interpolate_float_colors()
365 col0[i][3] = a; in interpolate_float_colors()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c202 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/
DglsFboCompletenessTests.cpp1030 for (const GLenum* col0 = s_kinds.begin(); col0 != s_kinds.end(); ++col0) in createAttachmentTests() local
1035 AttachmentParams params = { *col0, *coln, *dep, *stc }; in createAttachmentTests()
/external/skia/src/gpu/
DGrDataUtils.cpp141 static void create_BC1_block(SkColor col0, SkColor col1, BC1Block* block) { in create_BC1_block() argument
142 block->fColor0 = to565(col0); in create_BC1_block()
146 if (col0 == SK_ColorTRANSPARENT) { in create_BC1_block()
/external/skqp/src/core/
DSkMatrix44.cpp917 int col0 = 0; in preserves2dAxisAlignment() local
926 col0++; in preserves2dAxisAlignment()
934 col0++; in preserves2dAxisAlignment()
941 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) { in preserves2dAxisAlignment()
/external/python/cpython2/Lib/lib2to3/
Drefactor.py660 for type, value, (line0, col0), (line1, col1), line_text in tokens:
668 yield type, value, (line0, col0), (line1, col1), line_text
/external/python/cpython3/Lib/lib2to3/
Drefactor.py645 for type, value, (line0, col0), (line1, col1), line_text in tokens:
653 yield type, value, (line0, col0), (line1, col1), line_text
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local
607 col0 = LLVMBuildAnd(builder, colors, lp_build_const_int_vec(gallivm, type, 0x0000ffff), ""); in s3tc_dxt1_full_to_rgba_aos()
613 color0 = color_expand_565_to_8888(gallivm, n, col0); in s3tc_dxt1_full_to_rgba_aos()
682 sel_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER, col0, col1); in s3tc_dxt1_full_to_rgba_aos()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1015 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local
1019 …mit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1); in emitDeterminant()
1029 int col0 = (isCofactor && (col <= 0)) ? 1 : 0; in emitDeterminant() local
1034 …Instruction *det = emit(sw::Shader::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : c… in emitDeterminant()

12