Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationAPITest.java255 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local
267 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate()
268 col3 = (RuleBasedCollator)col1; in TestDuplicate()
269 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate()
399 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local
420 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
421 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
422 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode()
555 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null;
562 col1 = new RuleBasedCollator(ruleset1);
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java254 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestDuplicate() local
266 doAssert(!col1.equals(col3), "Cloned object is equal to some dummy"); in TestDuplicate()
267 col3 = (RuleBasedCollator)col1; in TestDuplicate()
268 doAssert(col1.equals(col3), "Copied object is not equal to the orginal"); in TestDuplicate()
398 Collator col1 = Collator.getInstance(Locale.ENGLISH); in TestHashCode() local
419 doAssert(col1.hashCode() != col2.hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
420 doAssert(!(col1.hashCode() == col2.hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
421 doAssert(col1.hashCode() == col3.hashCode(), "Hash result not equal" ); in TestHashCode()
554 RuleBasedCollator col1 = null, col2 = null, col3 = null, col4 = null;
561 col1 = new RuleBasedCollator(ruleset1);
[all …]
/external/libjpeg-turbo/simd/
Djidctfst-altivec.c121 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_ifast_altivec() local
142 col1 = vec_ld(16, coef_block); in jsimd_idct_ifast_altivec()
150 tmp1 = vec_or(col1, col2); in jsimd_idct_ifast_altivec()
182 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_ifast_altivec()
216 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec()
Djidctint-altivec.c216 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_idct_islow_altivec() local
251 col1 = vec_ld(16, coef_block); in jsimd_idct_islow_altivec()
259 tmp1 = vec_or(col1, col2); in jsimd_idct_islow_altivec()
293 col1 = vec_mladd(col1, quant1, pw_zero); in jsimd_idct_islow_altivec()
318 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec()
Djfdctfst-altivec.c95 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_ifast_altivec() local
124 tmp1 = vec_add(col1, col6); in jsimd_fdct_ifast_altivec()
125 tmp6 = vec_sub(col1, col6); in jsimd_fdct_ifast_altivec()
Djfdctint-altivec.c189 col0, col1, col2, col3, col4, col5, col6, col7, in jsimd_fdct_islow_altivec() local
230 tmp1 = vec_add(col1, col6); in jsimd_fdct_islow_altivec()
231 tmp6 = vec_sub(col1, col6); in jsimd_fdct_islow_altivec()
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py92 col1 = 'but can it fly?'
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'}
105 col1: 'no', col2: 'Penguin'},
107 col1: 'no', col2: 'Turkey'},
109 col1: 'yes', col2: 'SR-71A Blackbird'}
116 self.tdb.CreateTable(tabname, [col0, col1, col2])
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp237 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
243 col1 = new RuleBasedCollator(ruleset1, status); in TestRuleBasedColl()
284 UnicodeString rule1 = col1->getRules(); in TestRuleBasedColl()
311 delete col1; in TestRuleBasedColl()
427 Collator *col1 = 0; in TestHashCode() local
428 col1 = Collator::createInstance(Locale::getEnglish(), success); in TestHashCode()
454 doAssert(col1->hashCode() != col2->hashCode(), "Hash test1 result incorrect" ); in TestHashCode()
455 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" ); in TestHashCode()
456 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" ); in TestHashCode()
459 delete col1; in TestHashCode()
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dcolor_space.inl115 T col1 = (T(1) - s) * rgbw.g; local
122 result[1][0] = col1;
123 result[1][1] = col1 + s;
124 result[1][2] = col1;
/external/v8/tools/turbolizer/
Ddisassembly-view.js243 let col1 = PROF_COLS[i].col;
249 col.r = Math.round(view.interpolate(val, max, col1.r, col2.r));
250 col.g = Math.round(view.interpolate(val, max, col1.g, col2.g));
251 col.b = Math.round(view.interpolate(val, max, col1.b, col2.b));
/external/guava/guava-tests/test/com/google/common/hash/
DSipHashFunctionTest.java147 byte[] col1 = new byte[] { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, (byte) 0x80 }; in testCollisionsDueToIncorrectSignExtension()
152 SIP_WITH_KEY.hashBytes(col1), in testCollisionsDueToIncorrectSignExtension()
/external/python/cpython2/Lib/sqlite3/test/
Dfactory.py104 col1, col2 = row["a"], row["b"]
105 self.assertEqual(col1, 1, "by name: wrong result for column 'a'")
108 col1, col2 = row["A"], row["B"]
109 self.assertEqual(col1, 1, "by name: wrong result for column 'A'")
/external/llvm/test/CodeGen/Hexagon/
Dswp-epilog-reuse.ll26 …%col1.31508.reg2mem.0.ur = phi float [ %col3.31506.reg2mem.0.ur, %while.body661.ur ], [ undef, %wh…
30 %mul662.ur = fmul float %col1.31508.reg2mem.0.ur, 4.000000e+00
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_ssse3.c980 static INLINE void idct32_135(__m128i *col0, __m128i *col1) { in idct32_135() argument
982 idct32_8x32_135(col1); 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/autotest/frontend/tko/
Dcsv_encoder_unittest.py74 return dict(col1=col1_value, pass_count=pass_count,
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_diamond_search_sad_avx.c204 const int32_t col1 = _mm_extract_epi16(v_diff_mv_w, 3); in vp9_diamond_search_sad_avx() local
212 const uint32_t cost1 = x->nmvsadcost[0][row1] + x->nmvsadcost[0][col1]; in vp9_diamond_search_sad_avx()
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c450 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
462col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL,&sta… in TestRuleBasedColl()
489 rule1 = ucol_getRules(col1, &tempLength); in TestRuleBasedColl()
505 ucol_close(col1); in TestRuleBasedColl()
515col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
525 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl()
548 ucol_close(col1); in TestRuleBasedColl()
552col1 = ucol_openRules(ruleset1, u_strlen(ruleset1), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH, NULL, &st… in TestRuleBasedColl()
558 ucol_close(col1); in TestRuleBasedColl()
/external/skia/src/core/
DSkMatrix44.cpp916 int col1 = 0; in preserves2dAxisAlignment() local
928 col1++; in preserves2dAxisAlignment()
936 col1++; in preserves2dAxisAlignment()
939 if (col0 > 1 || col1 > 1 || row0 > 1 || row1 > 1) { in preserves2dAxisAlignment()
/external/webp/src/enc/
Dvp8l_enc.c53 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance() argument
54 const uint32_t diff = VP8LSubPixels(col1, col2); in PaletteColorDistance()
65 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor() argument
66 const uint32_t tmp = *col1; in SwapColor()
67 *col1 = *col2; in SwapColor()
/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/mesa3d/src/mesa/swrast/
Ds_span.c837 GLfloat (*col1)[4] = span->array->attribs[VARYING_SLOT_COL1]; in add_specular() local
867 col0[i][0] += col1[i][0]; in add_specular()
868 col0[i][1] += col1[i][1]; in add_specular()
869 col0[i][2] += col1[i][2]; in add_specular()
/external/eigen/doc/
DQuickReference.dox332 col2 = mat1 * col1;
345 scalar = col1.adjoint() * col2;
346 scalar = (col1.adjoint() * col2).value();\endcode
350 mat = col1 * col2.transpose();\endcode
/external/python/cpython2/Lib/plat-irix6/
Dflp.py390 obj.col1 = odata.Colors[0]
/external/python/cpython2/Lib/plat-irix5/
Dflp.py391 obj.col1 = odata.Colors[0]
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp874 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local
877 …mit(sw::Shader::OPCODE_DET2, result, outCol, arg, negate ? col1 : col0, arg, negate ? col0 : col1); in emitDeterminant()
888 int col1 = (isCofactor && (col <= 1)) ? 2 : 1; in emitDeterminant() local
892 …der::OPCODE_DET3, result, outCol, arg, col0, arg, negate ? col2 : col1, arg, negate ? col1 : col2); in emitDeterminant()

12