Home
last modified time | relevance | path

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

/dports/graphics/wdune/wdune-1.926/tools/
H A Drun_dune_and_povray_freebsd.sh57 NUMDIGITS=`echo $NUMFRAMES | wc -c`
58 png2yuv -I p -f 24 -b 1 -n $NUMFAMES -j "$FILE$NUMDIGITS%d.png" > $FILE.yuv
H A Drun_dune_and_povray.sh56 NUMDIGITS=`echo $NUMFRAMES | wc -c`
57 png2yuv -I p -f 24 -b 1 -n $NUMFAMES -j "$FILE$NUMDIGITS%d.png" > $FILE.yuv
H A Drun_dune_and_povray_freebsd_local.sh57 NUMDIGITS=`echo $NUMFRAMES | wc -c`
58 png2yuv -I p -f 24 -b 1 -n $NUMFAMES -j "$FILE$NUMDIGITS%d.png" > $FILE.yuv
H A Drun_dune_and_povray_local.sh56 NUMDIGITS=`echo $NUMFRAMES | wc -c`
57 png2yuv -I p -f 24 -b 1 -n $NUMFAMES -j "$FILE$NUMDIGITS%d.png" > $FILE.yuv
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltGrAxis.c52 #define NUMDIGITS 15 /* Specifies the number of macro
915 sprintf(string, "%.*g", NUMDIGITS, value);
/dports/textproc/xwindiff/xwindiff-1.1.6/
H A Dxwindiff.c150 #define NUMDIGITS(x) (((x) < 10) ? 1 : \ macro