Home
last modified time | relevance | path

Searched refs:negator (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/include/SimTKcommon/internal/
H A Dnegator.h211 negator() { in negator() function
216 negator(const negator& n) : v(n.v) { } in negator() function
217 negator& operator=(const negator& n) { v=n.v; return *this; }
254 template <class NN> negator& operator =(const negator<NN>& t)
256 template <class NN> negator& operator+=(const negator<NN>& t)
258 template <class NN> negator& operator-=(const negator<NN>& t)
337 operator+(const negator<A>& l, const negator<B>& r)
349 operator-(const negator<A>& l, const negator<B>& r)
361 operator*(const negator<A>& l, const negator<B>& r)
373 operator/(const negator<A>& l, const negator<B>& r)
[all …]
H A Dconjugate.h132 template <class N> class negator; // Only defined for numbers variable
289 … const negator<float>& imag() const { return reinterpret_cast<const negator<float>&>(negIm); }
290 negator<float>& imag() { return reinterpret_cast<negator<float>&>(negIm); }
453 …const negator<double>& imag() const { return reinterpret_cast<const negator<double>&>(negIm);…
454 negator<double>& imag() { return reinterpret_cast<negator<double>&>(negIm); }
619 template <class R, class S> inline negator<typename Wider<R,S>::WCplx>
621 return negator<typename Wider<R,S>::WCplx>::recast
639 template <class R, class S> inline negator<typename Wider<R,S>::WCplx>
641 return negator<typename Wider<R,S>::WCplx>::recast
661 operator*(const negator< complex<R> >& a, const conjugate<S>& r)
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DTestScalar.cpp340 const negator<float>& nfm=reinterpret_cast<const negator<float>&>(fm); in testSignBit()
341 const negator<float>& nfz=reinterpret_cast<const negator<float>&>(fz); in testSignBit()
342 const negator<float>& nfp=reinterpret_cast<const negator<float>&>(fp); in testSignBit()
343 const negator<float>& nmfz=reinterpret_cast<const negator<float>&>(mfz); in testSignBit()
344 const negator<double>& ndm=reinterpret_cast<const negator<double>&>(dm); in testSignBit()
400 const negator<float>& nfm=reinterpret_cast<const negator<float>&>(fm); in testSign()
401 const negator<float>& nfz=reinterpret_cast<const negator<float>&>(fz); in testSign()
402 const negator<float>& nfp=reinterpret_cast<const negator<float>&>(fp); in testSign()
512 const negator<float>& nf=negator<float>::recast(f); in testIsNumericallyEqual()
513 const negator<float>& nfn=negator<float>::recast(fn); in testIsNumericallyEqual()
[all …]
H A DBNTTest.cpp71 const negator<Real>& nzero = reinterpret_cast<const negator<Real>&>(zero); in main()
72 const negator<Real>& ntwo = reinterpret_cast<const negator<Real>&>(two); in main()
73 const negator<float>& nfnan = reinterpret_cast<const negator<float>&>(fnan); in main()
74 …const negator< std::complex<float> >& ncfnan = reinterpret_cast<const negator<std::complex<float> … in main()
77 Array_< negator<Complex> > arrc; in main()
173 const negator<conjugate<Real> > negconj34(conj34); in main()
180 typedef negator<conjugate<Real> > NCR; in main()
199 const negator<conjugate<Real> >& nc_threeFour in main()
209 negator<conjugate<double> > ncdc = in main()
215 negator< complex<double> > ndc = in main()
[all …]
H A DTestBigMatrix.cpp41 template<> bool isNaN(const negator<double>& v) {return SimTK::isNaN(v);} in isNaN()
42 template<> bool isNaN(const negator<float>& v) {return SimTK::isNaN(v);} in isNaN()
119 template class MatrixBase<negator<double> >;
120 template class VectorBase<negator<double> >;
121 template class RowVectorBase<negator<double> >;
122 template class MatrixView_<negator<double> >;
123 template class VectorView_<negator<double> >;
124 template class RowVectorView_<negator<double> >;
125 template class Matrix_<negator<double> >;
126 template class Vector_<negator<double> >;
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/src/
H A DScalar.cpp87 template class negator<float>; variable
88 template class negator<double>; variable
90 template class negator< complex<float> >; variable
91 template class negator< complex<double> >; variable
93 template class negator< conjugate<float> >; variable
94 template class negator< conjugate<double> >; variable
96 template class CNT< negator<float> >;
97 template class CNT< negator<double> >;
102 template class CNT< negator< complex<float> > >;
103 template class CNT< negator< complex<double> > >;
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/LinearAlgebra/src/
H A DFactor.cpp321 template SimTK_SIMMATH_EXPORT FactorLU::FactorLU( const Matrix_<negator< double> >& m );
322 template SimTK_SIMMATH_EXPORT FactorLU::FactorLU( const Matrix_<negator< float> >& m );
323 template SimTK_SIMMATH_EXPORT FactorLU::FactorLU( const Matrix_<negator< std::complex<float> > >& m…
325 template SimTK_SIMMATH_EXPORT FactorLU::FactorLU( const Matrix_<negator< conjugate<float> > >& m );
326 template SimTK_SIMMATH_EXPORT FactorLU::FactorLU( const Matrix_<negator< conjugate<double> > >& m );
334 template SimTK_SIMMATH_EXPORT void FactorLU::factor( const Matrix_<negator< double> >& m );
335 template SimTK_SIMMATH_EXPORT void FactorLU::factor( const Matrix_<negator< float> >& m );
343 template FactorLURep<double>::FactorLURep( const Matrix_<negator<double> >& m);
345 template void FactorLURep<double>::factor( const Matrix_<negator<double> >& m);
349 template FactorLURep<float>::FactorLURep( const Matrix_<negator<float> >& m);
[all …]
H A DFactorQTZ.cpp439 template SimTK_SIMMATH_EXPORT FactorQTZ::FactorQTZ( const Matrix_<negator< double> >& m );
440 template SimTK_SIMMATH_EXPORT FactorQTZ::FactorQTZ( const Matrix_<negator< float> >& m );
443 template SimTK_SIMMATH_EXPORT FactorQTZ::FactorQTZ( const Matrix_<negator< conjugate<float> > >& m …
444 template SimTK_SIMMATH_EXPORT FactorQTZ::FactorQTZ( const Matrix_<negator< conjugate<double> > >& m…
453 template SimTK_SIMMATH_EXPORT FactorQTZ::FactorQTZ( const Matrix_<negator< float> >& m, float rcond…
465 template SimTK_SIMMATH_EXPORT void FactorQTZ::factor( const Matrix_<negator< double> >& m );
466 template SimTK_SIMMATH_EXPORT void FactorQTZ::factor( const Matrix_<negator< float> >& m );
487 template FactorQTZRep<double>::FactorQTZRep( const Matrix_<negator<double> >& m, double rcond);
489 template void FactorQTZRep<double>::factor( const Matrix_<negator<double> >& m);
493 template FactorQTZRep<float>::FactorQTZRep( const Matrix_<negator<float> >& m, float rcond );
[all …]
H A DFactorSVD.cpp343 template SimTK_SIMMATH_EXPORT FactorSVD::FactorSVD( const Matrix_<negator< double> >& m );
344 template SimTK_SIMMATH_EXPORT FactorSVD::FactorSVD( const Matrix_<negator< float> >& m );
345 template SimTK_SIMMATH_EXPORT FactorSVD::FactorSVD( const Matrix_<negator< std::complex<float> > >&…
347 template SimTK_SIMMATH_EXPORT FactorSVD::FactorSVD( const Matrix_<negator< conjugate<float> > >& m …
348 template SimTK_SIMMATH_EXPORT FactorSVD::FactorSVD( const Matrix_<negator< conjugate<double> > >& m…
357 template SimTK_SIMMATH_EXPORT FactorSVD::FactorSVD( const Matrix_<negator< float> >& m, float rcond…
377 template SimTK_SIMMATH_EXPORT void FactorSVD::factor( const Matrix_<negator< double> >& m );
378 template SimTK_SIMMATH_EXPORT void FactorSVD::factor( const Matrix_<negator< float> >& m );
381 template SimTK_SIMMATH_EXPORT void FactorSVD::factor( const Matrix_<negator< conjugate<float> > >& …
413 template FactorSVDRep<double>::FactorSVDRep( const Matrix_<negator<double> >& m, double rcond);
[all …]
H A DLATraits.h50 template <> struct LANT<negator<float> >{
54 template <> struct LANT<negator<double> >{
58 template <> struct LANT<negator<std::complex<float> > >{
62 template <> struct LANT<negator<std::complex<double> > >{
74 template <> struct LANT<negator<conjugate<float> > >{
78 template <> struct LANT<negator<conjugate<double> > >{
H A DLapackConvert.cpp32 …convertMatrixToLapack( std::complex<double>* lapackArray, const Matrix_<negator<conjugate<double>… in convertMatrixToLapack()
44 void LapackConvert::convertMatrixToLapack( std::complex<float>* lapackArray, const Matrix_<negator in convertMatrixToLapack()
69 template void LapackConvert::convertMatrixToLapack( float* lapackArray, const Matrix_<negator<floa…
70 template void LapackConvert::convertMatrixToLapack( double* lapackArray, const Matrix_<negator<doub…
73 …:convertMatrixToLapack( std::complex<float>* lapackArray, const Matrix_<negator<std::complex<floa…
74 …:convertMatrixToLapack( std::complex<double>* lapackArray, const Matrix_<negator<std::complex<doub…
H A DEigen.cpp710 template SimTK_SIMMATH_EXPORT Eigen::Eigen( const Matrix_<negator< double> >& m );
711 template SimTK_SIMMATH_EXPORT Eigen::Eigen( const Matrix_<negator< float> >& m );
712 template SimTK_SIMMATH_EXPORT Eigen::Eigen( const Matrix_<negator< std::complex<float> > >& m );
713 template SimTK_SIMMATH_EXPORT Eigen::Eigen( const Matrix_<negator< std::complex<double> > >& m );
714 template SimTK_SIMMATH_EXPORT Eigen::Eigen( const Matrix_<negator< conjugate<float> > >& m );
715 template SimTK_SIMMATH_EXPORT Eigen::Eigen( const Matrix_<negator< conjugate<double> > >& m );
764 template EigenRep<double>::EigenRep( const Matrix_<negator<double> >& m);
768 template EigenRep<float>::EigenRep( const Matrix_<negator<float> >& m );
774 template EigenRep<std::complex<double> >::EigenRep( const Matrix_<negator<conjugate<double> > >& m …
778 template EigenRep<std::complex<float> >::EigenRep( const Matrix_<negator<std::complex<float> > >& m…
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Scalar/include/SimTKcommon/
H A DScalar.h390 std::complex<P> square(const negator< std::complex<P> >& x) { in square()
397 std::complex<P> square(const negator< conjugate<P> >& x) { in square()
440 inline negator<float> cube(const negator<float>& x) { in cube()
441 return negator<float>::recast(cube(-x)); in cube()
443 inline negator<double> cube(const negator<double>& x) { in cube()
444 return negator<double>::recast(cube(-x)); in cube()
461 std::complex<P> cube(const negator< std::complex<P> >& x) { in cube()
479 std::complex<P> cube(const negator< conjugate<P> >& x) { in cube()
606 inline negator<float>& clampInPlace(float low, negator<float>& v, float high) in clampInPlace()
609 inline negator<double>& clampInPlace(double low, negator<double>& v, double high) in clampInPlace()
[all …]
/dports/databases/postgresql-semver/pg-semver-0.31.2/sql/
H A Dsemver.sql124 negator = <>,
140 negator = =,
154 negator = >,
166 negator = >=,
178 negator = <,
190 negator = <=,
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/pyrseas/dbobject/
H A Doperator.py22 leftarg=None, rightarg=None, commutator=None, negator=None, argument
47 self.negator = negator if negator != '0' else None
150 if self.negator is not None:
151 opt_clauses.append("NEGATOR = OPERATOR(%s)" % self.negator)
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/src/
H A DSmallMatrix.cpp33 template class Vec< 3,negator<Real> >;
40 template class Mat<5,5,negator< std::complex<double> > >;
41 template class Mat< 3,3,negator<Real> >;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/prep/
H A Dprepqual.c96 Oid negator = get_negator(opexpr->opno); in negate_clause() local
98 if (negator) in negate_clause()
102 newopexpr->opno = negator; in negate_clause()
121 Oid negator = get_negator(saopexpr->opno); in negate_clause() local
123 if (negator) in negate_clause()
127 newopexpr->opno = negator; in negate_clause()

12345678910>>...39