Home
last modified time | relevance | path

Searched refs:kstep (Results 151 – 175 of 279) sorted by relevance

12345678910>>...12

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/
H A Dclasyf.c41 static integer kstep; in clasyf_() local
201 kstep = 1; in clasyf_()
301 kstep = 2; in clasyf_()
334 if (kstep == 1) { in clasyf_()
421 if (kstep == 1) { in clasyf_()
430 k -= kstep; in clasyf_()
523 kstep = 1; in clasyf_()
624 kstep = 2; in clasyf_()
653 if (kstep == 1) { in clasyf_()
742 if (kstep == 1) { in clasyf_()
[all …]
H A Dzhptri.c35 static integer kstep; in zhptri_() local
218 kstep = 1; in zhptri_()
281 kstep = 2; in zhptri_()
317 if (kstep == 2) { in zhptri_()
328 k += kstep; in zhptri_()
381 kstep = 1; in zhptri_()
445 kstep = 2; in zhptri_()
484 if (kstep == 2) { in zhptri_()
495 k -= kstep; in zhptri_()
H A Dzsytri.c32 static integer kstep; in zsytri_() local
216 kstep = 1; in zsytri_()
286 kstep = 2; in zsytri_()
308 if (kstep == 2) { in zsytri_()
319 k += kstep; in zsytri_()
368 kstep = 1; in zsytri_()
440 kstep = 2; in zsytri_()
464 if (kstep == 2) { in zsytri_()
475 k -= kstep; in zsytri_()
H A Dzsptri.c31 static integer kstep; in zsptri_() local
215 kstep = 1; in zsptri_()
281 kstep = 2; in zsptri_()
314 if (kstep == 2) { in zsptri_()
325 k += kstep; in zsptri_()
376 kstep = 1; in zsptri_()
443 kstep = 2; in zsptri_()
479 if (kstep == 2) { in zsptri_()
490 k -= kstep; in zsptri_()
H A Dchetri.c40 static integer kstep; in chetri_() local
218 kstep = 1; in chetri_()
285 kstep = 2; in chetri_()
318 if (kstep == 2) { in chetri_()
329 k += kstep; in chetri_()
380 kstep = 1; in chetri_()
449 kstep = 2; in chetri_()
484 if (kstep == 2) { in chetri_()
495 k -= kstep; in chetri_()
H A Dchptri.c40 static integer kstep; in chptri_() local
218 kstep = 1; in chptri_()
281 kstep = 2; in chptri_()
317 if (kstep == 2) { in chptri_()
328 k += kstep; in chptri_()
381 kstep = 1; in chptri_()
445 kstep = 2; in chptri_()
484 if (kstep == 2) { in chptri_()
495 k -= kstep; in chptri_()
H A Dcsptri.c37 static integer kstep; in csptri_() local
215 kstep = 1; in csptri_()
281 kstep = 2; in csptri_()
314 if (kstep == 2) { in csptri_()
325 k += kstep; in csptri_()
376 kstep = 1; in csptri_()
443 kstep = 2; in csptri_()
479 if (kstep == 2) { in csptri_()
490 k -= kstep; in csptri_()
H A Dcsytri.c37 static integer kstep; in csytri_() local
215 kstep = 1; in csytri_()
285 kstep = 2; in csytri_()
307 if (kstep == 2) { in csytri_()
318 k += kstep; in csytri_()
367 kstep = 1; in csytri_()
439 kstep = 2; in csytri_()
463 if (kstep == 2) { in csytri_()
474 k -= kstep; in csytri_()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dzlasyf.c189 integer kstep; in zlasyf_() local
255 kstep = 1; in zlasyf_()
344 kk = k - kstep + 1; in zlasyf_()
378 if (kstep == 1) in zlasyf_()
496 if (kstep == 1) in zlasyf_()
506 k -= kstep; in zlasyf_()
590 kstep = 1; in zlasyf_()
679 kk = k + kstep - 1; in zlasyf_()
710 if (kstep == 1) in zlasyf_()
832 if (kstep == 1) in zlasyf_()
[all …]
H A Dclasyf.c191 integer kstep; in clasyf_() local
255 kstep = 1; in clasyf_()
346 kk = k - kstep + 1; in clasyf_()
380 if (kstep == 1) in clasyf_()
498 if (kstep == 1) in clasyf_()
508 k -= kstep; in clasyf_()
592 kstep = 1; in clasyf_()
683 kk = k + kstep - 1; in clasyf_()
714 if (kstep == 1) in clasyf_()
836 if (kstep == 1) in clasyf_()
[all …]
H A Ddsytri_rook.c140 integer kstep; in dsytri_rook_() local
254 kstep = 1; in dsytri_rook_()
286 kstep = 2; in dsytri_rook_()
288 if (kstep == 1) in dsytri_rook_()
375 kstep = 1; in dsytri_rook_()
407 kstep = 2; in dsytri_rook_()
409 if (kstep == 1) in dsytri_rook_()
H A Dssytri_rook.c138 integer kstep; in ssytri_rook_() local
252 kstep = 1; in ssytri_rook_()
284 kstep = 2; in ssytri_rook_()
286 if (kstep == 1) in ssytri_rook_()
373 kstep = 1; in ssytri_rook_()
405 kstep = 2; in ssytri_rook_()
407 if (kstep == 1) in ssytri_rook_()
H A Dcsptri.c133 integer kstep; in csptri_() local
263 kstep = 1; in csptri_()
343 kstep = 2; in csptri_()
383 if (kstep == 2) in csptri_()
397 k += kstep; in csptri_()
443 kstep = 1; in csptri_()
523 kstep = 2; in csptri_()
566 if (kstep == 2) in csptri_()
580 k -= kstep; in csptri_()
H A Dzhetri.c132 integer kstep; in zhetri_() local
263 kstep = 1; in zhetri_()
337 kstep = 2; in zhetri_()
377 if (kstep == 2) in zhetri_()
391 k += kstep; in zhetri_()
435 kstep = 1; in zhetri_()
509 kstep = 2; in zhetri_()
552 if (kstep == 2) in zhetri_()
566 k -= kstep; in zhetri_()
/dports/math/openblas/OpenBLAS-0.3.18/relapack/src/
H A Dzhetrf_rec2.c48 static blasint kstep; in RELAPACK_zhetrf_rec2() local
83 kstep = 1; in RELAPACK_zhetrf_rec2()
175 kstep = 2; in RELAPACK_zhetrf_rec2()
205 if (kstep == 1) { in RELAPACK_zhetrf_rec2()
274 if (kstep == 1) { in RELAPACK_zhetrf_rec2()
280 k -= kstep; in RELAPACK_zhetrf_rec2()
306 kstep = 1; in RELAPACK_zhetrf_rec2()
401 kstep = 2; in RELAPACK_zhetrf_rec2()
427 if (kstep == 1) { in RELAPACK_zhetrf_rec2()
497 if (kstep == 1) { in RELAPACK_zhetrf_rec2()
[all …]
H A Dchetrf_rec2.c52 static blasint kstep; in RELAPACK_chetrf_rec2() local
79 kstep = 1; in RELAPACK_chetrf_rec2()
171 kstep = 2; in RELAPACK_chetrf_rec2()
201 if (kstep == 1) { in RELAPACK_chetrf_rec2()
270 if (kstep == 1) { in RELAPACK_chetrf_rec2()
276 k -= kstep; in RELAPACK_chetrf_rec2()
302 kstep = 1; in RELAPACK_chetrf_rec2()
397 kstep = 2; in RELAPACK_chetrf_rec2()
423 if (kstep == 1) { in RELAPACK_chetrf_rec2()
493 if (kstep == 1) { in RELAPACK_chetrf_rec2()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/cgcode/
H A Ddpcgca.c55 static integer iters, kstep; in dpcgca_() local
537 kstep = 0; in dpcgca_()
612 ++kstep; in dpcgca_()
651 ksp1 = kstep + 1; in dpcgca_()
653 d__[kstep] += ralpha; in dpcgca_()
664 kstep, &pegmin, &pegmax, &condca); in dpcgca_()
H A Dspcgca.c49 static integer iters, kstep; in spcgca_() local
531 kstep = 0; in spcgca_()
606 ++kstep; in spcgca_()
645 ksp1 = kstep + 1; in spcgca_()
647 d__[kstep] += ralpha; in spcgca_()
658 kstep, &pegmin, &pegmax, &condca); in spcgca_()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dumatht.f22 & noel,npt,layer,kspt,kstep,kinc,vold,co,lakonl,konl,
107 integer ntgrd,nstatv,nprops,noel,npt,layer,kspt,kstep,kinc,
H A Dcload.f19 subroutine cload(xload,kstep,kinc,time,node,idof,coords,vold, argument
83 integer kstep,kinc,node,idof,mi(*),ntrans,inotr(2,*),itr local
/dports/math/R-cran-robustbase/robustbase/src/
H A Drffastmcd.f241 kstep = k1
331 kstep=k1
364 kstep=k1
532 kstep = k2
543 kstep=9
545 kstep=8
547 kstep=7
549 kstep=6
551 kstep=5
553 kstep=4
[all …]
/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dumat.c8 pnewdt, celent, dfgrd0, dfgrd1, noel, npt, layer, kspt, kstep, kinc, in umat_() argument
18 integer *noel, *npt, *layer, *kspt, *kstep, *kinc;
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/
H A Dvil3d_plane.h25 im.istep(),im.jstep(),im.kstep(),im.planestep()); in vil3d_plane()
48 im.istep(),im.jstep(),im.kstep(), skip*im.planestep()); in vil3d_planes()
/dports/comms/wsjtz/wsjtx/lib/
H A Djt9.f90247 kstep=nsps/2
258 do iblk=1,npts/kstep
259 k=iblk*kstep
262 read(unit=wav%lun,end=3) shared_data%id2(k-kstep+1:k)
268 nhsym=(k-2048)/kstep
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vil3d/algo/
H A Dvil3d_normalised_correlation_3d.h35 k_kstep = kernel.kstep(); in vil_norm_corr_2d_at_pt()
91 std::ptrdiff_t s_kstep = src_im.kstep(), s_pstep = src_im.planestep(); in vil3d_normalised_correlation_3d()
96 d_kstep = dest_im.kstep(); in vil3d_normalised_correlation_3d()

12345678910>>...12