Home
last modified time | relevance | path

Searched refs:DN (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/vixl/src/
Dutils-vixl.cc268 float FPToFloat(Float16 value, UseDefaultNaN DN, bool* exception) { in FPToFloat() argument
305 if (DN == kUseDefaultNaN) return kFP32DefaultNaN; in FPToFloat()
337 UseDefaultNaN DN, in FPToFloat() argument
350 if (DN == kUseDefaultNaN) return kFP32DefaultNaN; in FPToFloat()
399 double FPToDouble(Float16 value, UseDefaultNaN DN, bool* exception) { in FPToDouble() argument
401 return FPToFloat(value, DN, exception); in FPToDouble()
405 double FPToDouble(float value, UseDefaultNaN DN, bool* exception) { in FPToDouble() argument
413 if (DN == kUseDefaultNaN) return kFP64DefaultNaN; in FPToDouble()
449 UseDefaultNaN DN, in FPToFloat16() argument
467 if (DN == kUseDefaultNaN) return kFP16DefaultNaN; in FPToFloat16()
[all …]
Dutils-vixl.h1324 float FPToFloat(Float16 value, UseDefaultNaN DN, bool* exception = NULL);
1327 UseDefaultNaN DN,
1330 double FPToDouble(Float16 value, UseDefaultNaN DN, bool* exception = NULL);
1331 double FPToDouble(float value, UseDefaultNaN DN, bool* exception = NULL);
1335 UseDefaultNaN DN,
1340 UseDefaultNaN DN,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ParseExample.pbtxt65 If dense_shapes[j] == (D0, D1, ..., DN) then the shape of output
66 Tensor dense_values[j] will be (|serialized|, D0, D1, ..., DN):
68 This works for dense_shapes[j] = (-1, D1, ..., DN). In this case
70 (|serialized|, M, D1, .., DN), where M is the maximum number of blocks
71 of elements of length D1 * .... * DN, across all minibatch entries
73 length D1 * ... * DN will be padded with the corresponding default_value
Dapi_def_ParseSingleExample.pbtxt70 (D0, D1, ..., DN) then the shape of output Tensor dense_values[j]
71 will be (D0, D1, ..., DN): In the case dense_shapes[j] = (-1, D1,
72 ..., DN), the shape of the output Tensor dense_values[j] will be (M,
73 D1, .., DN), where M is the number of blocks of elements of length
74 D1 * .... * DN, in the input.
Dapi_def_ParseExampleV2.pbtxt96 If dense_shapes[j] == (D0, D1, ..., DN) then the shape of output
97 Tensor dense_values[j] will be (|serialized|, D0, D1, ..., DN):
99 This works for dense_shapes[j] = (-1, D1, ..., DN). In this case
101 (|serialized|, M, D1, .., DN), where M is the maximum number of blocks
102 of elements of length D1 * .... * DN, across all minibatch entries
104 length D1 * ... * DN will be padded with the corresponding default_value
/external/llvm-project/lld/test/ELF/
Dthreads.s8 # RUN: not ld.lld --threads=all %t.o -o /dev/null 2>&1 | FileCheck %s -DN=all
9 # RUN: not ld.lld --threads=0 %t.o -o /dev/null 2>&1 | FileCheck %s -DN=0
10 # RUN: not ld.lld --threads=-1 %t.o -o /dev/null 2>&1 | FileCheck %s -DN=-1
/external/llvm-project/lld/test/wasm/
Dthreads.s8 # RUN: not wasm-ld --threads=all %t.o -o /dev/null 2>&1 | FileCheck %s -DN=all
9 # RUN: not wasm-ld --threads=0 %t.o -o /dev/null 2>&1 | FileCheck %s -DN=0
10 # RUN: not wasm-ld --threads=-1 %t.o -o /dev/null 2>&1 | FileCheck %s -DN=-1
/external/llvm/test/CodeGen/ARM/
Dwiden-vmovs.ll9 ; CHECK: vorr [[DL:d[0-9]+]], [[DN:d[0-9]+]]
10 ; CHECK: , [[DN]]
12 ; CHECK: vadd.f32 [[DL]], [[DL]], [[DN]]
/external/llvm-project/llvm/test/CodeGen/ARM/
Dwiden-vmovs.ll9 ; CHECK: vorr [[DL:d[0-9]+]], [[DN:d[0-9]+]]
10 ; CHECK: , [[DN]]
12 ; CHECK: vadd.f32 [[DL]], [[DL]], [[DN]]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties12 # cert DN is not in the permitted tree
13 # {0} DN as String
14 CertPathReviewer.notPermittedDN.title = Name constraint error: certificate DN is not permitted
15 CertPathReviewer.notPermittedDN.text = Name constraint error: the certificate DN {0} is not permitt…
16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted.
17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is…
19 # cert DN is in the excluded tree
20 # {0} DN as String
21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded
22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded.
[all …]
/external/oss-fuzz/projects/lcms/
Dicc.dict247 "DN "
248 "DN P"
/external/llvm-project/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp2061 LazyCallGraph::Node &DN = *CG.lookup(lookupFunction(*M, "d")); in TEST() local
2062 EXPECT_EQ(&C1, CG.lookupSCC(DN)); in TEST()
2065 EXPECT_EQ(&RC1, CG.lookupRefSCC(DN)); in TEST()
2071 Function &D = DN.getFunction(); in TEST()
2086 RC1.replaceNodeFunction(DN, E); in TEST()
2088 EXPECT_EQ(&E, &DN.getFunction()); in TEST()
2089 EXPECT_EQ(&DN, &(*CN)[DN].getNode()); in TEST()
2090 EXPECT_EQ(&DN, &(*BN)[DN].getNode()); in TEST()
2129 LazyCallGraph::Node &DN = CG.get(lookupFunction(*M, "d")); in TEST() local
2134 DN.populate(); in TEST()
[all …]
/external/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp79 struct DN : D, N {}; struct
80 struct DND : DN, X<D,0> {};
81 struct DNN : DN, X<N,0> {};
/external/llvm-project/clang/test/CodeGenCXX/
Dconst-init-cxx11.cpp79 struct DN : D, N {}; struct
80 struct DND : DN, X<D,0> {};
81 struct DNN : DN, X<N,0> {};
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/
Dpkits.ldif2135 dn: CN=Valid DN nameConstraints EE Certificate Test1,OU=permittedSubtree1,O=Test Certificates 2011,…
2137 cn: Valid DN nameConstraints EE Certificate Test1
2145 dn: CN=Invalid DN nameConstraints EE Certificate Test2,OU=excludedSubtree1,O=Test Certificates 2011…
2147 cn: Invalid DN nameConstraints EE Certificate Test2
2151 dn: CN=Invalid DN nameConstraints EE Certificate Test3,OU=permittedSubtree1,O=Test Certificates 201…
2153 cn: Invalid DN nameConstraints EE Certificate Test3
2157 dn: CN=Valid DN nameConstraints EE Certificate Test4,OU=permittedSubtree1,O=Test Certificates 2011,…
2159 cn: Valid DN nameConstraints EE Certificate Test4
2171 dn: CN=Valid DN nameConstraints EE Certificate Test5,OU=permittedSubtree1,O=Test Certificates 2011,…
2173 cn: Valid DN nameConstraints EE Certificate Test5
[all …]
/external/ImageMagick/PerlMagick/t/reference/filter/
DShave.miff15DN�CG�/-�,(�23�>C�?C�78�3.�OJ�OQ�IG�UU�EA�B:�<7�2=�7?�>:�1*�20�.2�0.�4%�H<����q��Fh�<d�AGNb<qv�|�ƚ…
/external/autotest/client/site_tests/platform_PrinterPpds/
Ddo_not_test.txt34 foomatic-20200219-Kyocera-FS-9120DN-Postscript-Kyocera.ppd.gz
35 foomatic-20200219-Kyocera-FS-9520DN-Postscript-Kyocera.ppd.gz
/external/autotest/client/site_tests/platform_PrinterPpds/digests/
Ddenylist.txt41 foomatic-20200219-Brother-HL-5250DN-Postscript-Brother.ppd.gz
42 foomatic-20200219-Brother-HL-5270DN-Postscript-Brother.ppd.gz
51 foomatic-20200219-Brother-MFC-8670DN-Postscript-Brother.ppd.gz
183 foomatic-20200219-Kyocera-FS-3900DN-Postscript-Kyocera.ppd.gz
184 foomatic-20200219-Kyocera-FS-4000DN-Postscript-Kyocera.ppd.gz
196 foomatic-20200219-Kyocera-FS-6950DN-Postscript-Kyocera.ppd.gz
201 foomatic-20200219-Kyocera-FS-9100DN-Postscript-Kyocera.ppd.gz
537 kyocera-20190328-Kyocera_FS-5040DN.ppd.gz
570 kyocera-20200416-Kyocera_FS-3920DN.ppd.gz
571 kyocera-20200416-Kyocera_FS-4100DN.ppd.gz
[all …]
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedInvalidDNnameConstraintsTest10.eml3 Subject: Invalid DN nameConstraints Test10
DSignedInvalidDNnameConstraintsTest3.eml3 Subject: Invalid DN nameConstraints Test3
DSignedValidDNnameConstraintsTest6.eml3 Subject: Valid DN nameConstraints Test6
DSignedInvalidDNnameConstraintsTest2.eml3 Subject: Invalid DN nameConstraints Test2
DSignedValidDNnameConstraintsTest4.eml3 Subject: Valid DN nameConstraints Test4
DSignedValidDNnameConstraintsTest5.eml3 Subject: Valid DN nameConstraints Test5
DSignedInvalidDNnameConstraintsTest8.eml3 Subject: Invalid DN nameConstraints Test8

12345678910