Home
last modified time | relevance | path

Searched refs:nrots (Results 1 – 17 of 17) sorted by relevance

/dports/science/pcmsolver/pcmsolver-1.3.0/src/pedra/
H A Dpedra_symmetry.f90156 integer(kind=regint_k) :: nrots, nrefl, ninvc, igroup local
216 nrots = 0
221 nrots = nrots + 1
243 igroup = min(7, nint((4 * nrots + 8 * ninvc + 6 * nrefl) / 3.0))
266 if (nrots == 3) then
273 else if (nrots == 1) then
299 ind = nrots + 1
348 … build_point_group = point_group(group, igroup, nr_gen, maxrep, isymax, jsop, nrots, nrefl, ninvc)
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dfitcircle.c364 unsigned int imin, imax, nrots, j, k, n, np, n_cols = 0, col = 0; in GMT_fitcircle() local
579 if (gmt_jacobi (GMT, a, n, np, lambda, v, b, z, &nrots)) { in GMT_fitcircle()
583 GMT_Report (API, GMT_MSG_INFORMATION, "Eigenvalue routine converged in %d rotations.\n", nrots); in GMT_fitcircle()
H A Dgmtvector.c408 unsigned int i, j, k, n_components, nrots, geo = gmt_M_is_geographic (GMT, GMT_IN); in gmtvector_mean_vector() local
450 …if (gmt_jacobi (GMT, C, n_components, n_components, lambda, V, work1, work2, &nrots)) { /* Solve e… in gmtvector_mean_vector()
H A Dtrend2d.c378 unsigned int i, j, k, rank = 0, nrots; in trend2d_solve_system() local
386 if (gmt_jacobi (GMT, gtg, n_model, mp, lambda, v, b, z, &nrots)) { in trend2d_solve_system()
H A Dtrend1d.c422 unsigned int i, j, k, rank = 0, nrots; in trend1d_solve_system() local
430 if (gmt_jacobi (GMT, gtg, n_model, mp, lambda, v, b, z, &nrots)) { in trend1d_solve_system()
H A Dgmt_vector.c646 … unsigned int n, unsigned int m, double *d, double *v, double *b, double *z, unsigned int *nrots) { in gmt_jacobi() argument
756 (*nrots) = 0; in gmt_jacobi()
840 (*nrots)++; in gmt_jacobi()
H A Dgmt_prototypes.h731 …, unsigned int n, unsigned int m, double *d, double *v, double *b, double *z, unsigned int *nrots);
H A Dgmtmath.c335 unsigned int nrots; in gmtmath_solve_LS_system() local
348 if (gmt_jacobi (GMT, N, n, n, lambda, v, b, z, &nrots)) { in gmtmath_solve_LS_system()
/dports/biology/molden/molden5.8/
H A Drots.h8990 int nrots; member
13236 for (i=0; i< RDrots[aminotyp].nrots; i++) { in AllocRot()
13245 for (i=0; i<RDrots[aminotyp].nrots; i++) { in AllocRot()
13256 flxrots[l].nrots = RDrots[aminotyp].nrots; in AllocRot()
13325 for (j = 0; j < RDrots[aminotyp].nrots; j++) { in AllocRot()
H A Dxwin.c4000 int nrots; member
40527 List.nents = aminozmt[aminotyp].nrots;
58644 for (i=0; i<aminozmt[aminotyp].nrots; i++) {
58706 for (i=0; i<RDrots[aminotyp].nrots; i++) {
58812 for (i=0; i<aminozmt[aminotyp].nrots; i++) { in bestrot()
58855 for (i=0; i<RDrots[aminotyp].nrots; i++) { in bestrot()
59128 for (i=0; i<aminozmt[aminotyp].nrots; i++) { in opt3rot()
59161 for (i=0; i< RDrots[aminotyp].nrots; i++) { in opt3rot()
59191 rots[l] = aminozmt[calfptr->iamino[irs[l]-1]-1].nrots; in opt3rot()
59196 rots[l] = RDrots[calfptr->iamino[irs[l]-1]-1].nrots; in opt3rot()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Drotsmoother.c266 unsigned int n_in = 3, k, j, t_col, w_col, t, n_cols = 4, matrix_dim = 3, nrots; in GMT_rotsmoother() local
550 …if (gmt_jacobi (GMT, Ccopy, matrix_dim, matrix_dim, EigenValue, EigenVector, work1, work2, &nrots)… in GMT_rotsmoother()
H A Dspotter.c1411 unsigned int i, j, kk = 3, nrots; in spotter_conf_ellipse() local
1465 …gmt_jacobi (GMT, C, matrix_dim, matrix_dim, EigenValue, EigenVector, work1, work2, &nrots); /* Sol… in spotter_conf_ellipse()
1517 unsigned int i, j, ii, jj, na, try, n, matrix_dim = 3, nrots, fake = 0, axis[3]; in spotter_confregion_radial() local
1543 …gmt_jacobi (GMT, C, matrix_dim, matrix_dim, EigenValue, EigenVector, work1, work2, &nrots); /* Sol… in spotter_confregion_radial()
/dports/graphics/gmt/gmt-6.3.0/src/seis/
H A Dutilmeca.c550 unsigned int j, nrots, np = 3; in meca_moment2axe() local
564 if (gmt_jacobi (GMT, a, np, np, d, v, b, z, &nrots)) in meca_moment2axe()
/dports/graphics/openrm/rm160/rm/
H A Drmdraw2.c1409 int rotstride, rotveclen, nrots; in OGLPRIMPARMLIST() local
1433 private_rmGetBlobData(BLOB_INDEX_INDEX, p, &rotstride, &nrots, (void **)&rotdata, &rotveclen); in OGLPRIMPARMLIST()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmapdef.cc3274 const int nrots = ARRAYSZ(clockrotate_orients); in rotate() local
3277 for (int i = 0; i < nrots; ++i) in rotate()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c6212 Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores); in compiler_pattern_or() local
6215 if (!compiler_addop_i(c, ROT_N, nrots)) { in compiler_pattern_or()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c6345 Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores); in compiler_pattern_or() local
6348 if (!compiler_addop_i(c, ROT_N, nrots)) { in compiler_pattern_or()