Home
last modified time | relevance | path

Searched refs:OutPrefix (Results 1 – 6 of 6) sorted by relevance

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/elliptic_curves/ec_rationals/
H A Dtestit.sh9 OutPrefix="out"
28 OutFile=$OutDir/$p.$OutPrefix$d
44 OutFile=$OutDir/$p.$OutPrefix
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_SurfaceMetrics.c288 OutPrefix = NULL; in main()
409 OutPrefix = SUMA_copy_string(argv[kar]); in main()
841 if (!OutPrefix) { in main()
842 OutPrefix = SUMA_copy_string(SO->Label); in main()
1000 sprintf(OutName, "%s.TriAngles.1D", OutPrefix); in main()
1131 sprintf(OutName, "%s.TriSine.1D", OutPrefix); in main()
1298 sprintf(OutName, "%s.edges", OutPrefix); in main()
1351 sprintf(OutName, "%s.area", OutPrefix); in main()
1434 sprintf(OutName, "%s.curv.1D.do", OutPrefix); in main()
1494 OutPrefix, in main()
[all …]
H A DSUMA_MiscFunc.h206 SUMA_DSET *SUMA_CurvatureToDset(SUMA_SURFACE_CURVATURE *SC, char *OutPrefix);
H A DSUMA_MiscFunc.c9600 SUMA_DSET *SUMA_CurvatureToDset(SUMA_SURFACE_CURVATURE *SC, char *OutPrefix) in SUMA_CurvatureToDset() argument
9612 if (!OutPrefix) OutPrefix = FuncName; in SUMA_CurvatureToDset()
9628 OutPrefix, in SUMA_CurvatureToDset()
/dports/graphics/avir/avir-3.0/
H A Davir_dil.h44 using CImageResizerFilterStep< fptype, fptype > :: OutPrefix;
349 fptype* op0 = &Dst[ -OutPrefix ]; in doUpsample()
350 memset( op0, 0, ( OutPrefix + OutLen + OutSuffix ) * in doUpsample()
357 op0 += OutPrefix % ResampleFactor; in doUpsample()
358 l = OutPrefix / ResampleFactor; in doUpsample()
H A Davir.h2661 using CImageResizerFilterStep< fptype, fptypeatom > :: OutPrefix;
3253 fptype* op0 = &Dst[ -OutPrefix * ElCount ]; in doUpsample()
3254 memset( op0, 0, ( OutPrefix + OutLen + OutSuffix ) * ElCount * in doUpsample()
3265 op0 += ( OutPrefix % ResampleFactor ) * ElCount; in doUpsample()
3266 l = OutPrefix / ResampleFactor; in doUpsample()
5767 fs.OutPrefix += fs.InPrefix * fs.ResampleFactor; in doResize()
5861 fs.OutPrefix = fs.FltLatency; in doResize()
5865 int l0 = fs.OutPrefix + fs.OutLen + fs.OutSuffix; in doResize()
5998 if( fs.OutPrefix > MaxPrefix[ ob ]) in doResize()
6000 MaxPrefix[ ob ] = fs.OutPrefix; in doResize()
[all …]