Home
last modified time | relevance | path

Searched defs:LA (Results 101 – 125 of 2504) sorted by relevance

12345678910>>...101

/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Dynamics/Joints/
H A Db2PrismaticJoint.cpp245 float32 LA = m_impulse.x * m_s1 + m_impulse.y + (m_motorImpulse + m_impulse.z) * m_a1; in InitVelocityConstraints() local
287 float32 LA = impulse * m_a1; in SolveVelocityConstraints() local
330 float32 LA = df.x * m_s1 + df.y + df.z * m_a1; in SolveVelocityConstraints() local
347 float32 LA = df.x * m_s1 + df.y; in SolveVelocityConstraints() local
471 float32 LA = impulse.x * s1 + impulse.y + impulse.z * a1; in SolvePositionConstraints() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DUtil.py12 import numpy.linalg as LA namespace
H A DGroundTruth.py12 import numpy.linalg as LA namespace
/dports/multimedia/libvpx/libvpx-1.11.0/tools/3D-Reconstruction/MotionEST/
H A DUtil.py12 import numpy.linalg as LA namespace
H A DGroundTruth.py12 import numpy.linalg as LA namespace
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DUtil.py12 import numpy.linalg as LA namespace
H A DGroundTruth.py12 import numpy.linalg as LA namespace
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/tools/3D-Reconstruction/MotionEST/
H A DUtil.py12 import numpy.linalg as LA namespace
H A DGroundTruth.py12 import numpy.linalg as LA namespace
/dports/devel/xparam/xparam-1.22/lib/antlr/antlr/
H A DInputBuffer.hpp150 inline int InputBuffer::LA(int i) in LA() function in InputBuffer
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Dynamics/Joints/
H A Db2WheelJoint.cpp194 float32 LA = m_impulse * m_sAy + m_springImpulse * m_sAx + m_motorImpulse; in InitVelocityConstraints() local
233 float32 LA = impulse * m_sAx; in SolveVelocityConstraints() local
264 float32 LA = impulse * m_sAy; in SolveVelocityConstraints() local
313 float32 LA = impulse * sAy; in SolvePositionConstraints() local
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Dynamics/Joints/
H A Db2WheelJoint.cpp194 float32 LA = m_impulse * m_sAy + m_springImpulse * m_sAx + m_motorImpulse; in InitVelocityConstraints() local
233 float32 LA = impulse * m_sAx; in SolveVelocityConstraints() local
264 float32 LA = impulse * m_sAy; in SolveVelocityConstraints() local
313 float32 LA = impulse * sAy; in SolvePositionConstraints() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/doc/resources/
H A Dcase_changing_stream.go27 func (is *CaseChangingStream) LA(offset int) int { func
/dports/math/py-triangle/triangle-20200424/doc/
H A Ddata.rst205 LA section in Data
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/Shell/SymbolFile/DWARF/
H A Dlimit-debug-info.s125 .LA: label
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A Dforward-declarations.s27 .LA: label
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/Shell/SymbolFile/DWARF/
H A Dlimit-debug-info.s125 .LA: label
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/DWARF/
H A Dlimit-debug-info.s125 .LA: label
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dlimit-debug-info.s125 .LA: label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dlimit-debug-info.s125 .LA: label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Dlimit-debug-info.s125 .LA: label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/Shell/SymbolFile/DWARF/
H A Dlimit-debug-info.s125 .LA: label
/dports/devel/xparam/xparam-1.22/lib/antlr/src/
H A DTokenBuffer.cpp73 int TokenBuffer::LA(int i) in LA() function in TokenBuffer
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/
H A DCoaffine.h60 typedef typename R::LA::template Rebind_dimension<Dynamic_dimension_tag,Dplusone>::Other LA; typedef
125 typedef typename R::LA::template Rebind_dimension<Dynamic_dimension_tag,Dplusone>::Other LA; typedef
181 typedef typename R::LA::template Rebind_dimension<D1,D2>::Other LA; typedef
221 typedef typename R::LA::template Rebind_dimension<D1,D2>::Other LA; typedef
270 typedef typename R::LA::template Rebind_dimension<D1,D2>::Other LA; typedef
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dint_stream.go9 LA(int) int methodSpec

12345678910>>...101