/external/eigen/blas/f2c/ |
D | drotmg.c | 15 /* Subroutine */ int drotmg_(doublereal *dd1, doublereal *dd2, doublereal * in drotmg_() argument 109 dp2 = *dd2 * *dy1; in drotmg_() 137 *dd2 /= du; in drotmg_() 152 dtemp = *dd2 / du; in drotmg_() 153 *dd2 = *dd1 / du; in drotmg_() 167 *dd2 = zero; in drotmg_() 235 if (! (abs(*dd2) <= rgamsq)) { in drotmg_() 238 if (*dd2 == zero) { in drotmg_() 248 *dd2 *= d__1 * d__1; in drotmg_() 254 if (! (abs(*dd2) >= gamsq)) { in drotmg_() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fact_manager.cpp | 436 const protobufs::DataDescriptor& dd2, 455 const protobufs::DataDescriptor& dd2) const; 461 const protobufs::DataDescriptor& dd2) const; 731 const protobufs::DataDescriptor& dd1, const protobufs::DataDescriptor& dd2, in AddDataSynonymFactRecursive() argument 733 assert(DataDescriptorsAreWellFormedAndComparable(context, dd1, dd2)); in AddDataSynonymFactRecursive() 736 MakeEquivalent(dd1, dd2); in AddDataSynonymFactRecursive() 778 fuzzerutil::RepeatedFieldToVector(dd2.index()); in AddDataSynonymFactRecursive() 782 MakeDataDescriptor(dd2.object(), std::move(extended_indices2)), in AddDataSynonymFactRecursive() 889 auto dd2 = *dd2_it; in ComputeClosureOfFacts() local 892 if (dd2->index_size() == 0) { in ComputeClosureOfFacts() [all …]
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fact_manager.cpp | 437 const protobufs::DataDescriptor& dd2, 443 const protobufs::DataDescriptor& dd2); 449 const protobufs::DataDescriptor& dd2) const; 703 const protobufs::DataDescriptor& dd1, const protobufs::DataDescriptor& dd2, in AddDataSynonymFactRecursive() argument 705 assert(DataDescriptorsAreWellFormedAndComparable(context, dd1, dd2)); in AddDataSynonymFactRecursive() 708 MakeEquivalent(dd1, dd2); in AddDataSynonymFactRecursive() 760 fuzzerutil::RepeatedFieldToVector(dd2.index()); in AddDataSynonymFactRecursive() 764 MakeDataDescriptor(dd2.object(), std::move(extended_indices2)), in AddDataSynonymFactRecursive() 888 auto dd2 = *dd2_it; in ComputeClosureOfFacts() local 891 if (dd2->index_size() == 0) { in ComputeClosureOfFacts() [all …]
|
/external/compiler-rt/test/profile/Linux/ |
D | coverage_ctors.cpp | 25 Derived dd2(dd); in main() local 26 Derived dd3(dd2); in main() 29 if (dd.B != 0 || dd2.B != 5 || dd3.B != 10 || dd4.B != 20) in main()
|
D | coverage_dtor.cpp | 21 Derived dd2(90); in main() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fact_manager.cpp | 377 const protobufs::DataDescriptor& dd2) const; 579 auto dd2 = *dd2_it; in ComputeClosureOfFacts() local 582 if (dd2->index_size() == 0) { in ComputeClosureOfFacts() 589 assert(dd1->index_size() > 0 && dd2->index_size() > 0 && in ComputeClosureOfFacts() 595 dd2->index(dd2->index_size() - 1)) { in ComputeClosureOfFacts() 615 dd2_prefix.set_object(dd2->object()); in ComputeClosureOfFacts() 616 for (uint32_t i = 0; i < static_cast<uint32_t>(dd2->index_size() - 1); in ComputeClosureOfFacts() 618 dd2_prefix.add_index(dd2->index(i)); in ComputeClosureOfFacts() 641 context->get_def_use_mgr()->GetDef(dd2->object())->type_id(); in ComputeClosureOfFacts() 755 const protobufs::DataDescriptor& dd2) const { in DataDescriptorsAreWellFormedAndComparable() [all …]
|
/external/clang/test/Profile/ |
D | def-dtors.cpp | 26 Derived dd2(10); in main() local 27 if (dd2.B != 10) in main()
|
D | def-ctors.cpp | 33 Derived dd2(dd); in main() local 34 g = dd2.B; in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | pr25342.ll | 5 @dd2 = external global %"struct.std::complex", align 4 21 …* getelementptr inbounds (%"struct.std::complex", %"struct.std::complex"* @dd2, i64 0, i32 0, i32 … 22 …* getelementptr inbounds (%"struct.std::complex", %"struct.std::complex"* @dd2, i64 0, i32 0, i32 … 62 …* getelementptr inbounds (%"struct.std::complex", %"struct.std::complex"* @dd2, i64 0, i32 0, i32 … 63 …* getelementptr inbounds (%"struct.std::complex", %"struct.std::complex"* @dd2, i64 0, i32 0, i32 …
|
/external/clang/test/SemaCXX/ |
D | defaulted-private-dtor.cpp | 11 const BadDtor &dd2 = BadDtor(); // expected-error {{private destructor}} in f() local 40 const BadDtor &dd2 = BadDtor(); in f() local
|
D | deleted-function.cpp | 43 const DelDtor &dd2 = DelDtor(); // expected-error {{attempt to use a deleted function}} in f() local
|
/external/openssh/regress/ |
D | sftp-cmds.sh | 27 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2 192 test -d ${COPY}.dd2 || fail "missing newname after rename directory" 229 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2
|
D | scp.sh | 17 DIR2=${COPY}.dd2
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 50 dd()) dd2; // expected-error {{deleted function}}
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 143 dd2: 48 c1 c1 3d rol $0x3d,%rcx 252 dd2: 48 c1 c1 3b rol $0x3b,%rcx
|
/external/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 2357 int32_t dd2 = cal2->fieldDifference(date2, Calendar::DATE, ec2); in TestJ438() local 2360 if( (dd2 != dd) || in TestJ438()
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 663 application/vnd.oma.dd2+xml dd2
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.pat.txt | 64 .dd2
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 428 13dd2 2 484 85 8288 20dd2 6 158 17 8849 21dd2 4 130 17 16475 30dd2 2 178 46 19451 35dd2 2 191 108 21308 38dd2 4 173 144 27040 41dd2 2 1169 89 28293 43dd2 a 214 4 29023 44dd2 8 176 10 29731 45dd2 4 100 16 [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 1163 4dd2 3 277 23 2224 7dd2 d 1687 23
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 188 1dd2 3c 261 3 1579 FUNC 8dd2 2f 0 std::_Vector_base<__gnu_cxx::_Hashtable_node<std::pair<std::string const, __gnu_cxx:… 1580 8dd2 c 120 25
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_stretched_filled.sym | 996 2dd2 7 116 1455
|
D | omap_stretched.sym | 1030 2dd2 7 116 1455
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |