Home
last modified time | relevance | path

Searched refs:last_cols (Results 1 – 9 of 9) sorted by relevance

/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/linear_algebra/
H A Dtrans_matrix.cc44 last_cols = 0; in trans_matrix()
90 last_cols = 0; in kill()
204 last_cols = tran.columns; in remove_columns()
208 last_cols = TR[size-1].columns; in remove_columns()
247 last_cols = ncols; in set_no_of_columns()
279 last_cols = tran.columns; in set_no_of_columns()
303 last_cols = tran.columns; in set_no_of_columns()
472 last_cols = cols; in store_matrix()
475 tran.resize(last_cols, last_cols); in store_matrix()
535 last_cols = cols; in store_matrix()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/
H A Dtsatools.py240 last_cols = lrange(ins_idx, x.shape[1])
245 last_cols.pop(last_cols.index(col))
246 return np.column_stack((x[lags:, first_cols], ndlags, x[lags:, last_cols]))
/dports/net/c3270/suite3270-4.0/Common/b3270/
H A Dscreen.c93 static int last_cols = 0; variable
244 last_cols = maxCOLS; in internal_screen_init()
915 if (ROWS != last_rows || COLS != last_cols) { in screen_disp_cond()
918 last_cols = COLS; in screen_disp_cond()
/dports/x11/x3270/suite3270-4.0/Common/b3270/
H A Dscreen.c93 static int last_cols = 0; variable
244 last_cols = maxCOLS; in internal_screen_init()
915 if (ROWS != last_rows || COLS != last_cols) { in screen_disp_cond()
918 last_cols = COLS; in screen_disp_cond()
/dports/x11/kitty/kitty-0.23.1/kittens/unicode_input/
H A Dmain.py148 self.last_rows = self.last_cols = -1
170 if not self.layout_dirty and self.last_cols == cols and self.last_rows == rows:
172 self.last_cols, self.last_rows = cols, rows
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Draw_display.py892 last_cols = util.calc_width(last_text, 0, len(last_text))
894 len(last_text), last_cols-1)
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/contrib/urwid/
H A Draw_display.py956 last_cols = util.calc_width(last_text, 0, len(last_text))
958 len(last_text), last_cols-1)
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/linear_algebra/include/LiDIA/
H A Dbigint_matrix.h1727 lidia_size_t last_cols; // # of columns in last matrix variable
/dports/x11/xterm/xterm-370/
H A Dmisc.c7450 static int last_cols = -1; in update_winsize() local
7455 last_rows, last_cols, last_high, last_wide, in update_winsize()
7459 || cols != last_cols in update_winsize()
7465 last_cols = cols; in update_winsize()