Home
last modified time | relevance | path

Searched refs:ismax (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/prepar/
H A Dpre_orient.F13 integer i,ismax
32 ismax=0
37 ismax=i
44 p(1)=xs(2,ismax)
45 p(2)=-xs(1,ismax)
50 angle=acos(xs(3,ismax)/sqrt(rsmax))
69 ismax=0
74 ismax=i
87 angle=acos(xs(2,ismax)/sqrt(rsmax))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_prep_orient.F13 integer i,ismax local
32 ismax=0
37 ismax=i
44 p(1)=xs(2,ismax)
45 p(2)=-xs(1,ismax)
50 angle=acos(xs(3,ismax)/sqrt(rsmax))
69 ismax=0
74 ismax=i
87 angle=acos(xs(2,ismax)/sqrt(rsmax))
H A Dargos_prepare_orient.F13 integer i,ismax
32 ismax=0
37 ismax=i
44 p(1)=xs(2,ismax)
45 p(2)=-xs(1,ismax)
50 angle=acos(xs(3,ismax)/sqrt(rsmax))
70 ismax=0
75 ismax=i
88 angle=acos(xs(2,ismax)/sqrt(rsmax))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/prepar/
H A Dpre_orient.F13 integer i,ismax
32 ismax=0
37 ismax=i
44 p(1)=xs(2,ismax)
45 p(2)=-xs(1,ismax)
50 angle=acos(xs(3,ismax)/sqrt(rsmax))
69 ismax=0
74 ismax=i
87 angle=acos(xs(2,ismax)/sqrt(rsmax))
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_prepare_orient.F13 integer i,ismax
32 ismax=0
37 ismax=i
44 p(1)=xs(2,ismax)
45 p(2)=-xs(1,ismax)
50 angle=acos(xs(3,ismax)/sqrt(rsmax))
70 ismax=0
75 ismax=i
88 angle=acos(xs(2,ismax)/sqrt(rsmax))
H A Dargos_prep_orient.F13 integer i,ismax
32 ismax=0
37 ismax=i
44 p(1)=xs(2,ismax)
45 p(2)=-xs(1,ismax)
50 angle=acos(xs(3,ismax)/sqrt(rsmax))
69 ismax=0
74 ismax=i
87 angle=acos(xs(2,ismax)/sqrt(rsmax))
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/dense/mpi/
H A Dmmdense.c44 nstages_local = ismax/nmax + ((ismax % nmax) ? 1 : 0); in MatCreateSubMatrices_MPIDense()
91 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
98 …ierr = PetscMalloc5(ismax,(PetscInt***)&irow,ismax,(PetscInt***)&icol,ismax,&nrow,ismax,&ncol,m,&r… in MatCreateSubMatrices_MPIDense_Local()
99 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
117 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
187 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
273 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
281 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
321 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
371 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIDense_Local()
[all …]
/dports/astro/siril/siril/src/stacking/
H A Dstackminmax.c31 static int stack_addminmax(struct stacking_args *args, gboolean ismax);
47 static int stack_addminmax(struct stacking_args *args, gboolean ismax) { in stack_addminmax() argument
104 if (ismax) in stack_addminmax()
121 if (ismax) in stack_addminmax()
175 if ((ismax && current_pixel > ffinal_pixel[layer][i]) || in stack_addminmax()
177 (!ismax && current_pixel < ffinal_pixel[layer][i])) in stack_addminmax()
182 if ((ismax && current_pixel > final_pixel[layer][i]) || in stack_addminmax()
184 (!ismax && current_pixel < final_pixel[layer][i])) in stack_addminmax()
/dports/science/healpix/Healpix_3.50/src/cxx/Healpix_cxx/
H A Dhotspots_cxx_module.cc74 bool ismax=true, ismin=true; in hotspots_cxx_module() local
82 if (nbval>=value) ismax=false; in hotspots_cxx_module()
88 outmap[m] = float((ismax||ismin) ? value : Healpix_undef); in hotspots_cxx_module()
90 if (have_maxfile && ismax) maxout << m << " " << value << endl; in hotspots_cxx_module()
/dports/math/openblas/OpenBLAS-0.3.18/utest/
H A Dtest_ismin.c66 CTEST(ismax, positive_step_2){ in CTEST() argument
75 blasint index = BLASFUNC(ismax)(&N, x, &inc); in CTEST()
79 CTEST(ismax, negative_step_2){ in CTEST() argument
88 blasint index = BLASFUNC(ismax)(&N, x, &inc); in CTEST()
/dports/science/teem/teem-1.11.0-src/src/elf/
H A DmaximaElf.c119 int ismax=1, nb; in elfMaximaFind_d() local
122 ismax=0; in elfMaximaFind_d()
127 if (ismax) { in elfMaximaFind_d()
169 int ismax=1, nb; in elfMaximaFind_f() local
172 ismax=0; in elfMaximaFind_f()
177 if (ismax) { in elfMaximaFind_f()
/dports/print/typetools/lcdf-typetools-2.108/include/efont/
H A Dotfpost.hh20 inline uint32_t mem_type42(bool ismax) const;
56 Post::mem_type42(bool ismax) const in mem_type42()
58 return ok() ? _str.u32(ismax ? 20 : 16) : 0; in mem_type42()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/efont/
H A Dotfpost.hh20 inline uint32_t mem_type42(bool ismax) const;
56 Post::mem_type42(bool ismax) const in mem_type42()
58 return ok() ? _str.u32(ismax ? 20 : 16) : 0; in mem_type42()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/include/efont/
H A Dotfpost.hh20 inline uint32_t mem_type42(bool ismax) const;
56 Post::mem_type42(bool ismax) const in mem_type42()
58 return ok() ? _str.u32(ismax ? 20 : 16) : 0; in mem_type42()
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/baij/mpi/
H A Dbaijov.c533 ierr = PetscMalloc2(ismax+1,&isrow_block,ismax+1,&iscol_block);CHKERRQ(ierr); in MatCreateSubMatrices_MPIBAIJ()
543 nstages_local = ismax/nmax + ((ismax % nmax) ? 1 : 0); /* local nstages */ in MatCreateSubMatrices_MPIBAIJ()
551 if (ismax) { in MatCreateSubMatrices_MPIBAIJ()
581 for (i=0; i<ismax; i++) { in MatCreateSubMatrices_MPIBAIJ()
653 …ierr = PetscMalloc5(ismax,&row2proc,ismax,&cmap,ismax,&rmap,ismax+1,&allcolumns,ismax,&allrows);CH…
654 …ierr = PetscMalloc5(ismax,(PetscInt***)&irow,ismax,(PetscInt***)&icol,ismax,&nrow,ismax,&ncol,isma…
656 for (i=0; i<ismax; i++) {
1004 if (ismax) {
1292 for (i=0; i<ismax; i++) {
1527 for (i=0; i<ismax; i++) {
[all …]
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dsgelsx.c184 integer iascl, ibscl, ismin, ismax; in sgelsx_() local
228 ismax = (mn << 1) + 1; in sgelsx_()
318 work[ismax] = 1.f; in sgelsx_()
337 …slaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ i__ + i__ * a_dim1], &smaxpr, … in sgelsx_()
346 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in sgelsx_()
350 work[ismax + *rank] = c2; in sgelsx_()
H A Ddgelsx.c184 integer iascl, ibscl, ismin, ismax; in dgelsx_() local
228 ismax = (mn << 1) + 1; in dgelsx_()
318 work[ismax] = 1.; in dgelsx_()
337 …dlaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ i__ + i__ * a_dim1], &smaxpr, … in dgelsx_()
346 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in dgelsx_()
350 work[ismax + *rank] = c2; in dgelsx_()
H A Dsgelsy.c211 integer iascl, ibscl, ismin, ismax; in sgelsy_() local
262 ismax = (mn << 1) + 1; in sgelsy_()
392 work[ismax] = 1.f; in sgelsy_()
411 …slaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ i__ + i__ * a_dim1], &smaxpr, … in sgelsy_()
420 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in sgelsy_()
424 work[ismax + *rank] = c2; in sgelsy_()
H A Ddgelsy.c214 integer ismin, ismax; in dgelsy_() local
267 ismax = (mn << 1) + 1; in dgelsy_()
397 work[ismax] = 1.; in dgelsy_()
416 …dlaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ i__ + i__ * a_dim1], &smaxpr, … in dgelsy_()
425 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in dgelsy_()
429 work[ismax + *rank] = c2; in dgelsy_()
H A Dzgelsx.c201 integer iascl, ibscl, ismin, ismax; in zgelsx_() local
247 ismax = (mn << 1) + 1; in zgelsx_()
339 i__1 = ismax; in zgelsx_()
360 …zlaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ i__ + i__ * a_dim1], &smaxpr, … in zgelsx_()
374 i__2 = ismax + i__ - 1; in zgelsx_()
375 i__3 = ismax + i__ - 1; in zgelsx_()
385 i__1 = ismax + *rank; in zgelsx_()
H A Dcgelsx.c201 integer iascl, ibscl, ismin, ismax; in cgelsx_() local
250 ismax = (mn << 1) + 1; in cgelsx_()
342 i__1 = ismax; in cgelsx_()
363 …claic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ i__ + i__ * a_dim1], &smaxpr, … in cgelsx_()
377 i__2 = ismax + i__ - 1; in cgelsx_()
378 i__3 = ismax + i__ - 1; in cgelsx_()
388 i__1 = ismax + *rank; in cgelsx_()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/
H A Ddgelsx.c30 static integer iascl, ibscl, ismin, ismax; in dgelsx_() local
186 ismax = (mn << 1) + 1; in dgelsx_()
286 work[ismax] = 1.; in dgelsx_()
304 dlaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ in dgelsx_()
311 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in dgelsx_()
315 work[ismax + *rank] = c2; in dgelsx_()
H A Dsgelsx.c29 static integer iascl, ibscl, ismin, ismax; in sgelsx_() local
182 ismax = (mn << 1) + 1; in sgelsx_()
282 work[ismax] = 1.f; in sgelsx_()
300 slaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ in sgelsx_()
307 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in sgelsx_()
311 work[ismax + *rank] = c2; in sgelsx_()
H A Ddgelsy.c34 static integer ismin, ismax; in dgelsy_() local
221 ismax = (mn << 1) + 1; in dgelsy_()
350 work[ismax] = 1.; in dgelsy_()
368 dlaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ in dgelsy_()
375 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in dgelsy_()
379 work[ismax + *rank] = c2; in dgelsy_()
H A Dsgelsy.c30 static integer iascl, ibscl, ismin, ismax; in sgelsy_() local
215 ismax = (mn << 1) + 1; in sgelsy_()
344 work[ismax] = 1.f; in sgelsy_()
362 slaic1_(&c__1, rank, &work[ismax], &smax, &a[i__ * a_dim1 + 1], &a[ in sgelsy_()
369 work[ismax + i__ - 1] = s2 * work[ismax + i__ - 1]; in sgelsy_()
373 work[ismax + *rank] = c2; in sgelsy_()

12345678