/external/vixl/src/ |
D | utils-vixl.cc | 268 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 …]
|
D | utils-vixl.h | 1324 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/llvm-project/lld/test/ELF/ |
D | threads.s | 8 # 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/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ParseExample.pbtxt | 65 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
|
D | api_def_ParseSingleExample.pbtxt | 70 (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.
|
D | api_def_ParseExampleV2.pbtxt | 96 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/wasm/ |
D | threads.s | 8 # 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/ |
D | widen-vmovs.ll | 9 ; 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/ |
D | widen-vmovs.ll | 9 ; 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/ |
D | CertPathReviewerMessages.properties | 12 # 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/ |
D | icc.dict | 247 "DN " 248 "DN P"
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 79 struct DN : D, N {}; struct 80 struct DND : DN, X<D,0> {}; 81 struct DNN : DN, X<N,0> {};
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 2061 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/llvm-project/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 79 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/ |
D | pkits.ldif | 2135 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/ |
D | Shave.miff | 15 …DN�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/ |
D | do_not_test.txt | 34 foomatic-20200219-Kyocera-FS-9120DN-Postscript-Kyocera.ppd.gz 35 foomatic-20200219-Kyocera-FS-9520DN-Postscript-Kyocera.ppd.gz
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedInvalidDNnameConstraintsTest3.eml | 3 Subject: Invalid DN nameConstraints Test3
|
D | SignedValidDNnameConstraintsTest5.eml | 3 Subject: Valid DN nameConstraints Test5
|
D | SignedInvalidDNnameConstraintsTest2.eml | 3 Subject: Invalid DN nameConstraints Test2
|
D | SignedValidDNnameConstraintsTest4.eml | 3 Subject: Valid DN nameConstraints Test4
|
D | SignedValidDNnameConstraintsTest6.eml | 3 Subject: Valid DN nameConstraints Test6
|
D | SignedInvalidDNnameConstraintsTest10.eml | 3 Subject: Invalid DN nameConstraints Test10
|
D | SignedInvalidDNnameConstraintsTest7.eml | 3 Subject: Invalid DN nameConstraints Test7
|
D | SignedValidDNnameConstraintsTest11.eml | 3 Subject: Valid DN nameConstraints Test11
|