/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op_benchmark_test.cc | 51 #define BM_CombinedNonMaxSuppressionDev(DEVICE, B, BN, CN, Q) \ argument 52 static void BM_CombinedNMS_##DEVICE##_##B##_##BN##_##CN##_##Q( \ 54 test::Benchmark(#DEVICE, CombinedNonMaxSuppression(B, BN, CN, Q), \ 59 BENCHMARK(BM_CombinedNMS_##DEVICE##_##B##_##BN##_##CN##_##Q); 61 #define BM_Batch(BN, CN, Q) \ argument 62 BM_CombinedNonMaxSuppressionDev(cpu, 1, BN, CN, Q); \ 63 BM_CombinedNonMaxSuppressionDev(cpu, 28, BN, CN, Q); \ 64 BM_CombinedNonMaxSuppressionDev(cpu, 32, BN, CN, Q); \ 65 BM_CombinedNonMaxSuppressionDev(cpu, 64, BN, CN, Q); 67 #define BN_Boxes_Number(CN, Q) \ argument [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_eval.c | 212 #define CN(I,J,K) cn[(I)*uinc+(J)*dim+(K)] in _math_de_casteljau_surf() macro 218 du[k] = vs * (CN(1, 0, k) - CN(0, 0, k)) + in _math_de_casteljau_surf() 219 v * (CN(1, 1, k) - CN(0, 1, k)); in _math_de_casteljau_surf() 222 dv[k] = us * (CN(0, 1, k) - CN(0, 0, k)) + in _math_de_casteljau_surf() 223 u * (CN(1, 1, k) - CN(1, 0, k)); in _math_de_casteljau_surf() 226 out[k] = us * (vs * CN(0, 0, k) + v * CN(0, 1, k)) + in _math_de_casteljau_surf() 227 u * (vs * CN(1, 0, k) + v * CN(1, 1, k)); in _math_de_casteljau_surf() 233 DCN(1, 0) = CN(1, 0, k) - CN(0, 0, k); in _math_de_casteljau_surf() 234 DCN(0, 0) = us * CN(0, 0, k) + u * CN(1, 0, k); in _math_de_casteljau_surf() 238 DCN(1, j + 1) = CN(1, j + 1, k) - CN(0, j + 1, k); in _math_de_casteljau_surf() [all …]
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelDAGToDAG.cpp | 95 bool canBeRepresentedAsSls(const ConstantSDNode &CN) { in canBeRepresentedAsSls() argument 97 return isInt<21>(CN.getSExtValue()) && ((CN.getSExtValue() & 0x3) == 0); in canBeRepresentedAsSls() 105 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrSls() local 108 if (canBeRepresentedAsSls(*CN)) { in selectAddrSls() 109 int32_t Imm = CN->getSExtValue(); in selectAddrSls() 110 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrSls() 127 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrRiSpls() local 130 if (isInt<16>(CN->getSExtValue())) { in selectAddrRiSpls() 131 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() 132 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrRiSpls() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelDAGToDAG.cpp | 94 bool canBeRepresentedAsSls(const ConstantSDNode &CN) { in canBeRepresentedAsSls() argument 96 return isInt<21>(CN.getSExtValue()) && ((CN.getSExtValue() & 0x3) == 0); in canBeRepresentedAsSls() 104 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrSls() local 107 if (canBeRepresentedAsSls(*CN)) { in selectAddrSls() 108 int32_t Imm = CN->getSExtValue(); in selectAddrSls() 109 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrSls() 126 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrRiSpls() local 129 if (isInt<16>(CN->getSExtValue())) { in selectAddrRiSpls() 130 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() 131 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrRiSpls() [all …]
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiISelDAGToDAG.cpp | 94 bool canBeRepresentedAsSls(const ConstantSDNode &CN) { in canBeRepresentedAsSls() argument 96 return isInt<21>(CN.getSExtValue()) && ((CN.getSExtValue() & 0x3) == 0); in canBeRepresentedAsSls() 104 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrSls() local 107 if (canBeRepresentedAsSls(*CN)) { in selectAddrSls() 108 int32_t Imm = CN->getSExtValue(); in selectAddrSls() 109 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrSls() 126 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectAddrRiSpls() local 129 if (isInt<16>(CN->getSExtValue())) { in selectAddrRiSpls() 130 int16_t Imm = CN->getSExtValue(); in selectAddrRiSpls() 131 Offset = CurDAG->getTargetConstant(Imm, DL, CN->getValueType(0)); in selectAddrRiSpls() [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/ |
D | pkits.ldif | 5 dn: CN=Trust Anchor,O=Test Certificates 2011,C=US 111 dn: CN=Good CA,O=Test Certificates 2011,C=US 124 dn: CN=Valid EE Certificate Test1,O=Test Certificates 2011,C=US 130 dn: CN=Bad Signed CA,O=Test Certificates 2011,C=US 138 dn: CN=Invalid CA Signature Test2,O=Test Certificates 2011,C=US 144 dn: CN=Invalid EE Signature Test3,O=Test Certificates 2011,C=US 150 dn: CN=Bad notBefore Date CA,O=Test Certificates 2011,C=US 158 dn: CN=Invalid CA notBefore Date EE Certificate Test1,O=Test Certificates 2011,C=US 164 dn: CN=Invalid EE notBefore Date EE Certificate Test2,O=Test Certificates 2011,C=US 170 dn: CN=Valid pre2000 UTC notBefore Date EE Certificate Test3,O=Test Certificates 2011,C=US [all …]
|
/external/webrtc/docs/native-code/rtp-hdrext/inband-cn/ |
D | README.md | 11 Comfort noise \(CN\) is widely used in real time communication, as it significantly reduces the fre… 13 …CN is through \[RFC 3389\]. It defines CN as a special payload, which needs to be encoded and deco… 15 …ion of the Opus Audio Codec, implement their own CN schemes. Basically, the encoder can notify tha… 17 Since CN packets have their particularities, cloud and client may need to identify them and treat t… 19 * Upon receiving multiple streams of CN packets, choose only one to relay or mix. 20 * Adapt jitter buffer wisely according to the discontinuous transmission nature of CN packets. 22 …CN can be easily identified as they bear a different payload type, inband CN cannot. Some codecs m… 26 The inband CN extension can be encoded using either the one-byte or two-byte header defined in \[RF… 44 …efined the same as the noise level in \[RFC 3389\] and therfore can be compared against outband CN. 48 The existence of this header extension in an RTP packet indicates that it has inband CN, and theref… [all …]
|
/external/python/httplib2/python2/httplib2/ |
D | cacerts.txt | 1 # Issuer: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc. 2 # Subject: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc. 24 # Issuer: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division 25 # Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division 51 # Issuer: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division 52 # Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division 132 # Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 133 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 161 # Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 162 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 [all …]
|
/external/python/httplib2/python3/httplib2/ |
D | cacerts.txt | 1 # Issuer: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc. 2 # Subject: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc. 24 # Issuer: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division 25 # Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division 51 # Issuer: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division 52 # Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division 132 # Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 133 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 161 # Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 162 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | alternate_locode_name.txt | 27 CN DLC ; Dalian # CN : China 28 CN FOC ; Fuzhou, Fujian # CN : China 29 CN CAN ; Guangzhou # CN : China
|
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/ |
D | roots.pem | 5 # Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 6 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 34 # Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 35 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 64 # Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriS… 65 # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=Veri… 96 # Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 i… 97 # Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 … 129 # Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust 130 # Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust [all …]
|
/external/grpc-grpc/etc/ |
D | roots.pem | 5 # Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 6 # Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA 34 # Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 35 # Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2 64 # Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriS… 65 # Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=Veri… 96 # Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 i… 97 # Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 … 129 # Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust 130 # Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust [all …]
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCISelDAGToDAG.cpp | 52 const ConstantSDNode *CN = cast<ConstantSDNode>(N); in SelectCMOVPred() local 53 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred() 155 ConstantSDNode *CN = nullptr; in SelectFrameADDR_ri() local 157 (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) && in SelectFrameADDR_ri() 158 (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) { in SelectFrameADDR_ri() 162 CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelDAGToDAG.cpp | 52 const ConstantSDNode *CN = cast<ConstantSDNode>(N); in SelectCMOVPred() local 53 Pred = CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(N), MVT::i32); in SelectCMOVPred() 155 ConstantSDNode *CN = nullptr; in SelectFrameADDR_ri() local 157 (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) && in SelectFrameADDR_ri() 158 (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) { in SelectFrameADDR_ri() 162 CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), MVT::i32); in SelectFrameADDR_ri()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 73 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); in SelectAddr() local 74 if (isInt<32>(CN->getSExtValue())) { in SelectAddr() 83 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), DL, MVT::i64); in SelectAddr() 101 ConstantSDNode *CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1)); in SelectFIAddr() local 102 if (isInt<32>(CN->getSExtValue())) { in SelectFIAddr() 111 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), DL, MVT::i64); in SelectFIAddr()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/ |
D | localeMatcherTest.txt | 54 zh-MO, zh-CN ; zh-HK ; zh-MO 55 zh-CN, zh-MO ; zh-HK ; zh-MO 63 zh-CN, zh-TW, iw ; zh-Hant-TW ; zh-TW 64 zh-CN, zh-TW, iw ; zh-Hant ; zh-TW 65 zh-CN, zh-TW, iw ; zh-TW ; zh-TW 66 zh-CN, zh-TW, iw ; zh-Hans-CN ; zh-CN 67 zh-CN, zh-TW, iw ; zh-CN ; zh-CN 68 zh-CN, zh-TW, iw ; zh ; zh-CN 96 zh-CN, zh-TW, iw ; zh-Hant ; zh-TW 97 zh-CN, zh-TW, iw ; zh ; zh-CN [all …]
|
/external/llvm/test/Linker/ |
D | link-flags.ll | 2 …linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=C -check-prefix=CN 4 …eeded %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=CN 10 CN-NOT:@U 19 CN-NOT:@unused()
|
/external/llvm-project/llvm/test/Linker/ |
D | link-flags.ll | 2 …linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=C -check-prefix=CN 4 …eeded %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -check-prefix=CN 11 CN-NOT:@U 22 CN-NOT:@unused()
|
/external/cldr/common/properties/ |
D | scriptMetadata.txt | 61 Hanb; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 62 Hani; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 63 Hans; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 64 Hant; 3; 5B57; CN; 3; RECOMMENDED; NO; YES; NO; YES; NO 90 Tibt; 26; 0F40; CN; 1; RECOMMENDED; NO; NO; YES; NO; NO 107 Bopo; 33; 3105; CN; 2; RECOMMENDED; NO; YES; NO; NO; NO 142 Kits; 33; 18C65; CN; 2; EXCLUSION; NO; YES; NO; YES; NO # provisional data for future Unicode 13.0… 149 Lisu; 33; A4D0; CN; 1; LIMITED_USE; NO; NO; NO; YES; NO 155 Mani; 33; 10AD8; CN; 1; EXCLUSION; YES; NO; NO; NO; NO 156 Marc; 33; 11C72; CN; 1; EXCLUSION; NO; NO; YES; NO; NO [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | localeMatcherTest.txt | 86 @supported=zh-MO, zh-CN 88 @supported=zh-CN, zh-MO 137 @supported=zh-MO, zh-CN 139 @supported=zh-CN, zh-MO 148 @supported=zh-CN, zh-TW, iw 152 zh-Hans-CN >> zh-CN 153 zh-CN >> zh-CN 154 zh >> zh-CN 160 zh-Hans-CN >> zh-CN 161 zh-CN >> zh-CN [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 86 @supported=zh-MO, zh-CN 88 @supported=zh-CN, zh-MO 137 @supported=zh-MO, zh-CN 139 @supported=zh-CN, zh-MO 148 @supported=zh-CN, zh-TW, iw 152 zh-Hans-CN >> zh-CN 153 zh-CN >> zh-CN 154 zh >> zh-CN 160 zh-Hans-CN >> zh-CN 161 zh-CN >> zh-CN [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 86 @supported=zh-MO, zh-CN 88 @supported=zh-CN, zh-MO 137 @supported=zh-MO, zh-CN 139 @supported=zh-CN, zh-MO 148 @supported=zh-CN, zh-TW, iw 152 zh-Hans-CN >> zh-CN 153 zh-CN >> zh-CN 154 zh >> zh-CN 160 zh-Hans-CN >> zh-CN 161 zh-CN >> zh-CN [all …]
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelDAGToDAG.cpp | 230 if (auto *CN = dyn_cast<ConstantSDNode>(Addr)) { in selectADDRzii() local 231 if (isInt<32>(CN->getSExtValue())) { in selectADDRzii() 235 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in selectADDRzii() 293 ConstantSDNode *CN = cast<ConstantSDNode>(Addr.getOperand(1)); in matchADDRri() local 294 if (isInt<32>(CN->getSExtValue())) { in matchADDRri() 303 CurDAG->getTargetConstant(CN->getZExtValue(), SDLoc(Addr), MVT::i32); in matchADDRri()
|
/external/libxml2/result/c14n/without-comments/ |
D | test-1 | 3 CN=Merlin Hughes,O=Baltimore Technologies\, Ltd.,ST=Dublin,C=IE 7 CN=Test DSA CA,O=Baltimore Technologies\, Ltd.,ST=Dublin,C=IE
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 96 ConstantSDNode *CN = nullptr; in SelectADDRspii() local 98 && (CN = dyn_cast<ConstantSDNode>(Addr.getOperand(1))) in SelectADDRspii() 99 && (CN->getSExtValue() % 4 == 0 && CN->getSExtValue() >= 0)) { in SelectADDRspii() 102 Offset = CurDAG->getTargetConstant(CN->getSExtValue(), SDLoc(Addr), in SelectADDRspii()
|