Home
last modified time | relevance | path

Searched refs:TWithoutNegator (Results 1 – 12 of 12) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/include/SimTKcommon/internal/
H A DCompositeNumericalTypes.h140 typedef typename K::TWithoutNegator TWithoutNegator; typedef
232 static const TWithoutNegator& castAwayNegatorIfAny(const T& t) in castAwayNegatorIfAny()
233 {return reinterpret_cast<const TWithoutNegator&>(t);} in castAwayNegatorIfAny()
234 static TWithoutNegator& updCastAwayNegatorIfAny(T& t) in updCastAwayNegatorIfAny()
235 {return reinterpret_cast<TWithoutNegator&>(t);} in updCastAwayNegatorIfAny()
H A DNTraits.h527 static const TWithoutNegator& castAwayNegatorIfAny(const T& t)
528 {return reinterpret_cast<const TWithoutNegator&>(t);}
529 static TWithoutNegator& updCastAwayNegatorIfAny(T& t)
530 {return reinterpret_cast<TWithoutNegator&>(t);}
713 static const TWithoutNegator& castAwayNegatorIfAny(const T& t)
714 {return reinterpret_cast<const TWithoutNegator&>(t);}
715 static TWithoutNegator& updCastAwayNegatorIfAny(T& t)
716 {return reinterpret_cast<TWithoutNegator&>(t);}
849 typedef T TWithoutNegator; \
912 static const TWithoutNegator& castAwayNegatorIfAny(const T& t) \
[all …]
H A Dnegator.h85 typedef NUMBER TWithoutNegator; // " typedef
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DSymMat.h90 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
140 typedef SymMat<M,EWithoutNegator,RS> TWithoutNegator; typedef
628 …const TWithoutNegator& castAwayNegatorIfAny() const {return *reinterpret_cast<const TWithoutNegato… in castAwayNegatorIfAny()
629TWithoutNegator& updCastAwayNegatorIfAny() {return *reinterpret_cast<TWithoutNegator*>(th… in updCastAwayNegatorIfAny()
H A DVec.h195 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
271 typedef Vec<M,EWithoutNegator,STRIDE> TWithoutNegator; typedef
708 const TWithoutNegator& castAwayNegatorIfAny() const in castAwayNegatorIfAny()
709 { return *reinterpret_cast<const TWithoutNegator*>(this); } in castAwayNegatorIfAny()
712 TWithoutNegator& updCastAwayNegatorIfAny() in updCastAwayNegatorIfAny()
713 { return *reinterpret_cast<TWithoutNegator*>(this); } in updCastAwayNegatorIfAny()
H A DRow.h135 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
183 typedef Row<N,EWithoutNegator,STRIDE> TWithoutNegator; typedef
514 …const TWithoutNegator& castAwayNegatorIfAny() const {return *reinterpret_cast<const TWithoutNegato… in castAwayNegatorIfAny()
515TWithoutNegator& updCastAwayNegatorIfAny() {return *reinterpret_cast<TWithoutNegator*>(th… in updCastAwayNegatorIfAny()
H A DMat.h101 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
152 typedef Mat<M,N,EWithoutNegator,CS,RS> TWithoutNegator; typedef
765 …const TWithoutNegator& castAwayNegatorIfAny() const {return *reinterpret_cast<const TWithoutNegato… in castAwayNegatorIfAny()
766TWithoutNegator& updCastAwayNegatorIfAny() {return *reinterpret_cast<TWithoutNegator*>(th… in updCastAwayNegatorIfAny()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DVec.h148 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
222 typedef Vec<M,EWithoutNegator,STRIDE> TWithoutNegator; typedef
660 …const TWithoutNegator& castAwayNegatorIfAny() const {return *reinterpret_cast<const TWithoutNegato… in castAwayNegatorIfAny()
663TWithoutNegator& updCastAwayNegatorIfAny() {return *reinterpret_cast<TWithoutNegator*>(th… in updCastAwayNegatorIfAny()
H A DMat.h59 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
110 typedef Mat<M,N,EWithoutNegator,CS,RS> TWithoutNegator; typedef
726 …const TWithoutNegator& castAwayNegatorIfAny() const {return *reinterpret_cast<const TWithoutNegato… in castAwayNegatorIfAny()
727TWithoutNegator& updCastAwayNegatorIfAny() {return *reinterpret_cast<TWithoutNegator*>(th… in updCastAwayNegatorIfAny()
H A DBigMatrix.h230 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
258 typedef MatrixBase<EWithoutNegator> TWithoutNegator; typedef
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DMatrixBase.h77 typedef typename CNT<E>::TWithoutNegator EWithoutNegator;
104 typedef MatrixBase<EWithoutNegator> TWithoutNegator; typedef
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DBNTTest.cpp181 typedef NCR::TWithoutNegator NCRWN; in main()