Home
last modified time | relevance | path

Searched refs:x_pct (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/miller/miller-5.10.2/docs/
H A Dcookbook.rst624 @x_pct[nr] = 100 * (x - @x_min) / (@x_max - @x_min);
626 emit (@x, @x_pct), "NR"
629 NR x x_pct
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp20888 int x_pct = eval_num(n); in sexp_show_subtitle_text() local
20963 if (x_pct < -100) in sexp_show_subtitle_text()
20964 x_pct = -100; in sexp_show_subtitle_text()
20965 if (x_pct > 100) in sexp_show_subtitle_text()
20966 x_pct = 100; in sexp_show_subtitle_text()
21048 int x_pct = eval_num(n); in sexp_show_subtitle_image() local
21084 if (x_pct < -100) in sexp_show_subtitle_image()
21085 x_pct = -100; in sexp_show_subtitle_image()
21086 if (x_pct > 100) in sexp_show_subtitle_image()
21087 x_pct = 100; in sexp_show_subtitle_image()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp22368 int x_pct, y_pct, width_pct, fontnum, message_index = -1; in multi_sexp_show_subtitle_text() local
22376 Current_sexp_network_packet.get_int(x_pct); in multi_sexp_show_subtitle_text()
22400 int x_pos = (int)(gr_screen.center_w * (x_pct / 100.0f)); in multi_sexp_show_subtitle_text()