Home
last modified time | relevance | path

Searched refs:theZ (Results 1 – 25 of 147) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Vertex.hxx44 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
50 const Standard_Real theZ) in Graphic3d_Vertex() argument
52 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
58 const Standard_ShortReal theZ) in SetCoord() argument
62 xyz[2] = theZ; in SetCoord()
68 const Standard_Real theZ) in SetCoord() argument
72 xyz[2] = Standard_ShortReal (theZ); in SetCoord()
78 Standard_ShortReal& theZ) const in Coord()
82 theZ = xyz[2]; in Coord()
88 Standard_Real& theZ) const in Coord()
[all …]
H A DGraphic3d_TransformUtils.hxx226 theOut.ChangeValue (0, 2) *= theZ; in Scale()
227 theOut.ChangeValue (1, 2) *= theZ; in Scale()
228 theOut.ChangeValue (2, 2) *= theZ; in Scale()
229 theOut.ChangeValue (3, 2) *= theZ; in Scale()
299 if (theZ < static_cast<T> (0.0)) in ConstructRotate()
313 T aNorm = std::sqrt (theX * theX + theY * theY + theZ * theZ); in ConstructRotate()
324 theZ *= aNorm; in ConstructRotate()
328 const T aZZ = theZ * theZ; in ConstructRotate()
330 const T aYZ = theY * theZ; in ConstructRotate()
331 const T aZX = theZ * theX; in ConstructRotate()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_Vertex.hxx44 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
50 const Standard_Real theZ) in Graphic3d_Vertex() argument
52 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
58 const Standard_ShortReal theZ) in SetCoord() argument
62 xyz[2] = theZ; in SetCoord()
68 const Standard_Real theZ) in SetCoord() argument
72 xyz[2] = Standard_ShortReal (theZ); in SetCoord()
78 Standard_ShortReal& theZ) const in Coord()
82 theZ = xyz[2]; in Coord()
88 Standard_Real& theZ) const in Coord()
[all …]
H A DNCollection_Vec3.hxx24 … NCollection_Vec3<Element_t> theX##theY##theZ() const { return NCollection_Vec3<Element_t>(theX(),…
25 …const NCollection_Vec3<Element_t> theX##theZ##theY() const { return NCollection_Vec3<Element_t>(th…
26 … NCollection_Vec3<Element_t> theY##theX##theZ() const { return NCollection_Vec3<Element_t>(theY(),…
27 …const NCollection_Vec3<Element_t> theY##theZ##theX() const { return NCollection_Vec3<Element_t>(th…
28 …const NCollection_Vec3<Element_t> theZ##theY##theX() const { return NCollection_Vec3<Element_t>(th…
29 …const NCollection_Vec3<Element_t> theZ##theX##theY() const { return NCollection_Vec3<Element_t>(th…
65 v[2] = theZ; in NCollection_Vec3()
73 v[2] = theZ; in NCollection_Vec3()
92 const Element_t theZ) in SetValues() argument
96 v[2] = theZ; in SetValues()
[all …]
H A DGraphic3d_TransformUtils.hxx226 theOut.ChangeValue (0, 2) *= theZ; in Scale()
227 theOut.ChangeValue (1, 2) *= theZ; in Scale()
228 theOut.ChangeValue (2, 2) *= theZ; in Scale()
229 theOut.ChangeValue (3, 2) *= theZ; in Scale()
299 if (theZ < static_cast<T> (0.0)) in ConstructRotate()
313 T aNorm = std::sqrt (theX * theX + theY * theY + theZ * theZ); in ConstructRotate()
324 theZ *= aNorm; in ConstructRotate()
328 const T aZZ = theZ * theZ; in ConstructRotate()
330 const T aYZ = theY * theZ; in ConstructRotate()
331 const T aZX = theZ * theX; in ConstructRotate()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_Vertex.hxx49 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
55 const Standard_Real theZ) in Graphic3d_Vertex() argument
57 SetCoord (theX, theY, theZ); in Graphic3d_Vertex()
63 const Standard_ShortReal theZ) in SetCoord() argument
67 xyz[2] = theZ; in SetCoord()
73 const Standard_Real theZ) in SetCoord() argument
77 xyz[2] = Standard_ShortReal (theZ); in SetCoord()
83 Standard_ShortReal& theZ) const in Coord()
87 theZ = xyz[2]; in Coord()
93 Standard_Real& theZ) const in Coord()
[all …]
H A DNCollection_Vec3.hxx24 … NCollection_Vec3<Element_t> theX##theY##theZ() const { return NCollection_Vec3<Element_t>(theX(),…
25 …const NCollection_Vec3<Element_t> theX##theZ##theY() const { return NCollection_Vec3<Element_t>(th…
26 … NCollection_Vec3<Element_t> theY##theX##theZ() const { return NCollection_Vec3<Element_t>(theY(),…
27 …const NCollection_Vec3<Element_t> theY##theZ##theX() const { return NCollection_Vec3<Element_t>(th…
28 …const NCollection_Vec3<Element_t> theZ##theY##theX() const { return NCollection_Vec3<Element_t>(th…
29 …const NCollection_Vec3<Element_t> theZ##theX##theY() const { return NCollection_Vec3<Element_t>(th…
65 v[2] = theZ; in NCollection_Vec3()
73 v[2] = theZ; in NCollection_Vec3()
92 const Element_t theZ) in SetValues() argument
96 v[2] = theZ; in SetValues()
[all …]
H A DGraphic3d_TransformUtils.hxx221 theOut.ChangeValue (0, 2) *= theZ; in Scale()
222 theOut.ChangeValue (1, 2) *= theZ; in Scale()
223 theOut.ChangeValue (2, 2) *= theZ; in Scale()
224 theOut.ChangeValue (3, 2) *= theZ; in Scale()
294 if (theZ < static_cast<T> (0.0)) in ConstructRotate()
308 T aNorm = std::sqrt (theX * theX + theY * theY + theZ * theZ); in ConstructRotate()
319 theZ *= aNorm; in ConstructRotate()
323 const T aZZ = theZ * theZ; in ConstructRotate()
325 const T aYZ = theY * theZ; in ConstructRotate()
326 const T aZX = theZ * theX; in ConstructRotate()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_Vec3.hxx24 … NCollection_Vec3<Element_t> theX##theY##theZ() const { return NCollection_Vec3<Element_t>(theX(),…
25 …const NCollection_Vec3<Element_t> theX##theZ##theY() const { return NCollection_Vec3<Element_t>(th…
26 … NCollection_Vec3<Element_t> theY##theX##theZ() const { return NCollection_Vec3<Element_t>(theY(),…
27 …const NCollection_Vec3<Element_t> theY##theZ##theX() const { return NCollection_Vec3<Element_t>(th…
28 …const NCollection_Vec3<Element_t> theZ##theY##theX() const { return NCollection_Vec3<Element_t>(th…
29 …const NCollection_Vec3<Element_t> theZ##theX##theY() const { return NCollection_Vec3<Element_t>(th…
65 v[2] = theZ; in NCollection_Vec3()
73 v[2] = theZ; in NCollection_Vec3()
92 const Element_t theZ) in SetValues() argument
96 v[2] = theZ; in SetValues()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50819.cc10 theX(x),theY(y),theZ(z),theT(t){} in LorentzVector()
14 theZ += a.theZ; in operator +=()
21 Value theZ; member
28 LorentzVector(a.theX+b.theX,a.theY+b.theY,a.theZ+b.theZ,a.theT+b.theT); in operator +()
33 return LorentzVector(a.theX*s,a.theY*s,a.theZ*s,a.theT*s); in operator *()

123456