Home
last modified time | relevance | path

Searched refs:tind (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/math/trlan/trlan-201009/SRC/
H A Drestart.f90121 tind = (kl+kr)/2
130 kl = tind
131 kr = tind
137 kl = tind - 1
146 kr = tind + 1
154 kl = tind - 1
155 kr = tind + 1
164 Else If (ncr-tind .Gt. tind-ncl) Then
367 gamma = (lambda(i) - lambda(tind)) / (lambda(j) - lambda(tind))
575 gamma = (lambda(i) - lambda(tind)) / (lambda(j) - lambda(tind))
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Transform/include/
H A DitkMultiTransform.hxx44 for( SizeValueType tind = 0; tind < this->GetNumberOfTransforms(); tind++ ) in GetTransformCategory() local
47 if( tind == 0 ) in GetTransformCategory()
71 for( SizeValueType tind = 0; tind < this->GetNumberOfTransforms(); tind++ ) in IsLinear() local
73 if( ! this->GetNthTransformConstPointer( tind )->IsLinear() ) in IsLinear()
235 for( SizeValueType tind = 0; tind < this->GetNumberOfTransforms(); tind++ ) in GetNumberOfParameters() local
238 const TransformType * transform = this->GetNthTransformConstPointer( tind ); in GetNumberOfParameters()
262 for( SizeValueType tind = 0; tind < this->GetNumberOfTransforms(); tind++ ) in GetNumberOfLocalParameters() local
264 const TransformType * transform = this->GetNthTransformConstPointer( tind ); in GetNumberOfLocalParameters()
279 for( SizeValueType tind = 0; tind < this->GetNumberOfTransforms(); tind++ ) in GetNumberOfFixedParameters() local
281 const TransformType * transform = this->GetNthTransformConstPointer( tind ); in GetNumberOfFixedParameters()
[all …]
H A DitkCompositeTransform.hxx51 …for( signed long tind = static_cast<signed long>( this->GetNumberOfTransforms() ) - 1; tind >= 0; in GetTransformCategory() local
53 if( this->GetNthTransformToOptimize( tind ) && in GetTransformCategory()
660 tind >= 0; --tind ) in ComputeJacobianWithRespectToParametersCachedTemporaries()
667 if( this->GetNthTransformToOptimize( tind ) ) in ComputeJacobianWithRespectToParametersCachedTemporaries()
913 for( signed long tind = (signed long) this->GetNumberOfTransforms() - 1; tind >= 0; tind-- ) in GetNumberOfParameters() local
915 if( this->GetNthTransformToOptimize( tind ) ) in GetNumberOfParameters()
943 for( signed long tind = (signed long) this->GetNumberOfTransforms() - 1; tind >= 0; tind-- ) in GetNumberOfLocalParameters() local
945 if( this->GetNthTransformToOptimize( tind ) ) in GetNumberOfLocalParameters()
968 tind >= 0; tind-- ) in GetNumberOfFixedParameters()
970 if( this->GetNthTransformToOptimize( tind ) ) in GetNumberOfFixedParameters()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dTto1D.c239 for( tind=1; tind < nt; tind++ ) { in compute_meandiff()
241 fdiff = fabs(fdata[tind]-fdata[tind-1]); in compute_meandiff()
275 for( tind=1; tind < nt; tind++ ) in compute_meandiff()
276 opts->result[tind] = dwork[tind] / dscale; in compute_meandiff()
339 for( tind=0; tind < nt; tind++ ) { in compute_4095()
376 for( tind=0; tind < nt; tind++ ) opts->result[tind] /= nmask; in compute_4095()
433 for( tind=1; tind < nt; tind++ ) { in compute_enorm()
435 fdiff = fdata[tind]-fdata[tind-1]; in compute_enorm()
474 for( tind=1; tind < nt; tind++ ) in compute_enorm()
475 opts->result[tind] = sqrt(dwork[tind]) / dscale; in compute_enorm()
[all …]
H A Dprf_common_circular.c263 int tind; in alloc_reorg_dset() local
290 for( tind = 0; tind < DSET_NVALS(dout); tind++ ) { in alloc_reorg_dset()
417 int xind, yind, zind, tind; in convolve_dset() local
433 for( tind = 0; tind < nt; tind++ ) { in convolve_dset()
608 int xind, yind, zind, tind; in THD_reorg_dset() local
637 for( tind = 0; tind < out_nt; tind++ ) { in THD_reorg_dset()
721 for( tind = 0; tind < out_nt; tind++ ) { in THD_reorg_dset_old()
1075 int nx, ny, tind, sind, nmask; in get_signal_computed() local
1098 for( tind = 0; tind < tslen; tind++ ) { in get_signal_computed()
1099 mptr = DBLK_ARRAY(dset->dblk, tind); in get_signal_computed()
[all …]
H A D3dETC.c125 int iarg , dind=0 , tind=1 , ith , nnlev=1 ; in main() local
200 tind = (int)strtod(argv[iarg],NULL) ; in main()
201 if( tind < 0 ) in main()
285 if( tind >= DSET_NVALS(dset) ) in main()
286 ERROR_exit("threshold index %d is beyond end of input dataset!",tind) ; in main()
296 thrim = THD_extract_float_brick( tind , dset ) ; in main()
301 scode = DSET_BRICK_STATCODE(dset,tind) ; in main()
303 ERROR_exit("thresh sub-brick index %d is NOT a statistical volume!?",tind) ; in main()
304 spar = DSET_BRICK_STATAUX(dset,tind) ; in main()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dtasksmodel.cpp85 int tind = m_tasks.indexOf(plasmoid); in moveIntoWaitingTasks() local
87 if (tind >= 0) { in moveIntoWaitingTasks()
88 beginRemoveRows(QModelIndex(), tind, tind); in moveIntoWaitingTasks()
89 m_tasksWaiting << m_tasks.takeAt(tind); in moveIntoWaitingTasks()
101 int tind = m_tasksWaiting.indexOf(plasmoid); in restoreFromWaitingTasks() local
103 if (tind >= 0) { in restoreFromWaitingTasks()
105 m_tasks << m_tasksWaiting.takeAt(tind); in restoreFromWaitingTasks()
/dports/devel/sunpromake/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/devel/smake/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/devel/sccs/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/devel/schilybase/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/net/rscsi/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/archivers/star/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/sysutils/cdrtools/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/libscg/
H A Dscsihelp.c36 char *tind,
43 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
47 char *tind;
55 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/editors/ved/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/sysutils/schilyutils/schily-2021-09-18/libscg/
H A Dscsihelp.c42 char *tind,
49 __scg_help(f, name, tcomment, tind, tspec, texample, mayscan, bydev) in __scg_help() argument
53 char *tind;
61 fprintf(f, "Transp. layer ind.: %s\n", tind);
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/mpoly/
H A Dsearch_monomials.c64 slong * tind; in mpoly_search_monomials() local
198 tind = gind; tscore = gscore; texp = gexp; in mpoly_search_monomials()
200 hind = tind; hscore = tscore; hexp = texp; in mpoly_search_monomials()
202 tind = find; tscore = fscore; texp = fexp; in mpoly_search_monomials()
204 hind = tind; hscore = tscore; hexp = texp; in mpoly_search_monomials()
228 tind = gind; in mpoly_search_monomials()
234 tind = find; in mpoly_search_monomials()
241 * e_ind = tind; in mpoly_search_monomials()
/dports/math/e-antic/flint2-ae7ec89/mpoly/
H A Dsearch_monomials.c64 slong * tind; in mpoly_search_monomials() local
198 tind = gind; tscore = gscore; texp = gexp; in mpoly_search_monomials()
200 hind = tind; hscore = tscore; hexp = texp; in mpoly_search_monomials()
202 tind = find; tscore = fscore; texp = fexp; in mpoly_search_monomials()
204 hind = tind; hscore = tscore; hexp = texp; in mpoly_search_monomials()
228 tind = gind; in mpoly_search_monomials()
234 tind = find; in mpoly_search_monomials()
241 * e_ind = tind; in mpoly_search_monomials()
/dports/math/flint2/flint-2.8.4/mpoly/
H A Dsearch_monomials.c64 slong * tind; in mpoly_search_monomials() local
198 tind = gind; tscore = gscore; texp = gexp; in mpoly_search_monomials()
200 hind = tind; hscore = tscore; hexp = texp; in mpoly_search_monomials()
202 tind = find; tscore = fscore; texp = fexp; in mpoly_search_monomials()
204 hind = tind; hscore = tscore; hexp = texp; in mpoly_search_monomials()
228 tind = gind; in mpoly_search_monomials()
234 tind = find; in mpoly_search_monomials()
241 * e_ind = tind; in mpoly_search_monomials()
/dports/lang/rexx-regutil/regutil/
H A Dregstem.c349 tind = atoi(s) - 1; in rxfunc()
365 if (!find && !tind && !count && !insert) { in rxfunc()
396 if (tind > tca->count) { in rxfunc()
401 tca->count = tind + count; in rxfunc()
404 memmove(tca->array+tind+count, tca->array+tind, (tca->count-tind)*sizeof(*tca->array)); in rxfunc()
410 if (tca->ptr_alloc < (count + tind)) { in rxfunc()
411 tca->ptr_alloc = count+tind; in rxfunc()
418 if (tind > tca->count) { in rxfunc()
423 tca->count = tind + count; in rxfunc()
425 else if (tca->count < (tind+count)) { in rxfunc()
[all …]
/dports/astro/gnuastro/gnuastro-0.16/bin/noisechisel/
H A Dsky.c63 size_t i, tind, numsky, bdsize=2, ndim=p->sky->ndim; in sky_mean_std_undetected() local
90 tind = tprm->indexs[i]; in sky_mean_std_undetected()
91 tile = &p->cp.tl.tiles[tind]; in sky_mean_std_undetected()
97 setblank=noskytiles[tind]; in sky_mean_std_undetected()
152 memcpy(gal_pointer_increment(p->sky->array, tind, type), in sky_mean_std_undetected()
155 memcpy(gal_pointer_increment(p->std->array, tind, type), in sky_mean_std_undetected()
170 gal_blank_write(gal_pointer_increment(p->sky->array, tind, type), in sky_mean_std_undetected()
172 gal_blank_write(gal_pointer_increment(p->std->array, tind, type), in sky_mean_std_undetected()
/dports/sysutils/cdrkit/cdrkit-1.1.11/libusal/
H A Dscsihelp.c42 void __usal_help(FILE *f, char *name, char *tcomment, char *tind, char *tspec,
46 __usal_help(FILE *f, char *name, char *tcomment, char *tind, char *tspec, in __usal_help() argument
51 fprintf(f, "Transp. layer ind.: %s\n", tind); in __usal_help()
/dports/sysutils/genisoimage/cdrkit-1.1.11/libusal/
H A Dscsihelp.c42 void __usal_help(FILE *f, char *name, char *tcomment, char *tind, char *tspec,
46 __usal_help(FILE *f, char *name, char *tcomment, char *tind, char *tspec, in __usal_help() argument
51 fprintf(f, "Transp. layer ind.: %s\n", tind); in __usal_help()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/include/
H A DitkRegistrationParameterScalesEstimator.hxx179 …for( signed long tind = static_cast<signed long>( compositeTransform->GetNumberOfTransforms() ) - … in IsBSplineTransform() local
181 if( compositeTransform->GetNthTransformToOptimize( tind ) && in IsBSplineTransform()
182 …( compositeTransform->GetNthTransformConstPointer( tind )->GetTransformCategory() != MovingTransfo… in IsBSplineTransform()
198 …for( signed long tind = static_cast<signed long>( compositeTransform->GetNumberOfTransforms() ) - … in IsBSplineTransform() local
200 if( compositeTransform->GetNthTransformToOptimize( tind ) && in IsBSplineTransform()
201 …( compositeTransform->GetNthTransformConstPointer( tind )->GetTransformCategory() != FixedTransfor… in IsBSplineTransform()

12345678910>>...14