Home
last modified time | relevance | path

Searched refs:ENeg (Results 1 – 17 of 17) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DMatrix_.h56 typedef typename CNT<ELT>::TNeg ENeg; typedef
60 typedef MatrixBase<ENeg> BaseNeg;
64 typedef Matrix_<ENeg> TNeg;
H A DRowVector_.h56 typedef typename CNT<ELT>::TNeg ENeg; typedef
59 typedef RowVectorBase<ENeg> BaseNeg;
H A DVector_.h54 typedef typename CNT<ELT>::TNeg ENeg; typedef
56 typedef VectorBase<ENeg> BaseNeg;
H A DMatrixBase.h76 typedef typename CNT<E>::TNeg ENeg; typedef
103 typedef MatrixBase<ENeg> TNeg;
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Parser/
H A DNames.hs77 ENeg e -> namesE e
194 ENeg e -> tnamesE e
H A DAST.hs307 | ENeg (Expr n) -- ^ @ -1 @ constructor
744 ENeg x -> wrap n 3 (text "-" <.> ppPrec 4 x)
995 ENeg x -> ENeg (noPos x)
H A DNoPat.hs148 ENeg e -> ENeg <$> noPatE e
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DSymMat.h89 typedef typename CNT<E>::TNeg ENeg; typedef
139 typedef SymMat<M,ENeg,RS> TNeg;
336 template <int RSS> SymMat(const SymMat<M,ENeg,RSS>& src) in SymMat() argument
354 explicit SymMat(const ENeg& e) { in SymMat()
355 updDiag() = CNT<ENeg>::real(e); in SymMat()
H A DVec.h193 typedef typename CNT<E>::TNeg ENeg; typedef
268 typedef Vec<M,ENeg,STRIDE> TNeg;
458 template <int SS> Vec(const Vec<M,ENeg,SS>& src) { in Vec() argument
476 explicit Vec(const ENeg& ne) { in Vec()
H A DRow.h134 typedef typename CNT<E>::TNeg ENeg; typedef
182 typedef Row<N,ENeg,STRIDE> TNeg;
332 template <int SS> Row(const Row<N,ENeg,SS>& src) { in Row() argument
347 explicit Row(const ENeg& ne) in Row()
H A DMat.h100 typedef typename CNT<E>::TNeg ENeg; typedef
151 typedef Mat<M,N,ENeg,CS,RS> TNeg;
341 Mat(const Mat<M,N,ENeg,CSS,RSS>& src) { in Mat() argument
367 explicit Mat(const ENeg& e) in Mat()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DBigMatrix.h229 typedef typename CNT<E>::TNeg ENeg; typedef
257 typedef MatrixBase<ENeg> TNeg;
1935 typedef typename CNT<ELT>::TNeg ENeg; typedef
1939 typedef MatrixBase<ENeg> BaseNeg;
1944 typedef Matrix_<ENeg> TNeg;
2112 typedef typename CNT<ELT>::TNeg ENeg; typedef
2114 typedef VectorBase<ENeg> BaseNeg;
2272 typedef typename CNT<ELT>::TNeg ENeg; typedef
2275 typedef RowVectorBase<ENeg> BaseNeg;
H A DVec.h146 typedef typename CNT<E>::TNeg ENeg; typedef
219 typedef Vec<M,ENeg,STRIDE> TNeg;
410 template <int SS> Vec(const Vec<M,ENeg,SS>& src) { in Vec() argument
428 explicit Vec(const ENeg& ne) { in Vec()
H A DMat.h58 typedef typename CNT<E>::TNeg ENeg; typedef
109 typedef Mat<M,N,ENeg,CS,RS> TNeg;
300 Mat(const Mat<M,N,ENeg,CSS,RSS>& src) { in Mat() argument
327 explicit Mat(const ENeg& e) in Mat()
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/
H A DParser.y465 : '-' simpleApp { at ($1,$2) (ENeg $2) }
470 : '-' longApp { at ($1,$2) (ENeg $2) }
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DInfer.hs176 P.ENeg {} -> mono
238 P.ENeg e ->
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/ModuleSystem/
H A DRenamer.hs712 ENeg e -> ENeg <$> rename e