Home
last modified time | relevance | path

Searched refs:lsame (Results 151 – 175 of 496) sorted by relevance

12345678910>>...20

/dports/math/xtensor-blas/xtensor-blas-0.20.0/include/xflens/cxxlapack/interface/
H A Dlsame.h43 lsame(char ca,
/dports/science/siesta/siesta-4.1.5/Src/Libs/
H A Dlapack_remove.files3 lsame.f
H A Dlapack_remove.routines3 lsame
/dports/math/maxima/maxima-5.43.2/share/lapack/blas/
H A Dzherk.lisp41 ((lsame trans "N")
45 (setf upper (lsame uplo "U"))
48 ((and (not upper) (not (lsame uplo "L")))
50 ((and (not (lsame trans "N")) (not (lsame trans "C")))
167 ((lsame trans "N")
H A Dzgemm.lisp40 (setf nota (lsame transa "N"))
41 (setf notb (lsame transb "N"))
42 (setf conja (lsame transa "C"))
43 (setf conjb (lsame transb "C"))
58 ((and (not nota) (not conja) (not (lsame transa "T")))
60 ((and (not notb) (not conjb) (not (lsame transb "T")))
H A Dzher2k.lisp42 ((lsame trans "N")
46 (setf upper (lsame uplo "U"))
49 ((and (not upper) (not (lsame uplo "L")))
51 ((and (not (lsame trans "N")) (not (lsame trans "C")))
171 ((lsame trans "N")
H A Ddspr2.lisp38 ((and (not (lsame uplo "U")) (not (lsame uplo "L")))
75 ((lsame uplo "U")
/dports/math/maxima/maxima-5.43.2/share/lapack/lapack/
H A Dztrevc.lisp59 (setf bothv (lsame side "B"))
60 (setf rightv (or (lsame side "R") bothv))
61 (setf leftv (or (lsame side "L") bothv))
62 (setf allv (lsame howmny "A"))
63 (setf over (lsame howmny "B"))
64 (setf somev (lsame howmny "S"))
H A Dzlaset.lisp31 ((lsame uplo "U")
59 ((lsame uplo "L")
H A Ddlarft.lisp38 ((lsame direct "F")
65 ((lsame storev "C")
151 ((lsame storev "C")
/dports/math/blis/blis-0.8.1/frame/compat/f2c/
H A Dbla_hpr.c158 if (! PASTEF770(lsame)(uplo, "U", (ftnlen)1, (ftnlen)1) && ! PASTEF770(lsame)(uplo, "L", ( in PASTEF77()
189 if (PASTEF770(lsame)(uplo, "U", (ftnlen)1, (ftnlen)1)) { in PASTEF77()
470 if (! PASTEF770(lsame)(uplo, "U", (ftnlen)1, (ftnlen)1) && ! PASTEF770(lsame)(uplo, "L", ( in PASTEF77()
501 if (PASTEF770(lsame)(uplo, "U", (ftnlen)1, (ftnlen)1)) { in PASTEF77()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevimdi.c212 int nsame = 0, lsame = 0; in imdi_print_page() local
298 nsame ++; lsame += ex - sx; in imdi_print_page()
395 dprintf4("same=%d/%d diff=%d/%d\n", lsame, nsame, ldiff, ndiff); in imdi_print_page()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevimdi.c212 int nsame = 0, lsame = 0; in imdi_print_page() local
298 nsame ++; lsame += ex - sx; in imdi_print_page()
395 dprintf4("same=%d/%d diff=%d/%d\n", lsame, nsame, ldiff, ndiff); in imdi_print_page()
/dports/math/algae/algae-4.3.6/blas/
H A DMakefile.in38 dtrsv.f dzasum.f idamax.f izamax.f lsame.f xerbla.f zaxpy.f zcopy.f \
47 dtrsv.o dzasum.o idamax.o izamax.o lsame.o xerbla.o zaxpy.o zcopy.o \
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_blas_f77_func.m472 logical lsame,w
73 external lsame
77 w = lsame(c1,c2)
79 w = lsame(c1,c1)
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_blas_f77_func.m472 logical lsame,w
73 external lsame
77 w = lsame(c1,c2)
79 w = lsame(c1,c1)
/dports/math/taucs/taucs-2.2_23/src/
H A Dblas_aux.c10 int lsame(char* ca, char* cb) in lsame() function
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/math/pylapack/pyblas/
H A Dlsame.py2 def lsame(ca, cb): function
/dports/math/openblas/OpenBLAS-0.3.18/relapack/src/
H A Dspbtrf.c21 const blasint lower = LAPACK(lsame)(uplo, "L"); in RELAPACK_spbtrf()
22 const blasint upper = LAPACK(lsame)(uplo, "U"); in RELAPACK_spbtrf()
H A Dzpbtrf.c21 const blasint lower = LAPACK(lsame)(uplo, "L"); in RELAPACK_zpbtrf()
22 const blasint upper = LAPACK(lsame)(uplo, "U"); in RELAPACK_zpbtrf()
H A Dcpbtrf.c21 const blasint lower = LAPACK(lsame)(uplo, "L"); in RELAPACK_cpbtrf()
22 const blasint upper = LAPACK(lsame)(uplo, "U"); in RELAPACK_cpbtrf()
H A Ddpbtrf.c21 const blasint lower = LAPACK(lsame)(uplo, "L"); in RELAPACK_dpbtrf()
22 const blasint upper = LAPACK(lsame)(uplo, "U"); in RELAPACK_dpbtrf()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/internal/testdata/dsterftest/
H A DMakefile5 objects = disnan.o dlamch.o dlanst.o dlaisnan.o dlassq.o dlapy2.o lsame.o dlae2.o dlascl.o dlasrt.o…
/dports/math/openblas/OpenBLAS-0.3.18/kernel/riscv64/
H A DKERNEL14 LSAME_KERNEL = ../generic/lsame.c
/dports/math/openblas/OpenBLAS-0.3.18/kernel/zarch/
H A DKERNEL14 LSAME_KERNEL = ../generic/lsame.c

12345678910>>...20