Home
last modified time | relevance | path

Searched refs:stats_y (Results 1 – 8 of 8) sorted by relevance

/dports/science/dynare/dynare-4.6.4/tests/observation_trends_and_prefiltering/
H A Dgenerate_trend_stationary_AR1.m46 % [b_y,~,~,~,stats_y] = regress(log(Y_obs(2:end))',[ones(n_periods-1,1) (2:n_periods)' log(Y_obs(1:…
54 % [b_y,~,~,~,stats_y] = regress((Y_obs(2:end))',[ones(n_periods-1,1) (2:n_periods)' (Y_obs(1:end-1)…
83 % [b_y,~,~,~,stats_y] = regress((Y_obs(2:end))',[ones(n_periods-1,1) (2:n_periods)' (Y_obs(1:end-1)…
/dports/games/xbubble/xbubble-0.5.8/src/
H A Dscreens.c117 int stats_y; in screen_2p() local
159 stats_y = title_y + ( title_height + height[0] )/2; in screen_2p()
161 menu_y = stats_y + ( height[0] + menu_height )/2; in screen_2p()
171 stats_box[i] = create_column( stats_x[i], stats_y, 4, pstats[i], menu_font, in screen_2p()
/dports/games/fargoal/fargoal/src/
H A Dgame.c691 int stats_y = SCREEN_H - 90 + 15; in game_render() local
739 textprintf (page, font, stats_x, stats_y, layout_color (LC_STATS), in game_render()
741 textprintf (page, font, stats_x, stats_y + 22, layout_color (LC_STATS), in game_render()
743 textprintf (page, font, stats_x, stats_y + 44, layout_color (LC_STATS), in game_render()
/dports/games/ltris/ltris-1.2.1/src/
H A Dbowl.h115 int stats_x, stats_y, stats_w, stats_h; member
H A Dbowl.c1075 bowl->stats_y = 60; in bowl_create()
1167 DEST(sdl.screen, bowl->stats_x, bowl->stats_y, bowl->stats_w, bowl->stats_h); in bowl_hide()
1168 SOURCE(offscreen, bowl->stats_x, bowl->stats_y); in bowl_hide()
1170 add_refresh_rect(bowl->stats_x, bowl->stats_y, bowl->stats_w, bowl->stats_h); in bowl_hide()
1585 draw_3dframe(bkgnd, bowl->stats_x, bowl->stats_y, bowl->stats_w, bowl->stats_h, 4); in bowl_draw_frames()
1718 int x = bowl->stats_x + 5, y = bowl->stats_y + 10; in bowl_draw_stats()
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Doperview.pl60stats_y => '$0 :: $[!4]1 :: %gpf%n $[!4]2 %gcf%n $[!4]3 %gml%n $[!4]4 %gsq%n $[!8]5 %gll%n …
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dveh_interact.cpp285 const int stats_y = name_y + name_h; in allocate_windows() local
304 w_stats = catacurses::newwin( stats_h, grid_w, point( grid.x, stats_y ) ); in allocate_windows()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dveh_interact.cpp285 const int stats_y = name_y + name_h; in allocate_windows() local
304 w_stats = catacurses::newwin( stats_h, grid_w, point( grid.x, stats_y ) ); in allocate_windows()