Home
last modified time | relevance | path

Searched refs:R_AB (Results 1 – 22 of 22) sorted by relevance

/dports/databases/py-asyncpg/asyncpg-0.25.0/tests/
H A Dtest_record.py76 Record(R_AB, (42, 42,))
84 r = Record(R_AB, (42, 43))
145 r = Record(R_AB, (42, 43))
151 r = Record(R_AB, (42, 43))
157 r = Record(R_AB, (42, 43))
163 r = Record(R_AB, (42, 43))
190 r = Record(R_AB, (42,))
201 r1 = Record(R_AB, (42, 43))
202 r2 = Record(R_AB, (42, 43))
221 r = Record(R_AB, (42, 43))
[all …]
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/isosurf/
H A Dshape.cc342 SCVector3 R_AB = B - A; in in_plane_sphere() local
346 SCVector3 P_AN_AB = R_AB * (R_AN.dot(R_AB)/R_AB.dot(R_AB)); in in_plane_sphere()
353 SCVector3 vtry = R_AB; in in_plane_sphere()
355 vtry = vtry - R_AB * (vtry.dot(R_AB)/R_AB.dot(R_AB)); in in_plane_sphere()
357 vtry = R_AB; in in_plane_sphere()
359 vtry = vtry - R_AB * (vtry.dot(R_AB)/R_AB.dot(R_AB)); in in_plane_sphere()
369 double r_AB = sqrt(R_AB.dot(R_AB)); in in_plane_sphere()
381 P = A + a * R_AB + b * U_perp; in in_plane_sphere()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/ecp/
H A Decp_skipint.F45 double precision R_AB
60 R_AB = abs(R_AC-R_BC)
88 & - (a*b*R_AB**2 + b*c*R_BC**2 + a*c*R_AC**2)/abc
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/ecp/
H A Decp_skipint.F45 double precision R_AB local
60 R_AB = abs(R_AC-R_BC)
88 & - (a*b*R_AB**2 + b*c*R_BC**2 + a*c*R_AC**2)/abc
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraintImpl.h673 const Rotation& R_AB = getBodyRotationFromState(s,B); in findStationAcceleration() local
714 const Rotation& R_AB = getBodyRotationFromState(s,B); in addInStationForce() local
1729 const Rotation& R_AB = getBodyRotation(allX_AB, B); in calcPositionErrorsVirtual() local
1731 const UnitVec3 b_A = R_AB * defaultAxisB; in calcPositionErrorsVirtual()
1749 const Rotation& R_AB = getBodyRotationFromState(s, B); in calcPositionDotErrorsVirtual() local
1751 const UnitVec3 b_A = R_AB * defaultAxisB; in calcPositionDotErrorsVirtual()
1773 const Rotation& R_AB = getBodyRotationFromState(s, B); in calcPositionDotDotErrorsVirtual() local
1775 const UnitVec3 b_A = R_AB * defaultAxisB; in calcPositionDotDotErrorsVirtual()
1802 const UnitVec3 b_A = R_AB*defaultAxisB; in addInPositionConstraintForcesVirtual()
2088 const Rotation& R_AB = getBodyRotation(allX_AB, B); in calcPositionErrorsVirtual() local
[all …]
H A DRigidBodyNode.h814 const Rotation& R_AB = X_AB.R(); in reverseSpatialVelocity() local
819 return ~R_AB * SpatialVec( -w_AB, (w_AB % p_AB) - v_AB ); in reverseSpatialVelocity()
829 static Vec3 reverseAngularVelocity(const Rotation& R_AB, const Vec3& w_AB) { in reverseAngularVelocity() argument
830 return ~R_AB * (-w_AB); in reverseAngularVelocity()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DOrientationTest.cpp295 Rotation R_AB( BodyRotationSequence, 0.31, ZAxis, 0.17, YAxis, 0.1, XAxis ); in main() local
299 cout << "R_AB*R_BC=" << R_AB*R_BC; in main()
300 Rtmp = R_AB; in main()
302 cout << "R_AB*~R_BC=" << R_AB*~R_BC; in main()
303 cout << "R_AB/R_BC=" << R_AB/R_BC; in main()
304 Rtmp=R_AB; in main()
H A DRotationTest.cpp703 const Rotation R_AB(Test::randRotation()); in testReexpressSymMat33() local
707 const SymMat33 S_AA = R_AB.reexpressSymMat33(S_BB); in testReexpressSymMat33()
708 const Mat33 M_AA = R_AB*M_BB*~R_AB; in testReexpressSymMat33()
714 const SymMat33 isS_BB = (~R_AB).reexpressSymMat33(S_AA); in testReexpressSymMat33()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DConstraint.h1626 const Rotation& R_AB = getBodyRotationFromState(state,bodyB); in findStationVelocity() local
1627 const Vec3 p_BS_A = R_AB * p_BS; in findStationVelocity()
1639 const Rotation& R_AB = getBodyRotationFromState(state,bodyB); in findStationVelocityFromState() local
1640 const Vec3 p_BS_A = R_AB * p_BS; in findStationVelocityFromState()
1660 const Rotation& R_AB = getBodyRotationFromState(state,bodyB); in findStationAcceleration() local
1661 const Vec3 p_BS_A = R_AB * p_BS; in findStationAcceleration()
H A DMobilizedBody.h1182 const Rotation R_AB = findBodyRotationInAnotherBody(state,inBodyA); in expressMassPropertiesInAnotherBodyFrame() local
1183 return M_Bo_B.reexpress(~R_AB); in expressMassPropertiesInAnotherBodyFrame()
/dports/science/openbabel/openbabel-3.1.1/src/forcefields/
H A Dforcefieldmmff94.cpp669 double erep = (1.07 * R_AB) / (rab + 0.07 * R_AB); //*** in Compute()
677 const double q = rab / R_AB; in Compute()
3563 vdwcalc.R_AB = 0.5 * (R_AA + R_BB); in SetupCalculations()
3564 R_AB2 = vdwcalc.R_AB * vdwcalc.R_AB; in SetupCalculations()
3571 vdwcalc.R_AB = 0.8 * vdwcalc.R_AB; in SetupCalculations()
3575 R_AB2 = vdwcalc.R_AB * vdwcalc.R_AB; in SetupCalculations()
3580 vdwcalc.R_AB = 0.5 * (R_AA + R_BB); in SetupCalculations()
3581 R_AB2 = vdwcalc.R_AB * vdwcalc.R_AB; in SetupCalculations()
3588 vdwcalc.R_AB = 0.8 * vdwcalc.R_AB; in SetupCalculations()
3592 R_AB2 = vdwcalc.R_AB * vdwcalc.R_AB; in SetupCalculations()
[all …]
H A Dforcefieldmmff94.h83 double R_AB, R_AB7/*, erep, erep7, eattr*/; variable
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h400 #define R_AB 0x00080000 /* Frame Aborted */ macro
404 #define R_ERROR (R_NO | R_AB | R_CR | R_OV)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h400 #define R_AB 0x00080000 /* Frame Aborted */ macro
404 #define R_ERROR (R_NO | R_AB | R_CR | R_OV)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h400 #define R_AB 0x00080000 /* Frame Aborted */ macro
404 #define R_ERROR (R_NO | R_AB | R_CR | R_OV)
/dports/multimedia/libv4l/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h66 #define R_AB 0x00080000 /* Frame Aborted */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h66 #define R_AB 0x00080000 /* Frame Aborted */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/soc/fsl/qe/
H A Ducc_slow.h66 #define R_AB 0x00080000 /* Frame Aborted */ macro
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Geometry/src/
H A DContactTracker.cpp116 const Rotation& R_AB = X_AB.R(); in estimateConvexImplicitPairContactUsingMPR() local
154 pointQ = shapeB.calcSupportPoint(~R_AB*UnitVec3(-XAxis)); // in B in estimateConvexImplicitPairContactUsingMPR()
1285 const Rotation& R_AB = X_AB.R(); in trackContact() local
1339 const UnitVec3 maxDirB_A(R_AB*R_BQ.x()); // re-express in A in trackContact()
/dports/devel/tpasm/tpasm1.11/processors/
H A D8051.c59 R_AB, // AB enumerator
506 reg->type=R_AB; in ParseRegister()
672 case R_AB: in ParseOperand()
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparipriv.h244 enum { R_PERIODS = 1, R_ETA, R_ROOTS, R_AB }; enumerator
/dports/math/pari/pari-2.13.3/src/basemath/
H A Delliptic.c531 { return obj_checkbuild_realprec(E, R_AB, &doellR_ab, prec); } in ellR_ab()