Home
last modified time | relevance | path

Searched refs:cc2 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/bimap/test/
Dtest_mutant_relation.cpp134 class cc2 : public cc2_base class
137 cc2(int s = 0) : cc2_base(s), b(s+201) {} in cc2() function in cc2
141 bool operator==(const cc2 & da, const cc2 & db) in operator ==()
220 test_relation<mutant_relation_builder, cc1, cc2>(0,0); in test_mutant_relation()
221 test_relation<mutant_relation_builder, cc2, cc3>(0,0); in test_mutant_relation()
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/
Dtranspose02314_impl.py301 with tik_instance.for_range(0, 7) as cc1, tik_instance.for_range(0, 7) as cc2, \
303 … tik_instance.vadds(16, transpose_ub[0, cc1, cc2, cc3, 0], input_x_ub[0, cc3, cc1, cc2, 0], 0,
318 with tik_instance.for_range(0, 2) as cc2, tik_instance.for_range(0, 14) as cc3, \
320 … tik_instance.vadds(16, transpose_ub[0, cc2, cc3, cc4, 0], input_x_ub[0, cc4, cc2, cc3, 0],
340 with tik_instance.for_range(0, 2) as cc2, tik_instance.for_range(0, 14) as cc3, \
342 … tik_instance.vadds(16, transpose_ub[0, cc2, cc3, cc4, 0], input_x_ub[0, cc4, cc2, cc3, 0],
Dmatmul_cube_fracz_right_mul_impl.py211 with tik_instance.for_range(0, ko_tile_inner) as cc2:
212 … tik_instance.load2dv1(input_x2_l0b[cc2, 0, 0, 0], input_x2_l1[0, cc2, 0, 0], 0, no_tile,
Dmatmul_cube_fracz_left_cast_impl.py308 with tik_instance.for_range(0, ko_tile_inner) as cc2:
309 … tik_instance.load2dv1(input_x2_l0b[cc2, 0, 0, 0], input_x2_l1[0, cc2, 0, 0], 0, no_tile,
/third_party/ejdb/src/bindings/ejdb2_flutter/example/lib/
Dmain.dart148 await db.renameCollection('cc1', 'cc2');
149 doc = await db.get('cc2', id);
152 var opt = await db.getOptional('cc2', id);
155 opt = await db.getOptional('cc2', 122);
186 final doc = await db.get('cc2', 1);
/third_party/boost/libs/test/test/test-organization-ts/datasets-test/
Dsingleton-test.cpp62 copy_count const cc2; in BOOST_AUTO_TEST_CASE() local
63 data::for_each_sample( data::make( cc2 ), check_arg_type<copy_count>() ); in BOOST_AUTO_TEST_CASE()
/third_party/typescript/tests/baselines/reference/
DnullishCoalescingOperator1.js34 const cc2 = c2 ?? true; constant
79 var cc2 = c2 !== null && c2 !== void 0 ? c2 : true; variable
DbpSpan_const.baseline72 > export const cc2: number = 23;
83 8 > export const cc2: number = 23;
86 >const cc2: number = 23
DnullishCoalescingOperator1.symbols94 const cc2 = c2 ?? true;
95 >cc2 : Symbol(cc2, Decl(nullishCoalescingOperator1.ts, 32, 5))
DnullishCoalescingOperator1.types123 const cc2 = c2 ?? true;
124 >cc2 : boolean
/third_party/gstreamer/gstplugins_good/gst/goom/
Dlines.c147 int cc1, cc2; in goom_lines_move() local
150 cc2 = *c2; in goom_lines_move()
151 *c1 = (unsigned char) ((cc1 * 63 + cc2) >> 6); in goom_lines_move()
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts36 const cc2 = c2 ?? true; constant
/third_party/ejdb/src/bindings/ejdb2_dart/test/
Dejdb2_dart_test.dart169 await db.renameCollection('cc1', 'cc2');
170 json = await db.get('cc2', id);
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c181 const sljit_u8 cc2 = 1 << 1; /* greater than {,zero} */ in get_cc() local
192 return (cc0 | cc2); in get_cc()
202 return (cc1 | cc2 | cc3); in get_cc()
204 return (cc1 | cc2); in get_cc()
209 return (cc1 | cc2 | cc3); in get_cc()
215 return (cc0 | cc2 | cc3); in get_cc()
219 return cc2; in get_cc()
225 return (cc0 | cc1 | cc2); in get_cc()
237 return cc2 | cc3; in get_cc()
240 return (cc0 | cc2 | cc3); in get_cc()
[all …]
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp75 private: Mode(int mode, int cc0, int cc1, int cc2);
Dqrcodegen.cpp42 QrSegment::Mode::Mode(int mode, int cc0, int cc1, int cc2) : in Mode() argument
46 numBitsCharCount[2] = cc2; in Mode()
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local
999 if(cc1 != cc2) { in computeDiff()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local
999 if(cc1 != cc2) { in computeDiff()
/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff() local
999 if(cc1 != cc2) { in computeDiff()
/third_party/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1390 int32_t cc2=combineBackCharsAndCc[2*i+1]; in initExpectedSkippables() local
1391 if(tccc==0 || cc2!=0) { in initExpectedSkippables()
/third_party/ffmpeg/libavcodec/
Dmpeg12dec.c2271 uint8_t field, cc1, cc2; in mpeg_decode_a53_cc() local
2280 cc2 = get_bits(&gb, 8); in mpeg_decode_a53_cc()
2290 cap[2] = ff_reverse[cc2]; in mpeg_decode_a53_cc()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java2404 int cc2=combineBackCharsAndCc[2*i+1]; in initSkippables() local
2405 if(tccc==0 || cc2!=0) { in initSkippables()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2401 int cc2=combineBackCharsAndCc[2*i+1]; in initSkippables() local
2402 if(tccc==0 || cc2!=0) { in initSkippables()
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dgenerated_date_localizations.dart8402 '\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{2e}\u{caa}\u{cc2}',
8406 '\u{c95}\u{ccd}\u{cb0}\u{cbf}\u{cb8}\u{ccd}\u{ca4}\u{20}\u{caa}\u{cc2}\u{cb0}\u{ccd}\u{cb5}',
8415 '\u{c9c}\u{cc2}',
8429 '\u{c9c}\u{cc2}',
8443 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}',
8457 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}',
8471 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}',
8485 '\u{c9c}\u{cc2}\u{ca8}\u{ccd}',
8560 '\u{caa}\u{cc2}\u{cb0}\u{ccd}\u{cb5}\u{cbe}\u{cb9}\u{ccd}\u{ca8}',
Dgenerated_cupertino_localizations.dart6798 …ButtonLabel => '\u{c8e}\u{cb2}\u{ccd}\u{cb2}\u{cb5}\u{ca8}\u{ccd}\u{ca8}\u{cc2}\u{20}\u{c86}\u{caf…

12