Home
last modified time | relevance | path

Searched refs:old_vec (Results 1 – 25 of 103) sorted by relevance

12345

/dports/science/quantum-espresso/q-e-qe-6.7.0/upflib/
H A Dsplinelib.f90200 SUBROUTINE dosplineint_1D( old_mesh, old_vec, new_mesh, new_vec ) argument
206 REAL (DP), INTENT(IN) :: old_vec(:) local
214 old_dim = SIZE( old_vec )
229 CALL spline( old_mesh , old_vec(:), 0.0_DP, 0.0_DP, d2y )
233 new_vec(i) = splint( old_mesh, old_vec(:), d2y, new_mesh(i) )
242 SUBROUTINE dosplineint_2D( old_mesh, old_vec, new_mesh, new_vec ) argument
248 REAL (DP), INTENT(IN) :: old_vec(:,:) local
256 dim = SIZE( old_vec, 1 )
262 old_dim = SIZE( old_vec, 2 )
279 CALL spline( old_mesh , old_vec(i,:), 0.0_DP, 0.0_DP, d2y )
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymapliteevents.cpp311 QPointF old_vec = points[1].lastPos() - points[0].lastPos(); in touchEvent() local
314 double old_vec_len = sqrt((old_vec.x() * old_vec.x()) + (old_vec.y() * old_vec.y())); in touchEvent()
318 old_vec = QPointF(old_vec.x() / old_vec_len, old_vec.y() / old_vec_len); in touchEvent()
321 double old_atan = qAtan2(old_vec.y(), old_vec.x()); in touchEvent()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dhash.c438 void **old_vec = ht->ht_vec; in hash_rehash() local
450 for (ovp = old_vec; ovp < &old_vec[old_ht_size]; ovp++) in hash_rehash()
460 for (ovp = old_vec; ovp < &old_vec[old_ht_size]; ovp++) in hash_rehash()
469 for (ovp = old_vec; ovp < &old_vec[old_ht_size]; ovp++) in hash_rehash()
479 free (old_vec); in hash_rehash()
/dports/devel/idutils/idutils-4.6/libidu/
H A Didu-hash.c238 void **old_vec = ht->ht_vec; in hash_rehash() local
249 for (ovp = old_vec; ovp < &old_vec[old_ht_size]; ovp++) in hash_rehash()
258 free (old_vec); in hash_rehash()
/dports/print/a2ps/a2ps-4.13/lib/
H A Dhashtab.c225 void **old_vec = ht->ht_vec; in hash_rehash() local
234 for (ovp = old_vec; ovp < &old_vec[old_ht_size]; ovp++) in hash_rehash()
241 free (old_vec); in hash_rehash()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/SparseLU/
H A DSparseLU_Memory.h75 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
77 old_vec = vec.segment(0,nbElts); in expand()
118 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/SparseLU/
H A DSparseLU_Memory.h75 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
77 old_vec = vec.segment(0,nbElts); in expand()
131 vec.segment(0, nbElts) = old_vec; in expand()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/SparseLU/
H A DSparseLU_Memory.h75 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
77 old_vec = vec.segment(0,nbElts); in expand()
131 vec.segment(0, nbElts) = old_vec; in expand()
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h74 VectorType old_vec; // Temporary vector to hold the previous values in expand() local
76 old_vec = vec.segment(0,nbElts); in expand()
130 vec.segment(0, nbElts) = old_vec; in expand()

12345