Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/Geom/
H A Dlinsolv.cpp13 left_cols.SetCount(rows); in LinearSolver()
15 left_rows[i] = left_cols[i] = i; in LinearSolver()
39 for(int pc = 0; pc < left_cols.GetCount(); pc++) in Solve()
41 double v = fabs(p[left_cols[pc]]); in Solve()
59 int cr = left_rows[er], cc = left_cols[ec]; in Solve()
63 p = left_cols.Pop(); in Solve()
64 if(ec < left_cols.GetCount()) left_cols[ec] = p; in Solve()
67 const int *xb = left_cols.Begin(), *xe = left_cols.End(); in Solve()
H A Dlinsolv.h29 Vector<int> left_rows, left_cols; variable
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_line.c1033 u_int left_cols; in vt_line_fill() local
1089 left_cols = num * vt_char_cols(ch); in vt_line_fill()
1093 left_cols = 0; in vt_line_fill()
1098 if (beg + num + left_cols > line->num_chars) { in vt_line_fill()
1099 left_cols = line->num_chars - beg - num; in vt_line_fill()
1104 if (beg + num + left_cols + copy_len > line->num_chars) { in vt_line_fill()
1111 copy_len = line->num_chars - beg - num - left_cols; in vt_line_fill()
1115 char_index += (left_cols / vt_char_cols(ch)); in vt_line_fill()
1119 left_cols -= vt_char_cols(line->chars + char_index); in vt_line_fill()
1136 for (count = 0; count < left_cols; count++) { in vt_line_fill()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DDuplicateKeyFinder.pm305 my $left_cols = $left_keys->[$left_index]->{colnames};
311 PTDEBUG && _d('Comparing left', $left_name, '(',$left_cols,')',
317 if ( substr($left_cols, 0, $right_len_cols)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/
H A Ddataframe.rs173 left_cols: &[&str], in join()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/execution/
H A Ddataframe_impl.rs109 left_cols: &[&str], in join()
113 .join(&right.to_logical_plan(), join_type, left_cols, right_cols)? in join()
/dports/graphics/gegl/gegl-0.4.34/gegl/buffer/
H A Dgegl-buffer-access.c1426 gint top_rows, left_cols, right_cols, bottom_rows; in gegl_buffer_iterate_read_abyss_clamp() local
1481 left_cols = read_output_rect.x - roi->x; in gegl_buffer_iterate_read_abyss_clamp()
1489 if (left_cols) in gegl_buffer_iterate_read_abyss_clamp()
1492 fill_abyss_color (fill_buf, left_cols, top_rows, buf_stride, src_pixel, bpp); in gegl_buffer_iterate_read_abyss_clamp()
1493 fill_buf += left_cols * bpp; in gegl_buffer_iterate_read_abyss_clamp()
1519 if (left_cols) in gegl_buffer_iterate_read_abyss_clamp()
1527 gegl_memset_pattern (row_fill_buf, src_pixel, bpp, left_cols); in gegl_buffer_iterate_read_abyss_clamp()
1536 guchar *row_fill_buf = buf + (read_input_rect.width + left_cols) * bpp in gegl_buffer_iterate_read_abyss_clamp()
1553 if (left_cols) in gegl_buffer_iterate_read_abyss_clamp()
1556 fill_abyss_color (fill_buf, left_cols, bottom_rows, buf_stride, src_pixel, bpp); in gegl_buffer_iterate_read_abyss_clamp()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/core/reshape/
H A Dmerge.py1279 left_cols = self.left.columns
1281 common_cols = left_cols.intersection(right_cols)
1291 not left_cols.join(common_cols, how="inner").is_unique
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/bin/
H A Dpt-duplicate-key-checker2582 my $left_cols = $left_keys->[$left_index]->{colnames};
2588 PTDEBUG && _d('Comparing left', $left_name, '(',$left_cols,')',
2591 if ( substr($left_cols, 0, $right_len_cols)