Home
last modified time | relevance | path

Searched defs:ldu (Results 1 – 25 of 1077) sorted by relevance

12345678910>>...44

/dports/math/tmv/tmv-0.75/src/
H A DTMV_SVDecompose.cpp295 int ldu = U.stepj(); in LapSVDecomposeFromBidiagonal() local
313 int ldu = U.stepi(); in LapSVDecomposeFromBidiagonal() local
332 int ldu = U1.stepj(); in LapSVDecomposeFromBidiagonal() local
361 int ldu = n; in LapSVDecomposeFromBidiagonal() local
413 int ldu = U1.stepj(); in LapSVDecomposeFromBidiagonal() local
444 int ldu = n; in LapSVDecomposeFromBidiagonal() local
502 int ldu = U.stepj(); in LapSVDecomposeFromBidiagonal() local
539 int ldu = U1.stepj(); in LapSVDecomposeFromBidiagonal() local
556 int ldu = n; in LapSVDecomposeFromBidiagonal() local
605 int ldu = U1.stepj(); in LapSVDecomposeFromBidiagonal() local
[all …]
H A DTMV_SymSVDecompose.cpp123 int ldu = U.stepj(); in AltLapEigenFromTridiagonal() local
185 int ldu = U1.stepj(); in AltLapEigenFromTridiagonal() local
229 int ldu = n; in AltLapEigenFromTridiagonal() local
285 int ldu = U.stepj(); in AltLapEigenFromTridiagonal() local
342 int ldu = U1.stepj(); in AltLapEigenFromTridiagonal() local
384 int ldu = n; in AltLapEigenFromTridiagonal() local
441 int ldu = U.stepj(); in AltLapEigenFromTridiagonal() local
482 int ldu = U1.stepj(); in AltLapEigenFromTridiagonal() local
521 int ldu = n; in AltLapEigenFromTridiagonal() local
574 int ldu = U.stepj(); in AltLapEigenFromTridiagonal() local
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Ddense-container.h48 DenseContainer(const Blackbox * D, typename Field::Element * U, size_t ldu, in DenseContainer()
60 DenseContainer(const Blackbox * D, typename Field::Element * U, size_t ldu, in DenseContainer()
74 DenseContainer(const Blackbox * D, typename Field::Element * U, size_t ldu, in DenseContainer()
/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Dlapack_operations.cpp43 int lda, double* sigma, hmat::S_t* u, int ldu, hmat::S_t* vt, in svdCall()
69 int lda, double* sigma, hmat::D_t* u, int ldu, hmat::D_t* vt, in svdCall()
89 int lda, double* sigma, hmat::C_t* u, int ldu, hmat::C_t* vt, in svdCall()
116 int lda, double* sigma, hmat::Z_t* u, int ldu, hmat::Z_t* vt, in svdCall()
138 double* sigma, hmat::S_t* u, int ldu, hmat::S_t* vt, int ldvt) { in sddCall()
164 double* sigma, hmat::D_t* u, int ldu, hmat::D_t* vt, int ldvt) { in sddCall()
184 double* sigma, hmat::C_t* u, int ldu, hmat::C_t* vt, int ldvt) { in sddCall()
211 double* sigma, hmat::Z_t* u, int ldu, hmat::Z_t* vt, int ldvt) { in sddCall()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ldu.c56 static void vmw_ldu_destroy(struct vmw_legacy_display_unit *ldu) in vmw_ldu_destroy()
156 struct vmw_legacy_display_unit *ldu) in vmw_ldu_del_active()
175 struct vmw_legacy_display_unit *ldu, in vmw_ldu_add_active()
212 struct vmw_legacy_display_unit *ldu; in vmw_ldu_crtc_set_config() local
341 struct vmw_legacy_display_unit *ldu; in vmw_ldu_init() local
/dports/math/blaze/blaze-3.8/blaze/math/lapack/clapack/
H A Dgesvd.h180 blas_int_t lda, float* s, float* U, blas_int_t ldu, float* V, in gesvd()
259 blas_int_t lda, double* s, double* U, blas_int_t ldu, double* V, in gesvd()
339 blas_int_t lda, float* s, complex<float>* U, blas_int_t ldu, in gesvd()
428 blas_int_t lda, double* s, complex<double>* U, blas_int_t ldu, in gesvd()
H A Dgesdd.h186 float* s, float* U, blas_int_t ldu, float* V, blas_int_t ldv, float* work, in gesdd()
267 double* s, double* U, blas_int_t ldu, double* V, blas_int_t ldv, in gesdd()
349 float* s, complex<float>* U, blas_int_t ldu, complex<float>* V, blas_int_t ldv, in gesdd()
440 … double* s, complex<double>* U, blas_int_t ldu, complex<double>* V, blas_int_t ldv, in gesdd()
H A Dgesvdx.h216 float* U, blas_int_t ldu, float* V, blas_int_t ldv, in gesvdx()
314 double* U, blas_int_t ldu, double* V, blas_int_t ldv, in gesvdx()
413 complex<float>* U, blas_int_t ldu, complex<float>* V, blas_int_t ldv, in gesvdx()
520 complex<double>* U, blas_int_t ldu, complex<double>* V, blas_int_t ldv, in gesvdx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c61 static void vmw_ldu_destroy(struct vmw_legacy_display_unit *ldu) in vmw_ldu_destroy()
140 struct vmw_legacy_display_unit *ldu) in vmw_ldu_del_active()
159 struct vmw_legacy_display_unit *ldu, in vmw_ldu_add_active()
294 struct vmw_legacy_display_unit *ldu; in vmw_ldu_primary_plane_atomic_update() local
362 struct vmw_legacy_display_unit *ldu; in vmw_ldu_init() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c61 static void vmw_ldu_destroy(struct vmw_legacy_display_unit *ldu) in vmw_ldu_destroy()
140 struct vmw_legacy_display_unit *ldu) in vmw_ldu_del_active()
159 struct vmw_legacy_display_unit *ldu, in vmw_ldu_add_active()
294 struct vmw_legacy_display_unit *ldu; in vmw_ldu_primary_plane_atomic_update() local
362 struct vmw_legacy_display_unit *ldu; in vmw_ldu_init() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c61 static void vmw_ldu_destroy(struct vmw_legacy_display_unit *ldu) in vmw_ldu_destroy()
140 struct vmw_legacy_display_unit *ldu) in vmw_ldu_del_active()
159 struct vmw_legacy_display_unit *ldu, in vmw_ldu_add_active()
294 struct vmw_legacy_display_unit *ldu; in vmw_ldu_primary_plane_atomic_update() local
362 struct vmw_legacy_display_unit *ldu; in vmw_ldu_init() local
/dports/math/lapack++/lapackpp-2.5.4/src/
H A Dlasvd.cc95 integer ldu = U.inc(0) * U.gdim(0); in LaSVD_IP() local
153 integer ldu = 1; in LaSVD_IP() local
221 integer ldu = U.inc(0) * U.gdim(0); in LaSVD_IP() local
283 integer ldu = 1; in LaSVD_IP() local
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/imports/
H A Dflame.cpp49 double* U, int ldu, double* V, int ldv, in FlaBidiagSVD()
60 Complex<double>* U, int ldu, Complex<double>* V, int ldv, in FlaBidiagSVD()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/VE/
H A DLD.s24 ldu %s11, 20(%s10, %s11) label
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/computational/
H A Dbdsqr.hpp60 const fortran_int_t ldvt, float* u, const fortran_int_t ldu, float* c, in bdsqr()
76 const fortran_int_t ldvt, double* u, const fortran_int_t ldu, in bdsqr()
93 const fortran_int_t ldu, std::complex<float>* c, in bdsqr()
110 std::complex<double>* u, const fortran_int_t ldu, in bdsqr()
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/lapack/driver/
H A Dgesvd.hpp59 const fortran_int_t lda, float* s, float* u, const fortran_int_t ldu, in gesvd()
76 const fortran_int_t ldu, double* vt, const fortran_int_t ldvt, in gesvd()
92 const fortran_int_t ldu, std::complex<float>* vt, in gesvd()
109 const fortran_int_t ldu, std::complex<double>* vt, in gesvd()

12345678910>>...44