Home
last modified time | relevance | path

Searched refs:cp8 (Results 1 – 25 of 90) sorted by relevance

1234

/dports/graphics/qgis/qgis-3.22.3/src/analysis/interpolation/
H A DCloughTocherInterpolator.cpp73 …BernsteinPoly( 2, 1, 0, 1, barycoord.x(), barycoord.y(), barycoord.z() ) + cp8.z() * calcBernstein… in calcNormVec()
437 cp8.setX( cp10.x() + ( point2.x() - cp10.x() ) / 3 ); in init()
438 cp8.setY( cp10.y() + ( point2.y() - cp10.y() ) / 3 ); in init()
443 MathUtils::derVec( &cp4cp5, &cp4cp13, &cp4cp8, cp8.x() - cp4.x(), cp8.y() - cp4.y() ); in init()
444 cp8.setZ( cp4.z() + cp4cp8.getZ() ); in init()
456 const Vector3D cp7cp8( cp8.x() - cp7.x(), cp8.y() - cp7.y(), cp8.z() - cp7.z() ); in init()
707 cp8.setX( cp10.getX() + ( point2.getX() - cp10.getX() ) / 3 );
708 cp8.setY( cp10.getY() + ( point2.getY() - cp10.getY() ) / 3 );
713 … MathUtils::derVec( &cp4cp5, &cp4cp13, &cp4cp8, cp8.getX() - cp4.getX(), cp8.getY() - cp4.getY() );
714 cp8.setZ( cp4.getZ() + cp4cp8.getZ() );
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/interpolation/
H A DCloughTocherInterpolator.cpp73 …BernsteinPoly( 2, 1, 0, 1, barycoord.x(), barycoord.y(), barycoord.z() ) + cp8.z() * calcBernstein… in calcNormVec()
437 cp8.setX( cp10.x() + ( point2.x() - cp10.x() ) / 3 ); in init()
438 cp8.setY( cp10.y() + ( point2.y() - cp10.y() ) / 3 ); in init()
443 MathUtils::derVec( &cp4cp5, &cp4cp13, &cp4cp8, cp8.x() - cp4.x(), cp8.y() - cp4.y() ); in init()
444 cp8.setZ( cp4.z() + cp4cp8.getZ() ); in init()
456 Vector3D cp7cp8( cp8.x() - cp7.x(), cp8.y() - cp7.y(), cp8.z() - cp7.z() ); in init()
707 cp8.setX( cp10.getX() + ( point2.getX() - cp10.getX() ) / 3 );
708 cp8.setY( cp10.getY() + ( point2.getY() - cp10.getY() ) / 3 );
713 … MathUtils::derVec( &cp4cp5, &cp4cp13, &cp4cp8, cp8.getX() - cp4.getX(), cp8.getY() - cp4.getY() );
714 cp8.setZ( cp4.getZ() + cp4cp8.getZ() );
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/test/Semantics/
H A Dallocate03.f9034 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
100 allocate(cp7, cp8(2))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dallocate03.f9035 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
101 allocate(cp7, cp8(2))
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dallocate03.f9034 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
100 allocate(cp7, cp8(2))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/test/Semantics/
H A Dallocate03.f9034 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
100 allocate(cp7, cp8(2))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dallocate03.f9035 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
101 allocate(cp7, cp8(2))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/test/Semantics/
H A Dallocate03.f9034 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
100 allocate(cp7, cp8(2))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/test/Semantics/
H A Dallocate03.f9034 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
100 allocate(cp7, cp8(2))
/dports/devel/f18/f18-1688bef/test/semantics/
H A Dallocate03.f9047 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
113 allocate(cp7, cp8(2))
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/test/Semantics/
H A Dallocate03.f9035 type(SomeType(1,*,*)), pointer :: cp7, cp8(:) local
101 allocate(cp7, cp8(2))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
H A Dplaceholders.pass.cpp53 constexpr decltype(std::placeholders::_8) cp8 = std::placeholders::_8;
67 ((void)cp8); in use_placeholders_to_prevent_unused_warning()
/dports/devel/loki/loki-0.1.7/test/Pimpl/
H A Dmain.cpp361 const PO3* cp8 = new PO3; in test_more() local
373 cp8->f(); in test_more()
385 delete cp8; in test_more()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A D.indent.pro1 -bap -sob -l78 -c1 -cp8 -bl -nce -cli4 -ss -npcs -di12 -nbc -psl -i4 -ts4 -lp -nip -lps -T uint8 -T…
/dports/math/cgal/CGAL-5.3/demo/Periodic_Lloyd_3/
H A DPeriodic_Lloyd_3.qrc14 <file>icons/cp8.png</file>

1234