Home
last modified time | relevance | path

Searched refs:cosr (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/lang/yorick/yorick-y_2_2_04/matrix/
H A Ddbdsqr.c388 &cosr, &sinl, &cosl ); in dbdsqr()
720 work_1( 1 ) = cosr; in dbdsqr()
739 work_1( irot ) = cosr; in dbdsqr()
749 d_1( m ) = cosr*d_1( m ); in dbdsqr()
755 work_1( irot ) = cosr; in dbdsqr()
807 d_1( m ) = cosr*d_1( m ); in dbdsqr()
844 work_1( m-ll ) = cosr; in dbdsqr()
863 work_1( irot ) = cosr; in dbdsqr()
873 d_1( ll ) = cosr*d_1( ll ); in dbdsqr()
879 work_1( irot ) = cosr; in dbdsqr()
[all …]
/dports/math/p5-Math-Geometry/Math-Geometry-0.04/
H A DGeometry.pm183 my($cosr)=cos $rot;
186 [ 0, $cosr,-1*$sinr, 0],
187 [ 0, $sinr, $cosr, 0],
204 my($cosr)=cos $rot;
206 my($trans)=new Math::Matrix ([ $cosr, 0, $sinr, 0],
208 [-1*$sinr, 0, $cosr, 0],
225 my($cosr)=cos $rot;
227 my($trans)=new Math::Matrix ([ $cosr,-1*$sinr, 0, 0],
228 [ $sinr, $cosr, 0, 0],
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dpoint_symbol.cpp145 auto cosr = 1.0; in createRenderablesScaled() local
149 cosr = cos(rotation); in createRenderablesScaled()
167 transformed_coords.emplace_back(ox * cosr - oy * sinr + offset_x, in createRenderablesScaled()
168 oy * cosr + ox * sinr + offset_y); in createRenderablesScaled()
198 auto cosr = 1.0; in createRenderablesIfCenterInside() local
202 cosr = qCos(rotation); in createRenderablesIfCenterInside()
221 transformed_coords.emplace_back(ex * cosr - ey * sinr + offset_x, in createRenderablesIfCenterInside()
274 auto cosr = 1.0; in createRenderablesIfCompletelyInside() local
278 cosr = qCos(rotation); in createRenderablesIfCompletelyInside()
361 auto cosr = 1.0; in createRenderablesIfPartiallyInside() local
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dwcsutil.c52 cosr = cos(rot * D2R); in ffwldp()
55 temp = dx * cosr - dy * sinr; in ffwldp()
56 dy = dy * cosr + dx * sinr; in ffwldp()
156 dt = yinc*cosr + xinc*sinr; in ffwldp()
228 dt = yinc * cosr + xinc * sinr; in ffwldp()
315 cosr = cos (r); in ffxypx()
317 dz = dx*cosr + dy*sinr; in ffxypx()
318 dy = dy*cosr - dx*sinr; in ffxypx()
414 dt = yinc*cosr + xinc*sinr; in ffxypx()
494 dz = dx*cosr + dy*sinr; in ffxypx()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dwcsutil.c52 cosr = cos(rot * D2R); in ffwldp()
55 temp = dx * cosr - dy * sinr; in ffwldp()
56 dy = dy * cosr + dx * sinr; in ffwldp()
156 dt = yinc*cosr + xinc*sinr; in ffwldp()
228 dt = yinc * cosr + xinc * sinr; in ffwldp()
315 cosr = cos (r); in ffxypx()
317 dz = dx*cosr + dy*sinr; in ffxypx()
318 dy = dy*cosr - dx*sinr; in ffxypx()
414 dt = yinc*cosr + xinc*sinr; in ffxypx()
494 dz = dx*cosr + dy*sinr; in ffxypx()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dwcsutil.c52 cosr = cos(rot * D2R); in ffwldp()
55 temp = dx * cosr - dy * sinr; in ffwldp()
56 dy = dy * cosr + dx * sinr; in ffwldp()
156 dt = yinc*cosr + xinc*sinr; in ffwldp()
228 dt = yinc * cosr + xinc * sinr; in ffwldp()
315 cosr = cos (r); in ffxypx()
317 dz = dx*cosr + dy*sinr; in ffxypx()
318 dy = dy*cosr - dx*sinr; in ffxypx()
414 dt = yinc*cosr + xinc*sinr; in ffxypx()
494 dz = dx*cosr + dy*sinr; in ffxypx()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dwcsutil.c52 cosr = cos(rot * D2R); in ffwldp()
55 temp = dx * cosr - dy * sinr; in ffwldp()
56 dy = dy * cosr + dx * sinr; in ffwldp()
156 dt = yinc*cosr + xinc*sinr; in ffwldp()
228 dt = yinc * cosr + xinc * sinr; in ffwldp()
315 cosr = cos (r); in ffxypx()
317 dz = dx*cosr + dy*sinr; in ffxypx()
318 dy = dy*cosr - dx*sinr; in ffxypx()
414 dt = yinc*cosr + xinc*sinr; in ffxypx()
494 dz = dx*cosr + dy*sinr; in ffxypx()
[all …]
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dworldpos.c140 cosr = cos (rot);
170 tx = dx * cosr - dy * sinr;
171 dy = dx * sinr + dy * cosr;
294 dt = yinc*cosr + xinc*sinr;
302 dt = xinc*cosr - yinc* sinr;
416 cosr = cos (rot);
521 dt = yinc * cosr + xinc * sinr;
544 dt = yinc*cosr + xinc*sinr;
552 dt = xinc*cosr - yinc* sinr;
633 tx = dx*cosr + dy*sinr;
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/lapack/gonum/
H A Ddbdsqr.go220 var sinr, cosr, sinl, cosl float64
384 cosr, sinr, r := impl.Dlartg(f, g)
388 f = cosr*d[i] + sinr*e[i]
389 e[i] = cosr*e[i] - sinr*d[i]
391 d[i+1] *= cosr
400 work[i-l2] = cosr
424 cosr, sinr, r := impl.Dlartg(f, g)
428 f = cosr*d[i] + sinr*e[i-1]
429 e[i-1] = cosr*e[i-1] - sinr*d[i]
431 d[i-1] *= cosr
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/lapack/gonum/
H A Ddbdsqr.go220 var sinr, cosr, sinl, cosl float64
384 cosr, sinr, r := impl.Dlartg(f, g)
388 f = cosr*d[i] + sinr*e[i]
389 e[i] = cosr*e[i] - sinr*d[i]
391 d[i+1] *= cosr
400 work[i-l2] = cosr
424 cosr, sinr, r := impl.Dlartg(f, g)
428 f = cosr*d[i] + sinr*e[i-1]
429 e[i-1] = cosr*e[i-1] - sinr*d[i]
431 d[i-1] *= cosr
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/lapack/gonum/
H A Ddbdsqr.go220 var sinr, cosr, sinl, cosl float64
384 cosr, sinr, r := impl.Dlartg(f, g)
388 f = cosr*d[i] + sinr*e[i]
389 e[i] = cosr*e[i] - sinr*d[i]
391 d[i+1] *= cosr
400 work[i-l2] = cosr
424 cosr, sinr, r := impl.Dlartg(f, g)
428 f = cosr*d[i] + sinr*e[i-1]
429 e[i-1] = cosr*e[i-1] - sinr*d[i]
431 d[i-1] *= cosr
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/lapack/gonum/
H A Ddbdsqr.go220 var sinr, cosr, sinl, cosl float64
384 cosr, sinr, r := impl.Dlartg(f, g)
388 f = cosr*d[i] + sinr*e[i]
389 e[i] = cosr*e[i] - sinr*d[i]
391 d[i+1] *= cosr
400 work[i-l2] = cosr
424 cosr, sinr, r := impl.Dlartg(f, g)
428 f = cosr*d[i] + sinr*e[i-1]
429 e[i-1] = cosr*e[i-1] - sinr*d[i]
431 d[i-1] *= cosr
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/gonum/
H A Ddbdsqr.go220 var sinr, cosr, sinl, cosl float64
384 cosr, sinr, r := impl.Dlartg(f, g)
388 f = cosr*d[i] + sinr*e[i]
389 e[i] = cosr*e[i] - sinr*d[i]
391 d[i+1] *= cosr
400 work[i-l2] = cosr
424 cosr, sinr, r := impl.Dlartg(f, g)
428 f = cosr*d[i] + sinr*e[i-1]
429 e[i-1] = cosr*e[i-1] - sinr*d[i]
431 d[i-1] *= cosr
[all …]
/dports/misc/visp/visp-3.4.0/3rdparty/clapack/src/
H A Ddbdsqr.c50 doublereal unfl, sinl, cosr, smin, smax, sinr; in dbdsqr_() local
477 cosr, &sinr); in dbdsqr_()
732 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
736 f = cosr * d__[i__] + sinr * e[i__]; in dbdsqr_()
737 e[i__] = cosr * e[i__] - sinr * d__[i__]; in dbdsqr_()
739 d__[i__ + 1] = cosr * d__[i__ + 1]; in dbdsqr_()
748 work[i__ - ll + 1] = cosr; in dbdsqr_()
790 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
794 f = cosr * d__[i__] + sinr * e[i__ - 1]; in dbdsqr_()
797 d__[i__ - 1] = cosr * d__[i__ - 1]; in dbdsqr_()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/
H A Dzbdsqr.c42 static doublereal unfl, sinl, cosr, smin, smax, sinr; in zbdsqr_() local
450 cosr, &sinr); in zbdsqr_()
711 dlartg_(&f, &g, &cosr, &sinr, &r__); in zbdsqr_()
715 f = cosr * d__[i__] + sinr * e[i__]; in zbdsqr_()
716 e[i__] = cosr * e[i__] - sinr * d__[i__]; in zbdsqr_()
718 d__[i__ + 1] = cosr * d__[i__ + 1]; in zbdsqr_()
727 rwork[i__ - ll + 1] = cosr; in zbdsqr_()
771 dlartg_(&f, &g, &cosr, &sinr, &r__); in zbdsqr_()
775 f = cosr * d__[i__] + sinr * e[i__ - 1]; in zbdsqr_()
778 d__[i__ - 1] = cosr * d__[i__ - 1]; in zbdsqr_()
[all …]
H A Ddbdsqr.c42 static doublereal unfl, sinl, cosr, smin, smax, sinr; in dbdsqr_() local
452 cosr, &sinr); in dbdsqr_()
712 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
716 f = cosr * d__[i__] + sinr * e[i__]; in dbdsqr_()
717 e[i__] = cosr * e[i__] - sinr * d__[i__]; in dbdsqr_()
719 d__[i__ + 1] = cosr * d__[i__ + 1]; in dbdsqr_()
728 work[i__ - ll + 1] = cosr; in dbdsqr_()
772 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
776 f = cosr * d__[i__] + sinr * e[i__ - 1]; in dbdsqr_()
779 d__[i__ - 1] = cosr * d__[i__ - 1]; in dbdsqr_()
[all …]
H A Dcbdsqr.c43 static real unfl, sinl, cosr, smin, smax, sinr; in cbdsqr_() local
453 cosr, &sinr); in cbdsqr_()
714 slartg_(&f, &g, &cosr, &sinr, &r__); in cbdsqr_()
718 f = cosr * d__[i__] + sinr * e[i__]; in cbdsqr_()
719 e[i__] = cosr * e[i__] - sinr * d__[i__]; in cbdsqr_()
721 d__[i__ + 1] = cosr * d__[i__ + 1]; in cbdsqr_()
730 rwork[i__ - ll + 1] = cosr; in cbdsqr_()
774 slartg_(&f, &g, &cosr, &sinr, &r__); in cbdsqr_()
778 f = cosr * d__[i__] + sinr * e[i__ - 1]; in cbdsqr_()
781 d__[i__ - 1] = cosr * d__[i__ - 1]; in cbdsqr_()
[all …]
H A Dsbdsqr.c43 static real unfl, sinl, cosr, smin, smax, sinr; in sbdsqr_() local
453 cosr, &sinr); in sbdsqr_()
713 slartg_(&f, &g, &cosr, &sinr, &r__); in sbdsqr_()
717 f = cosr * d__[i__] + sinr * e[i__]; in sbdsqr_()
718 e[i__] = cosr * e[i__] - sinr * d__[i__]; in sbdsqr_()
720 d__[i__ + 1] = cosr * d__[i__ + 1]; in sbdsqr_()
729 work[i__ - ll + 1] = cosr; in sbdsqr_()
773 slartg_(&f, &g, &cosr, &sinr, &r__); in sbdsqr_()
777 f = cosr * d__[i__] + sinr * e[i__ - 1]; in sbdsqr_()
780 d__[i__ - 1] = cosr * d__[i__ - 1]; in sbdsqr_()
[all …]
/dports/science/hypre/hypre-2.23.0/src/lapack/
H A Ddbdsqr.c44 static doublereal unfl, sinl, cosr, smin, smax, sinr; in dbdsqr_() local
710 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
714 f = cosr * d__[i__] + sinr * e[i__]; in dbdsqr_()
715 e[i__] = cosr * e[i__] - sinr * d__[i__]; in dbdsqr_()
717 d__[i__ + 1] = cosr * d__[i__ + 1]; in dbdsqr_()
726 work[i__ - ll + 1] = cosr; in dbdsqr_()
768 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
772 f = cosr * d__[i__] + sinr * e[i__ - 1]; in dbdsqr_()
773 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in dbdsqr_()
775 d__[i__ - 1] = cosr * d__[i__ - 1]; in dbdsqr_()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/linearalgebra/gmx_lapack/
H A Ddbdsqr.cpp48 double unfl, sinl, cosr, smin, smax, sinr; in F77_FUNC() local
236 cosr, &sinr); in F77_FUNC()
407 F77_FUNC(dlartg,DLARTG)(&f, &g, &cosr, &sinr, &r__); in F77_FUNC()
411 f = cosr * d__[i__] + sinr * e[i__]; in F77_FUNC()
412 e[i__] = cosr * e[i__] - sinr * d__[i__]; in F77_FUNC()
414 d__[i__ + 1] = cosr * d__[i__ + 1]; in F77_FUNC()
423 work[i__ - ll + 1] = cosr; in F77_FUNC()
458 f = cosr * d__[i__] + sinr * e[i__ - 1]; in F77_FUNC()
459 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in F77_FUNC()
461 d__[i__ - 1] = cosr * d__[i__ - 1]; in F77_FUNC()
[all …]
H A Dsbdsqr.cpp48 float unfl, sinl, cosr, smin, smax, sinr; in F77_FUNC() local
236 cosr, &sinr); in F77_FUNC()
407 F77_FUNC(slartg,SLARTG)(&f, &g, &cosr, &sinr, &r__); in F77_FUNC()
411 f = cosr * d__[i__] + sinr * e[i__]; in F77_FUNC()
412 e[i__] = cosr * e[i__] - sinr * d__[i__]; in F77_FUNC()
414 d__[i__ + 1] = cosr * d__[i__ + 1]; in F77_FUNC()
423 work[i__ - ll + 1] = cosr; in F77_FUNC()
458 f = cosr * d__[i__] + sinr * e[i__ - 1]; in F77_FUNC()
459 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in F77_FUNC()
461 d__[i__ - 1] = cosr * d__[i__ - 1]; in F77_FUNC()
[all …]
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Ddbdsqr.c248 doublereal unfl, sinl, cosr, smin, smax, sinr; in dbdsqr_() local
794 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
799 f = cosr * d__[i__] + sinr * e[i__]; in dbdsqr_()
800 e[i__] = cosr * e[i__] - sinr * d__[i__]; in dbdsqr_()
802 d__[i__ + 1] = cosr * d__[i__ + 1]; in dbdsqr_()
812 work[i__ - ll + 1] = cosr; in dbdsqr_()
852 dlartg_(&f, &g, &cosr, &sinr, &r__); in dbdsqr_()
857 f = cosr * d__[i__] + sinr * e[i__ - 1]; in dbdsqr_()
858 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in dbdsqr_()
860 d__[i__ - 1] = cosr * d__[i__ - 1]; in dbdsqr_()
[all …]
H A Dzbdsqr.c241 doublereal unfl, sinl, cosr, smin, smax, sinr; in zbdsqr_() local
783 dlartg_(&f, &g, &cosr, &sinr, &r__); in zbdsqr_()
788 f = cosr * d__[i__] + sinr * e[i__]; in zbdsqr_()
789 e[i__] = cosr * e[i__] - sinr * d__[i__]; in zbdsqr_()
791 d__[i__ + 1] = cosr * d__[i__ + 1]; in zbdsqr_()
801 rwork[i__ - ll + 1] = cosr; in zbdsqr_()
841 dlartg_(&f, &g, &cosr, &sinr, &r__); in zbdsqr_()
846 f = cosr * d__[i__] + sinr * e[i__ - 1]; in zbdsqr_()
847 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in zbdsqr_()
849 d__[i__ - 1] = cosr * d__[i__ - 1]; in zbdsqr_()
[all …]
H A Dsbdsqr.c249 real unfl, sinl, cosr, smin, smax, sinr; in sbdsqr_() local
800 slartg_(&f, &g, &cosr, &sinr, &r__); in sbdsqr_()
805 f = cosr * d__[i__] + sinr * e[i__]; in sbdsqr_()
806 e[i__] = cosr * e[i__] - sinr * d__[i__]; in sbdsqr_()
808 d__[i__ + 1] = cosr * d__[i__ + 1]; in sbdsqr_()
818 work[i__ - ll + 1] = cosr; in sbdsqr_()
858 slartg_(&f, &g, &cosr, &sinr, &r__); in sbdsqr_()
863 f = cosr * d__[i__] + sinr * e[i__ - 1]; in sbdsqr_()
864 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in sbdsqr_()
866 d__[i__ - 1] = cosr * d__[i__ - 1]; in sbdsqr_()
[all …]
H A Dcbdsqr.c242 real unfl, sinl, cosr, smin, smax, sinr; in cbdsqr_() local
792 slartg_(&f, &g, &cosr, &sinr, &r__); in cbdsqr_()
797 f = cosr * d__[i__] + sinr * e[i__]; in cbdsqr_()
798 e[i__] = cosr * e[i__] - sinr * d__[i__]; in cbdsqr_()
800 d__[i__ + 1] = cosr * d__[i__ + 1]; in cbdsqr_()
810 rwork[i__ - ll + 1] = cosr; in cbdsqr_()
850 slartg_(&f, &g, &cosr, &sinr, &r__); in cbdsqr_()
855 f = cosr * d__[i__] + sinr * e[i__ - 1]; in cbdsqr_()
856 e[i__ - 1] = cosr * e[i__ - 1] - sinr * d__[i__]; in cbdsqr_()
858 d__[i__ - 1] = cosr * d__[i__ - 1]; in cbdsqr_()
[all …]

12345678910>>...13