Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_fimmer_compute.c48 float top_perc = 0.0 ; /* 30 Aug 1999 */ in AFNI_fimmer_compute() local
510 if( tp > 0.0 ) top_perc = tp ; in AFNI_fimmer_compute()
719 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , vval ) ; in AFNI_fimmer_compute()
747 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , vval ) ; in AFNI_fimmer_compute()
775 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , vval ) ; in AFNI_fimmer_compute()
1021 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , pbest ) ; in AFNI_fimmer_compute()
1050 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , pabest ) ; in AFNI_fimmer_compute()
1079 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , ptbest ) ; in AFNI_fimmer_compute()
H A Dafni_fimmer.c320 float top_perc = 0.0 ; /* 30 Aug 1999 */ in AFNI_fimmer_compute() local
791 if( tp > 0.0 ) top_perc = tp ; in AFNI_fimmer_compute()
1004 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , vval ) ; in AFNI_fimmer_compute()
1032 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , vval ) ; in AFNI_fimmer_compute()
1060 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , vval ) ; in AFNI_fimmer_compute()
1306 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , pbest ) ; in AFNI_fimmer_compute()
1335 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , pabest ) ; in AFNI_fimmer_compute()
1364 if( top_perc > 0.0 ) EDIT_clip_float( top_perc , nvox , ptbest ) ; in AFNI_fimmer_compute()
/dports/games/etracer/etr-0.8.1/src/
H A Dgui.h218 TArea AutoAreaN(int top_perc, int bott_perc, unsigned int w);
H A Dgui.cpp845 TArea AutoAreaN(int top_perc, int bott_perc, unsigned int w) { in AutoAreaN() argument
847 res.top = AutoYPosN(top_perc); in AutoAreaN()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxdisp.c27415 int top_perc, bot_perc; in decode_mode_spec() local
27420 top_perc = toppos <= begv ? 0 : percent99 (toppos - begv, zv - begv); in decode_mode_spec()
27423 if (top_perc == bot_perc) in decode_mode_spec()
27424 sprintf (decode_mode_spec_buf, "%d%%", top_perc); in decode_mode_spec()
27426 sprintf (decode_mode_spec_buf, "%d-%d%%", top_perc, bot_perc); in decode_mode_spec()
/dports/editors/emacs/emacs-27.2/src/
H A Dxdisp.c26566 int top_perc, bot_perc; in decode_mode_spec() local
26571 top_perc = toppos <= begv ? 0 : percent99 (toppos - begv, zv - begv); in decode_mode_spec()
26574 if (top_perc == bot_perc) in decode_mode_spec()
26575 sprintf (decode_mode_spec_buf, "%d%%", top_perc); in decode_mode_spec()
26577 sprintf (decode_mode_spec_buf, "%d-%d%%", top_perc, bot_perc); in decode_mode_spec()