Home
last modified time | relevance | path

Searched refs:companion (Results 1 – 25 of 48) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/Polynomials/
DCompanion.h39 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()
DPolynomialSolver.h351 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/
DInterfaceDesugaring.java62 @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 …]
DDefaultMethodClassFixer.java132 for (String companion : companionsToAccessToTriggerInterfaceClinit) { in isClinitAlreadyDesugared()
142 || !methodInsnNode.owner.equals(companion) in isClinitAlreadyDesugared()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc81 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()
Dhlo_module_group_metadata.cc109 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()
Dhlo_module_group_test.cc192 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/
Dstripped.test3 You can generate an empty dSYM companion file by invoking dsymutil on any
/external/proguard/bin/
Dretrace.bat3 REM Start-up script for Retrace -- companion tool for ProGuard, free class file
/external/python/cpython2/Doc/c-api/
Dindex.rst8 extension modules or embed Python. It is a companion to :ref:`extending-index`,
/external/python/cpython3/Doc/c-api/
Dindex.rst8 extension modules or embed Python. It is a companion to :ref:`extending-index`,
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
Dcontrol19 This test will be used with the companion server side test
/external/libxkbcommon/xkbcommon/doc/
Dcompat.md14 + hopefully someone will develop a companion library which supports
/external/u-boot/drivers/usb/host/
Dohci-sunxi.c94 bus_priv->companion = true; in ohci_usb_probe()
Dusb-uclass.c299 if (!priv->companion) in usb_init()
314 if (priv->companion) in usb_init()
DKconfig109 EHCI controllers are packaged with "companion" host controllers (OHCI
112 connect to a companion controller. If you configure EHCI, you should
/external/bcc/tools/
Dstatsnoop_example.txt52 been requested, and whether those files exist. It can be used as a companion
/external/autotest/docs/
Dwificell.md18 pair a DUT at address `${HOST}` with its companion AP at an address
/external/mesa3d/docs/relnotes/
D4.0102 GLX 1.4 is the companion to OpenGL 1.3. The only new features in GLX 1.4
/external/eigen/unsupported/Eigen/
DPolynomials99 …ex roots of a polynomial by computing the eigenvalues of the associated companion matrix with the …
/external/python/cpython2/Doc/library/
Dic.rst20 There is a low-level companion module :mod:`icglue` which provides the basic
Dsunaudio.rst162 This is a companion module to :mod:`sunaudiodev` which defines useful symbolic
/external/u-boot/arch/arm/dts/
Dr8a77965.dtsi654 companion= <&ohci0>;
684 companion= <&ohci1>;
/external/u-boot/include/
Dusb.h651 bool companion; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Ddsym-companion.test4 This test checks that the dSYM companion binaries generated in 32 and 64 bits

12