/external/eigen/unsupported/Eigen/src/Polynomials/ |
D | Companion.h | 39 class companion 84 companion( const VectorType& poly ){ in companion() function 92 DenseCompanionMatrixType companion(deg,deg); in denseMatrix() 93 companion << in denseMatrix() 98 return companion; in denseMatrix() 142 bool companion<_Scalar,_Deg>::balanced( Scalar colNorm, Scalar rowNorm, in balanced() 185 bool companion<_Scalar,_Deg>::balancedR( Scalar colNorm, Scalar rowNorm, in balancedR() 211 void companion<_Scalar,_Deg>::balance() in balance()
|
D | PolynomialSolver.h | 351 internal::companion<Scalar,_Deg> companion( poly ); in compute() 352 companion.balance(); in compute() 353 m_eigenSolver.compute( companion.denseMatrix() ); in compute()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | InterfaceDesugaring.java | 62 @Nullable private ClassVisitor companion; field in InterfaceDesugaring 92 companion = null; in visit() 111 if (companion != null) { in visitEnd() 119 companion.visitEnd(); in visitEnd() 125 if (companion == null in emitInterfaceFieldAccessInCompanionMethodToTriggerInterfaceClinit() 133 companion.visitMethod( in emitInterfaceFieldAccessInCompanionMethodToTriggerInterfaceClinit() 170 return companion().visitField(access, name, desc, signature, value); in visitField() 203 companion() in visitMethod() 232 companion() in visitMethod() 316 private ClassVisitor companion() { in companion() method in InterfaceDesugaring [all …]
|
D | DefaultMethodClassFixer.java | 132 for (String companion : companionsToAccessToTriggerInterfaceClinit) { in isClinitAlreadyDesugared() 142 || !methodInsnNode.owner.equals(companion) in isClinitAlreadyDesugared()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_group_util.cc | 81 for (HloInstruction* companion : metadata_.Companions(instruction)) { in GlobalPredecessors() 82 instruction_group.push_back(companion); in GlobalPredecessors() 159 for (HloInstruction* companion : metadata_.Companions(instruction)) { in GlobalSuccessors() 160 instruction_group.push_back(companion); in GlobalSuccessors() 260 for (HloInstruction* companion : metadata_.Companions(hlo)) { in VisitTopologicalOrder() 261 instruction_group.push_back(companion); in VisitTopologicalOrder()
|
D | hlo_module_group_metadata.cc | 109 for (HloInstruction* companion : Companions(hlo)) { in Build() 111 GetTrackedInstruction(companion->parent()); in Build() 245 const TrackedInstruction* companion; in GetCompanionsPath() local 246 while ((companion = GetTrackedInstruction(parent)) != nullptr) { in GetCompanionsPath() 247 parent = companion->instruction()->parent(); in GetCompanionsPath() 248 path.push_back(*companion); in GetCompanionsPath()
|
D | hlo_module_group_test.cc | 192 for (HloInstruction* companion : *metadata->companion_sets()[0]) { in TEST_F() 193 module_ids.push_back(metadata->GetModuleId(companion->GetModule())); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | stripped.test | 3 You can generate an empty dSYM companion file by invoking dsymutil on any
|
/external/proguard/bin/ |
D | retrace.bat | 3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
|
/external/python/cpython2/Doc/c-api/ |
D | index.rst | 8 extension modules or embed Python. It is a companion to :ref:`extending-index`,
|
/external/python/cpython3/Doc/c-api/ |
D | index.rst | 8 extension modules or embed Python. It is a companion to :ref:`extending-index`,
|
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/ |
D | control | 19 This test will be used with the companion server side test
|
/external/libxkbcommon/xkbcommon/doc/ |
D | compat.md | 14 + hopefully someone will develop a companion library which supports
|
/external/u-boot/drivers/usb/host/ |
D | ohci-sunxi.c | 94 bus_priv->companion = true; in ohci_usb_probe()
|
D | usb-uclass.c | 299 if (!priv->companion) in usb_init() 314 if (priv->companion) in usb_init()
|
D | Kconfig | 109 EHCI controllers are packaged with "companion" host controllers (OHCI 112 connect to a companion controller. If you configure EHCI, you should
|
/external/bcc/tools/ |
D | statsnoop_example.txt | 52 been requested, and whether those files exist. It can be used as a companion
|
/external/autotest/docs/ |
D | wificell.md | 18 pair a DUT at address `${HOST}` with its companion AP at an address
|
/external/mesa3d/docs/relnotes/ |
D | 4.0 | 102 GLX 1.4 is the companion to OpenGL 1.3. The only new features in GLX 1.4
|
/external/eigen/unsupported/Eigen/ |
D | Polynomials | 99 …ex roots of a polynomial by computing the eigenvalues of the associated companion matrix with the …
|
/external/python/cpython2/Doc/library/ |
D | ic.rst | 20 There is a low-level companion module :mod:`icglue` which provides the basic
|
D | sunaudio.rst | 162 This is a companion module to :mod:`sunaudiodev` which defines useful symbolic
|
/external/u-boot/arch/arm/dts/ |
D | r8a77965.dtsi | 654 companion= <&ohci0>; 684 companion= <&ohci1>;
|
/external/u-boot/include/ |
D | usb.h | 651 bool companion; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | dsym-companion.test | 4 This test checks that the dSYM companion binaries generated in 32 and 64 bits
|