Home
last modified time | relevance | path

Searched refs:short_t (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsVisitorElUtils.h21 inline short_t voigt(short_t dim, short_t I, short_t J) in voigt()
48 short_t dim = R.cols(); in symmetricIdentityTensor()
49 short_t dimTensor = dim*(dim+1)/2; in symmetricIdentityTensor()
63 short_t dim = R.cols(); in matrixTraceTensor()
64 short_t dimTensor = dim*(dim+1)/2; in matrixTraceTensor()
76 short_t dim = S.cols(); in voigtStress()
77 short_t dimTensor = dim*(dim+1)/2; in voigtStress()
88 short_t dim = F.cols(); in setB()
89 short_t dimTensor = dim*(dim+1)/2; in setB()
92 for (short_t j = 0; j < dim; ++j) in setB()
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsTensor/
H A DgsTensorBasis.h32 template<short_t d, class T>
49 static const short_t Dim = d;
361 virtual void degreeElevate(short_t const & i = 1, short_t const dir = -1)
377 virtual void degreeIncrease(short_t const & i = 1, short_t const dir = -1)
393 virtual void degreeDecrease(short_t const & i = 1, short_t const dir = -1)
409 virtual void degreeReduce(short_t const & i = 1, short_t const dir = -1)
467 short_t degree(short_t i) const in degree()
472 short_t maxDegree() const in maxDegree()
481 short_t minDegree() const in minDegree()
490 short_t totalDegree() const in totalDegree()
[all …]
H A DgsTensorBasis.hpp33 template<short_t d, class T>
47 template<short_t d, class T>
65 template<short_t d, class T>
98 template<short_t d, class T>
107 template<short_t d, class T>
123 template<short_t d, class T>
147 template<short_t d, class T>
162 template<short_t d, class T>
203 template<short_t d, class T>
238 template<short_t d, class T>
[all …]
/dports/math/gismo/gismo-21.12.0/src/gsCore/
H A DgsConstantFunction.h45 static const gsConstantFunction Zero(short_t domDim, short_t tarDim) in Zero()
49 static uPtr makeZero(short_t domDim, short_t tarDim) in makeZero()
63 gsConstantFunction(T x, short_t domainDim) in gsConstantFunction()
71 gsConstantFunction(T x, T y, short_t domainDim) in gsConstantFunction()
112 static uPtr make(T x, short_t domainDim) in make()
116 static uPtr make(T x, T y, short_t domainDim) in make()
120 static uPtr make(T x, T y, T z, short_t domainDim) in make()
139 virtual short_t targetDim() const in targetDim()
140 { return static_cast<short_t>(m_coefs.cols()); } in targetDim()
146 void setValue(T val, short_t domainDim) in setValue()
[all …]
H A DgsBoundary.h87 short_t m_index;
108 short_t direction () const {return static_cast<short_t>((m_index-1) / 2);} in direction()
141 …static inline short_t index (short_t dir, bool par) {return static_cast<short_t>(par?2*dir+2:2*dir… in index()
164 static boxSide getLast (short_t dim) {return boxSide(static_cast<short_t>(2*dim));} in getLast()
171 static boxSide getEnd (short_t dim) {return boxSide(static_cast<short_t>(2*dim+1));} in getEnd()
312 for (short_t i=0; i<dim; ++i) in parameters_into()
335 for (short_t i=0;i<dim;++i) in getContainingSides()
405 for (short_t i=0;i<dim;++i) in getContainingSides()
492 short_t dim() const;
655 short_t dim) in boundaryInterface()
[all …]
H A DgsFunctionExpr.h58 gsFunctionExpr(const std::string & expression_string, short_t ddim);
63 short_t ddim);
69 short_t ddim);
76 short_t ddim);
88 short_t ddim);
95 static uPtr make(const std::string & expression_string, short_t ddim) in make()
104 const std::string & expression_string3, short_t ddim) in make()
117 const std::string & expression_string9, short_t ddim) in make()
141 void init(const short_t dim);
153 short_t domainDim() const;
[all …]
/dports/math/gismo/gismo-21.12.0/extensions/gsKLShell/
H A DgsMaterialMatrixUtils.h35 enum class MatIntegration : short_t
50 enum class Material : short_t
70 enum class Implementation : short_t
98 enum class MaterialOutput : short_t
127 static const constexpr short_t id = 10*(short_t)implementation + (short_t)material;
138 template<short_t id>
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C25 struct short_t struct
34 short_t s; argument
36 const short_t& short_repr() const in short_repr()
42 short_t& short_repr() in short_repr()
54 short_t& s = m_repr.short_repr(); in string()
71 short_t& s = m_repr.short_repr(); in string()
112 short_t short_backup(m_repr.short_repr()); in swap_data()
113 m_repr.short_repr().~short_t(); in swap_data()
120 short_t short_backup(other.m_repr.short_repr()); in swap_data()
121 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C30 struct short_t struct
39 short_t s; argument
41 const short_t& short_repr() const in short_repr()
47 short_t& short_repr() in short_repr()
59 short_t& s = m_repr.short_repr(); in string()
76 short_t& s = m_repr.short_repr(); in string()
117 short_t short_backup(m_repr.short_repr()); in swap_data()
118 m_repr.short_repr().~short_t(); in swap_data()
125 short_t short_backup(other.m_repr.short_repr()); in swap_data()
126 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr71002.C30 struct short_t struct
39 short_t s; argument
41 const short_t& short_repr() const in short_repr()
47 short_t& short_repr() in short_repr()
59 short_t& s = m_repr.short_repr(); in string()
76 short_t& s = m_repr.short_repr(); in string()
117 short_t short_backup(m_repr.short_repr()); in swap_data()
118 m_repr.short_repr().~short_t(); in swap_data()
125 short_t short_backup(other.m_repr.short_repr()); in swap_data()
126 other.m_repr.short_repr().~short_t(); in swap_data()
[all …]

12345678910>>...15