/external/llvm-project/clang/test/Sema/ |
D | zvector.c | 5 vector signed char sc, sc2; variable 89 sc = sc2; in foo() 108 uc = sc2; // expected-error {{incompatible type}} in foo() 110 bc = sc2; // expected-error {{incompatible type}} in foo() 125 ss = sc2; // expected-error {{incompatible type}} in foo() 126 si = sc2; // expected-error {{incompatible type}} in foo() 127 sl = sc2; // expected-error {{incompatible type}} in foo() 128 fd = sc2; // expected-error {{incompatible type}} in foo() 156 uc = (vector unsigned char)sc2; in foo() 189 ul = (vector unsigned long long)sc2; in foo() [all …]
|
D | zvector2.c | 5 vector signed char sc, sc2; variable 41 ff = sc2; // expected-error {{incompatible type}} in foo() 67 ff = (vector float)sc2; in foo()
|
/external/clang/test/Sema/ |
D | zvector.c | 5 vector signed char sc, sc2; variable 46 sc = sc2; in foo() 65 uc = sc2; // expected-error {{incompatible type}} in foo() 67 bc = sc2; // expected-error {{incompatible type}} in foo() 82 ss = sc2; // expected-error {{incompatible type}} in foo() 83 si = sc2; // expected-error {{incompatible type}} in foo() 84 sl = sc2; // expected-error {{incompatible type}} in foo() 85 fd = sc2; // expected-error {{incompatible type}} in foo() 113 uc = (vector unsigned char)sc2; in foo() 146 ul = (vector unsigned long long)sc2; in foo() [all …]
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | zvector.c | 3 volatile vector signed char sc, sc2; variable 45 sc = sc2; in test_assign() 82 sc = +sc2; in test_pos() 116 sc = -sc2; in test_neg() 154 ++sc2; in test_preinc() 200 sc2++; in test_postinc() 246 --sc2; in test_predec() 292 sc2--; in test_postdec() 411 sc = sc + sc2; in test_add() 413 sc = bc + sc2; in test_add() [all …]
|
/external/clang/test/CodeGen/ |
D | zvector.c | 4 volatile vector signed char sc, sc2; variable 30 sc = sc2; in test_assign() 67 sc = +sc2; in test_pos() 104 sc = -sc2; in test_neg() 125 ++sc2; in test_preinc() 162 sc2++; in test_postinc() 199 --sc2; in test_predec() 236 sc2--; in test_postdec() 274 sc = sc + sc2; in test_add() 282 sc = bc + sc2; in test_add() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | variable_scope_test.py | 588 with ops.name_scope("scope2") as sc2: 589 self.assertEqual(sc2, "testVarScopeNameScope1/tower/scope2/") 593 with ops.name_scope("scope2") as sc2: 594 self.assertEqual(sc2, "testVarScopeNameScope1/tower_1/scope2/") 597 with ops.name_scope("scope2") as sc2: 598 self.assertEqual(sc2, "testVarScopeNameScope1/tower_2/scope2/") 602 with ops.name_scope("scope2") as sc2: 603 self.assertEqual(sc2, "testVarScopeNameScope2/tower/scope2/") 606 with ops.name_scope("scope2") as sc2: 607 self.assertEqual(sc2, "testVarScopeNameScope2/tower_1/scope2/") [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/ |
D | RoundRobinLoadBalancerTest.java | 362 Subchannel sc2 = subchannelIterator.next(); in subchannelStateIsolation() local 367 verify(sc2, times(1)).requestConnection(); in subchannelStateIsolation() 371 loadBalancer.handleSubchannelState(sc2, ConnectivityStateInfo.forNonError(READY)); in subchannelStateIsolation() 373 loadBalancer.handleSubchannelState(sc2, ConnectivityStateInfo.forNonError(IDLE)); in subchannelStateIsolation() 387 assertThat(getList(pickers.next())).containsExactly(sc1, sc2); in subchannelStateIsolation() 389 assertThat(getList(pickers.next())).containsExactly(sc1, sc2, sc3); in subchannelStateIsolation() 393 verify(sc2, times(2)).requestConnection(); in subchannelStateIsolation() 419 Subchannel sc2 = picker.pickSubchannel(mockArgs).getSubchannel(); in noStickinessEnabled_withStickyHeader() local 423 assertEquals(nextSubchannel(sc1, allSubchannels), sc2); in noStickinessEnabled_withStickyHeader() local 424 assertEquals(nextSubchannel(sc2, allSubchannels), sc3); in noStickinessEnabled_withStickyHeader() [all …]
|
/external/llvm-project/mlir/test/Dialect/SPIRV/ |
D | structure-ops.mlir | 496 spv.specConstant @sc2 = 42 : i64 499 spv.specConstantComposite @scc (@sc1, @sc2, @sc3) : !spv.struct<(i1, i64, f32)> 518 // CHECK: spv.mlir.referenceof @sc2 : i64 519 %0 = spv.mlir.referenceof @sc2 : i64 599 // CHECK: spv.specConstant @sc2 spec_id(5) = 42 : i64 600 spv.specConstant @sc2 spec_id(5) = 42 : i64 609 spv.specConstant @sc2 spec_id(-5) = 42 : i64 642 spv.specConstantComposite @scc2 (@sc1, @sc2, @sc3) : i32 653 spv.specConstant @sc2 = 2.5 : f32 655 // CHECK: spv.specConstantComposite @scc (@sc1, @sc2, @sc3) : !spv.array<3 x f32> [all …]
|
/external/grpc-grpc/test/core/channel/ |
D | channel_trace_test.cc | 187 RefCountedPtr<ChannelNode> sc2 = in TEST_P() local 191 grpc_slice_from_static_string("LB channel two created"), sc2); in TEST_P() 203 sc2.reset(); in TEST_P() 239 RefCountedPtr<ChannelNode> sc2 = in TEST_P() local 243 grpc_slice_from_static_string("subchannel two created"), sc2); in TEST_P() 252 sc2.reset(); in TEST_P()
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | security_connector.cc | 160 grpc_channel_security_connector* sc2) { in grpc_channel_security_connector_cmp() argument 162 GPR_ASSERT(sc2->channel_creds != nullptr); in grpc_channel_security_connector_cmp() 163 int c = GPR_ICMP(sc1->channel_creds, sc2->channel_creds); in grpc_channel_security_connector_cmp() 165 c = GPR_ICMP(sc1->request_metadata_creds, sc2->request_metadata_creds); in grpc_channel_security_connector_cmp() 167 c = GPR_ICMP((void*)sc1->check_call_host, (void*)sc2->check_call_host); in grpc_channel_security_connector_cmp() 170 (void*)sc2->cancel_check_call_host); in grpc_channel_security_connector_cmp() 172 return GPR_ICMP((void*)sc1->add_handshakers, (void*)sc2->add_handshakers); in grpc_channel_security_connector_cmp() 176 grpc_server_security_connector* sc2) { in grpc_server_security_connector_cmp() argument 178 GPR_ASSERT(sc2->server_creds != nullptr); in grpc_server_security_connector_cmp() 179 int c = GPR_ICMP(sc1->server_creds, sc2->server_creds); in grpc_server_security_connector_cmp() [all …]
|
D | local_security_connector.cc | 91 grpc_security_connector* sc2) { in local_channel_cmp() argument 95 reinterpret_cast<grpc_local_channel_security_connector*>(sc2); in local_channel_cmp() 102 grpc_security_connector* sc2) { in local_server_cmp() argument 106 reinterpret_cast<grpc_local_server_security_connector*>(sc2); in local_server_cmp()
|
D | alts_security_connector.cc | 194 grpc_security_connector* sc2) { in alts_channel_cmp() argument 198 reinterpret_cast<grpc_alts_channel_security_connector*>(sc2); in alts_channel_cmp() 205 grpc_security_connector* sc2) { in alts_server_cmp() argument 209 reinterpret_cast<grpc_alts_server_security_connector*>(sc2); in alts_server_cmp()
|
D | security_connector.h | 133 grpc_channel_security_connector* sc2); 172 grpc_server_security_connector* sc2);
|
/external/llvm-project/libclc/generic/lib/math/ |
D | sincospiF_piby4.h | 41 const float sc2 = 0.833333187633086262120839299e-2F; in __libclc__sincosf_piby4() local 53 ret.x = mad(x*x2, mad(x2, mad(x2, mad(x2, sc4, sc3), sc2), sc1), x); in __libclc__sincosf_piby4()
|
D | sincosD_piby4.h | 50 const double sc2 = 0.833333333333095043065222816e-2; in __libclc__sincos_piby4() local 68 double sp = fma(fma(fma(fma(sc6, x2, sc5), x2, sc4), x2, sc3), x2, sc2); in __libclc__sincos_piby4()
|
/external/llvm-project/clang/test/Analysis/ |
D | DeleteWithNonVirtualDtor.cpp | 114 …NonVirtual *sc2 = reinterpret_cast<NonVirtual*>(sc); // expected-note{{Conversion from derived to … in singleCast() local 115 delete sc2; // expected-warning{{Destruction of a polymorphic object with no virtual destructor}} in singleCast()
|
/external/icu/icu4c/source/test/cintltst/ |
D | spooftest.c | 207 USpoofChecker *sc2; in TestUSpoofCAPI() local 225 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status); in TestUSpoofCAPI() 227 TEST_ASSERT_NE(NULL, sc2); in TestUSpoofCAPI() 231 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status); in TestUSpoofCAPI() 235 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status); in TestUSpoofCAPI() 239 uspoof_close(sc2); in TestUSpoofCAPI()
|
/external/grpc-grpc/src/core/lib/http/ |
D | httpcli_security_connector.cc | 91 grpc_security_connector* sc2) { in httpcli_ssl_cmp() argument 95 reinterpret_cast<grpc_httpcli_ssl_channel_security_connector*>(sc2); in httpcli_ssl_cmp()
|
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | loadstoreconv.ll | 15 @sc2 = global i8 127, align 1 77 %1 = load i8, i8* @sc2, align 1 167 %1 = load i8, i8* @sc2, align 1
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | loadstoreconv.ll | 15 @sc2 = global i8 127, align 1 77 %1 = load i8, i8* @sc2, align 1 167 %1 = load i8, i8* @sc2, align 1
|
/external/skia/gm/ |
D | savelayer.cpp | 116 SkDEBUGCODE(int sc2 =) canvas->getSaveCount(); in draw_cell() 118 SkASSERT(sc0 + 1 == sc2); in draw_cell()
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | LoadBalancerTest.java | 95 PickResult sc2 = PickResult.withSubchannel(subchannel); in pickResult_equals() local 109 assertThat(sc1).isEqualTo(sc2); in pickResult_equals()
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 72 const __m128i sc2 = scan_32(x2); in integral_images() local 75 const __m128i row2 = _mm_add_epi32(_mm_add_epi32(sc2, above2), ldiff2); in integral_images() 116 const __m128i sc2 = scan_32(x2); in integral_images_highbd() local 119 const __m128i row2 = _mm_add_epi32(_mm_add_epi32(sc2, above2), ldiff2); in integral_images_highbd()
|
D | selfguided_avx2.c | 111 const __m256i sc2 = scan_32(x2); in integral_images() local 116 _mm256_add_epi32(_mm256_add_epi32(sc2, above2), ldiff2); in integral_images() 159 const __m256i sc2 = scan_32(x2); in integral_images_highbd() local 164 _mm256_add_epi32(_mm256_add_epi32(sc2, above2), ldiff2); in integral_images_highbd()
|
/external/selinux/python/sepolgen/tests/ |
D | test_refpolicy.py | 139 sc2 = refpolicy.SecurityContext("user_u:object_r:foo_t") 143 self.assertEqual(sc1, sc2)
|