Home
last modified time | relevance | path

Searched refs:get_cols (Results 1 – 25 of 147) sorted by relevance

123456

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl62 get_cols(Cols, Row);
129 get_cols([Col | Cols], Row) -> function
130 [{value, element(Col, Row)} | get_cols(Cols, Row)];
131 get_cols([], _Row) -> function
/dports/sysutils/webmin/webmin-1.981/WebminUI/
H A DTextarea.pm32 $self->get_rows(), $self->get_cols(),
54 sub get_cols subroutine
/dports/sysutils/usermin/usermin-1.830/WebminUI/
H A DTextarea.pm32 $self->get_rows(), $self->get_cols(),
54 sub get_cols subroutine
/dports/astro/py-astropy/astropy-5.0/astropy/io/ascii/tests/
H A Dtest_types.py61 def get_cols(self, lines): member in test_col_dtype_in_custom_class.TestDtypeHeader
62 super().get_cols(lines)
/dports/math/fplll/fplll-5.4.1/fplll/
H A Dutil.h43 int nrows = m.get_rows(), ncols = m.get_cols(); in vector_matrix_product()
55 int nrows = m.get_rows(), ncols = m.get_cols(); in vector_matrix_product()
H A Dgso.h119 tmp_col_expo.resize(b.get_cols()); in MatGSO()
233 template <class ZT, class FT> inline int MatGSO<ZT, FT>::get_cols_of_b() { return b.get_cols(); } in get_cols_of_b()
303 for (int j = 0; j < b.get_cols(); j++) in create_rows()
312 for (int j = 0; j < u.get_cols(); j++) in create_rows()
H A Dwrapper.cpp50 n = b.get_cols(); in Wrapper()
65 n = b.get_cols(); in Wrapper()
283 if (b.get_rows() == 0 || b.get_cols() == 0) in lll()
480 if (b.get_rows() == 0 || b.get_cols() == 0) in hlll()
543 if (b.get_rows() == 0 || b.get_cols() == 0) in lll_reduction_zf()
743 if (b.get_rows() == 0 || b.get_cols() == 0) in is_hlll_reduced_zf()
758 if (b.get_rows() == 0 || b.get_cols() == 0) in is_hlll_reduced_pr()
793 if (b.get_rows() == 0 || b.get_cols() == 0) in hlll_reduction_zf()
818 int good_prec = hlll_min_prec(b.get_rows(), b.get_cols(), delta, eta, theta, c); in hlll_reduction_z()
H A Dgso_gram.h161 for (int i = 0; i < g.get_cols(); i++) in sqnorm_coordinates()
204 return gptr->get_cols(); in get_cols_of_b()
284 for (int j = 0; j < u.get_cols(); j++) in create_rows()
H A Dsvpcvp.cpp50 int n = b.get_cols(); in get_basis_min()
98 int n = b.get_cols(); in shortest_vector_ex()
496 int n = matrix.get_rows(), m = matrix.get_cols(); in get_gscoords()
500 FPLLL_DEBUG_CHECK(mu.get_rows() == n && mu.get_cols() == n && r.get_rows() == n && in get_gscoords()
501 r.get_cols() == n && static_cast<int>(v.size()) == m); in get_gscoords()
538 int n = b.get_cols(); in closest_vector()
H A Dllldiff.cpp119 c = mat1.get_cols(); in main()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dcontainer_base.hpp193 unsigned int get_cols() const in get_cols() function in gui2::container_base
195 return grid_.get_cols(); in get_cols()
H A Ddebug.cpp403 for(unsigned col = 0; col < grid->get_cols(); ++col) { in grid_generate_info()
416 for(unsigned col = 0; col < grid->get_cols(); ++col) { in grid_generate_info()
428 for(unsigned col = 0; col < grid->get_cols(); ++col) { in grid_generate_info()
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DGetVarCommand.cc118 int size = shape.get_cols(); in apl_value_to_el()
126 int size = shape.get_cols(); in apl_value_to_el()
/dports/biology/graphlan/nsegata-graphlan-66ec7cfce81e/pyphlan/
H A Dtab.py24 def get_cols( self, row = None, val = None, regex = None ): member in Tab
56 cols = set(self.get_cols( row, val, regex ))
/dports/biology/graphlan/nsegata-pyphlan-eae40ebc0030/
H A Dtab.py24 def get_cols( self, row = None, val = None, regex = None ): member in Tab
56 cols = set(self.get_cols( row, val, regex ))
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/include/terraces/
H A Dbitmatrix.hpp29 bitmatrix get_cols(const std::vector<std::size_t>& cols) const;
/dports/misc/orville-write/orville-write-2.55/
H A Dwrite.h61 int get_cols(void);
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/lib/
H A Dbitmatrix.cpp28 bitmatrix bitmatrix::get_cols(const std::vector<std::size_t>& cols) const { in get_cols() function in terraces::bitmatrix
/dports/lang/gnu-apl/apl-1.8/src/
H A DQuad_DLX.cc336 const ShapeItem row = qio + e/B.get_cols(); in DLX_Root_Node()
337 const ShapeItem col = qio + e%B.get_cols(); in DLX_Root_Node()
737 const ShapeItem cols = B->get_cols(); in eval_AB()
759 const ShapeItem cols = B.get_cols(); in do_DLX()

123456