Home
last modified time | relevance | path

Searched refs:centerVec (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/libecpint/libecpint-1.0.7/include/libecpint/
H A Dgshell.hpp42 double* centerVec; member
74 centerVec = other.centerVec; in GaussianShell()
83 centerVec = localCenter; in GaussianShell()
101 double* center() const { return centerVec; }; in center()
120 GaussianShell result(centerVec, l); in copy()
127 result.centerVec = result.localCenter; in copy()
/dports/science/libecpint/libecpint-1.0.7/tests/lib/hess_test1/
H A Dtest1.cpp18 if (shift_s1) s1.centerVec[axis1] += h; in finite_diff()
19 if (shift_s2) s2.centerVec[axis2] += h; in finite_diff()
24 if (shift_s1) s1.centerVec[axis1] -= 2*h; in finite_diff()
28 if (shift_s2) s2.centerVec[axis2] -= 2*h; in finite_diff()
32 if (shift_s1) s1.centerVec[axis1] += 2*h; in finite_diff()
36 if (shift_s1) s1.centerVec[axis1] -= h; in finite_diff()
37 if (shift_s2) s2.centerVec[axis2] += h; in finite_diff()
/dports/science/libecpint/libecpint-1.0.7/doc/sphinx/source/api/
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_new_include_libecpint_gshell.hpp.rst49 double* centerVec;
66 centerVec = other.centerVec;
75 centerVec = localCenter;
85 double* center() const { return centerVec; };
94 GaussianShell result(centerVec, l);
101 result.centerVec = result.localCenter;
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_include_libecpint_gshell.hpp.rst49 double* centerVec;
66 centerVec = other.centerVec;
75 centerVec = localCenter;
85 double* center() const { return centerVec; };
94 GaussianShell result(centerVec, l);
101 result.centerVec = result.localCenter;
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_src_lib_gshell.cpp.rst41 …GaussianShell::GaussianShell(double *A, const int _l) : centerVec(A), l(_l), local_ptr(false), min…
43 centerVec = localCenter;
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_new_src_lib_gshell.cpp.rst41 …GaussianShell::GaussianShell(double *A, int _l) : centerVec(A), l(_l), local_ptr(false), min_exp(1…
43 centerVec = localCenter;
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_new_src_lib_api.cpp.rst117 double diff = std::abs(centers[i][0] - s.centerVec[0]);
118 diff += std::abs(centers[i][1] - s.centerVec[1]);
119 diff += std::abs(centers[i][2] - s.centerVec[2]);
129 centers.push_back({s.centerVec[0], s.centerVec[1], s.centerVec[2]});
H A Dprogram_listing_file__Users_robertshaw_devfiles_libecpint_src_lib_api.cpp.rst120 double diff = std::abs(centers[i][0] - s.centerVec[0]);
121 diff += std::abs(centers[i][1] - s.centerVec[1]);
122 diff += std::abs(centers[i][2] - s.centerVec[2]);
132 centers.push_back({s.centerVec[0], s.centerVec[1], s.centerVec[2]});
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/vmmlib/include/vmmlib/
H A Dintersection.hpp63 const vec3 centerVec = center - _origin; in test_sphere() local
64 const T vecProjection = centerVec.dot(_direction); in test_sphere()
66 const T sqDistance = centerVec.squared_length(); in test_sphere()
/dports/science/libecpint/libecpint-1.0.7/src/lib/
H A Dgshell.cpp29 …GaussianShell::GaussianShell(double *A, const int _l) : centerVec(A), l(_l), local_ptr(false), min… in GaussianShell()
31 centerVec = localCenter; in GaussianShell()
H A Dapi.cpp110 double diff = std::abs(centers[i][0] - s.centerVec[0]); in init()
111 diff += std::abs(centers[i][1] - s.centerVec[1]); in init()
112 diff += std::abs(centers[i][2] - s.centerVec[2]); in init()
122 centers.push_back({s.centerVec[0], s.centerVec[1], s.centerVec[2]}); in init()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DSpatialData.cpp202 osg::Vec3d centerVec = center; in generateBoundaries() local
203 centerVec.normalize(); in generateBoundaries()
226 _boundaryPoints[p++] = center + centerVec*hae; in generateBoundaries()
227 _boundaryPoints[p++] = center +centerVec*hbe; in generateBoundaries()
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_linear_fes.cpp112 Vector centerVec; in testGridFunctions() local
113 gf.GetVectorValue( eltId, Geometries.GetCenter(geom), centerVec); in testGridFunctions()
114 REQUIRE( centerVec.Norml2() > 0. ); in testGridFunctions()
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dgrid.cpp980 vec3_t centerVec, halfVec, newCenterVec; in Grid_RecalcRouting() local
984 VectorCenterFromMinsMaxs(model->mins, model->maxs, centerVec); in Grid_RecalcRouting()
987 VectorSubtract(model->maxs, centerVec, halfVec); in Grid_RecalcRouting()
991 VectorRotate(m, centerVec, newCenterVec); in Grid_RecalcRouting()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Tools/RampGenerator/
H A DRampGenerator.cpp333 Vector3 centerVec(0, 0, 0); in WriteIES() local
334 centerVec.Normalize(); in WriteIES()
/dports/games/ufoai/ufoai-2.5-source/src/shared/
H A Dmathlib.cpp557 vec3_t centerVec, halfVec, newCenterVec, newHalfVec; in CalculateMinsMaxs() local
561 VectorCenterFromMinsMaxs(mins, maxs, centerVec); in CalculateMinsMaxs()
564 VectorSubtract(maxs, centerVec, halfVec); in CalculateMinsMaxs()
568 VectorRotate(m, centerVec, newCenterVec); in CalculateMinsMaxs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dmodel.cpp251 vec3 centerVec = maxVec_ + minVec_; in calculate_texcoords() local
252 centerVec *= 0.5; in calculate_texcoords()
264 vec3 vnorm(curVertex.v - centerVec); in calculate_texcoords()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qcustomplot/
H A Dqcustomplot.cpp23402 … double a = distSqrToLine((centerVec-widthVec).toPointF(), (centerVec+widthVec).toPointF(), pos); in selectTest()
23444 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); in draw()
23454 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(… in draw()
23455 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec… in draw()
23464 …path.cubicTo((centerVec+widthVec-lengthVec*0.8f).toPointF(), (centerVec+0.4f*widthVec+lengthVec).t… in draw()
23465 …path.cubicTo((centerVec-0.4f*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8f).t… in draw()
23476 …path.cubicTo((centerVec+widthVec-lengthVec*0.8f).toPointF(), (centerVec+0.4f*widthVec+0.8f*lengthV… in draw()
23477 …path.cubicTo((centerVec-0.4f*widthVec+0.8f*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.… in draw()
23479 …path.cubicTo((centerVec-widthVec-lengthVec*0.5f).toPointF(), (centerVec-0.2f*widthVec+1.2f*lengthV… in draw()
23480 …path.cubicTo((centerVec+0.2f*widthVec+1.2f*lengthVec).toPointF(), (centerVec+widthVec-lengthVec*0.… in draw()
[all …]
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Dqcustomplot.cpp16778 …return qSqrt(distSqrToLine((centerVec-widthVec).toPointF(), (centerVec+widthVec).toPointF(), pos)); in selectTest()
16805 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); in draw()
16815 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(… in draw()
16816 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec… in draw()
16825 …path.cubicTo((centerVec+widthVec*1-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+1*lengthVec)… in draw()
16826 …path.cubicTo((centerVec-0.4*widthVec+1*lengthVec).toPointF(), (centerVec-widthVec*1-lengthVec*0.8)… in draw()
16837 …path.cubicTo((centerVec+widthVec*1-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVe… in draw()
16838 …path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec*1-lengthVec*0.… in draw()
16840 …path.cubicTo((centerVec-widthVec*1-lengthVec*0.5).toPointF(), (centerVec-0.2*widthVec+1.2*lengthVe… in draw()
16841 …path.cubicTo((centerVec+0.2*widthVec+1.2*lengthVec).toPointF(), (centerVec+widthVec*1-lengthVec*0.… in draw()
[all …]
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dmodel.cpp267 vec3 centerVec = maxVec_ + minVec_; in calculate_texcoords() local
268 centerVec *= 0.5; in calculate_texcoords()
280 vec3 vnorm(curVertex.v - centerVec); in calculate_texcoords()
/dports/comms/wsjtz/wsjtx/qcustomplot-source/
H A Dqcustomplot.cpp29671 double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec); in selectTest()
29672 double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec); in selectTest()
29673 double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec); in selectTest()
29712 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); in draw()
29722 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(… in draw()
29723 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec… in draw()
29732 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toP… in draw()
29733 …path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toP… in draw()
29744 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec)… in draw()
29745 …path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8)… in draw()
[all …]
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qcustomplot-source/
H A Dqcustomplot.cpp30096 double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec); in selectTest()
30097 double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec); in selectTest()
30098 double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec); in selectTest()
30137 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); in draw()
30147 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(… in draw()
30148 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec… in draw()
30157 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toP… in draw()
30158 …path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toP… in draw()
30169 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec)… in draw()
30170 …path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8)… in draw()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dqcustomplot.cpp30870 double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec); in selectTest()
30871 double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec); in selectTest()
30872 double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec); in selectTest()
30912 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); in draw()
30922 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(… in draw()
30923 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec… in draw()
30932 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toP… in draw()
30933 …path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toP… in draw()
30944 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec)… in draw()
30945 …path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8)… in draw()
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dqcustomplot.cpp30860 double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec);
30861 double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec);
30862 double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec);
30902 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF());
30912 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(…
30913 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec…
30922 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toP…
30923 …path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toP…
30934 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec)…
30935 …path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8)…
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/widgets/
H A Dqcustomplot.cpp30854 double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec); in selectTest()
30855 double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec); in selectTest()
30856 double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec); in selectTest()
30896 painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); in draw()
30906 …path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF(… in draw()
30907 …path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec… in draw()
30916 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toP… in draw()
30917 …path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toP… in draw()
30928 …path.cubicTo((centerVec+widthVec-lengthVec*0.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec)… in draw()
30929 …path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8)… in draw()
[all …]

12