Home
last modified time | relevance | path

Searched defs:v_size (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dsmall_vector_test.cpp101 const std::size_t v_size = v.size(); in test_swap() local
113 const std::size_t v_size = v.size(); in test_swap() local
128 const std::size_t v_size = v.size(); in test_swap() local
143 const std::size_t v_size = v.size(); in test_swap() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dsmall_vector_test.cpp101 const std::size_t v_size = v.size(); in test_swap() local
113 const std::size_t v_size = v.size(); in test_swap() local
128 const std::size_t v_size = v.size(); in test_swap() local
143 const std::size_t v_size = v.size(); in test_swap() local
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dsmall_vector_test.cpp101 const std::size_t v_size = v.size(); in test_swap() local
113 const std::size_t v_size = v.size(); in test_swap() local
128 const std::size_t v_size = v.size(); in test_swap() local
143 const std::size_t v_size = v.size(); in test_swap() local
/dports/biology/viennarna/ViennaRNA-2.4.18/tests/python/
H A Dtest-RNA-pf_window.py51 def pf_window_callback(v, v_size, i, maxsize, what, data=None): argument
58 def bpp_callback(v, v_size, i, maxsize, what, data=None): argument
63 def up_callback(v, v_size, i, maxsize, what, data): argument
68 def up_split_callback(v, v_size, i, maxsize, what, data): argument
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dsmall_vector_test.cpp101 const std::size_t v_size = v.size(); in test_swap() local
113 const std::size_t v_size = v.size(); in test_swap() local
128 const std::size_t v_size = v.size(); in test_swap() local
143 const std::size_t v_size = v.size(); in test_swap() local
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsDebug.cpp43 const int v_size = v.size(); in debugVectorRightSize() local
50 const int v_size = v.size(); in debugVectorRightSize() local
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsDebug.cpp43 const int v_size = v.size(); in debugVectorRightSize() local
50 const int v_size = v.size(); in debugVectorRightSize() local
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Distream-limit.c9 uoff_t v_size; member
114 struct istream *i_stream_create_limit(struct istream *input, uoff_t v_size) in i_stream_create_limit()
135 uoff_t v_offset, uoff_t v_size) in i_stream_create_range()
/dports/net/xrdp-devel/xrdp-0.9.16/librfxcodec/src/
H A Drfxencode_tile.c106 STREAM *data_out, int *y_size, int *u_size, int *v_size) in rfx_encode_rgb()
158 int *v_size, int *a_size) in rfx_encode_argb()
212 STREAM *data_out, int *y_size, int *u_size, int *v_size) in rfx_encode_yuv()
255 int *v_size, int *a_size) in rfx_encode_yuva()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/api/
H A Dgraph.c59 static void create_graph(glp_graph *G, int v_size, int a_size) in create_graph()
71 glp_graph *glp_create_graph(int v_size, int a_size) in glp_create_graph()
426 void glp_erase_graph(glp_graph *G, int v_size, int a_size) in glp_erase_graph()
/dports/math/glpk/glpk-5.0/src/api/
H A Dgraph.c59 static void create_graph(glp_graph *G, int v_size, int a_size) in create_graph()
71 glp_graph *glp_create_graph(int v_size, int a_size) in glp_create_graph()
426 void glp_erase_graph(glp_graph *G, int v_size, int a_size) in glp_erase_graph()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_screen.py223 def create_screen(self, screen_name, h_size, v_size): argument
233 def update_screen(self, screen_id, screen_name, h_size, v_size): argument
295 def get_hsize_vsize(self, hosts, v_size, graphs_in_row): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_screen.py216 def create_screen(self, screen_name, h_size, v_size): argument
226 def update_screen(self, screen_id, screen_name, h_size, v_size): argument
291 def get_hsize_vsize(self, hosts, v_size, graphs_in_row): argument
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dgridrange.h33 const unsigned int v_size = v_end-v_start+1; in hasLeafSize() local
51 const unsigned int v_size = v_end-v_start+1; in split() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dattr-availability-priority.m39 void pragmaExplicitWinsOverPragmaImplicit(); // expected-note {{marked deprecated here}}
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmbuffer.h330 size_type v_size = value_size(); in heap_vector() local
364 size_type v_size = value_size(); in ~heap_vector() local
434 size_type v_size = value_size(); in reserve() local
447 size_type v_size = value_size(); in resize() local
484 size_type v_size = value_size(); in add() local
497 size_type v_size = value_size(); in push_back() local
510 size_type v_size = value_size(); in push_back_no_check() local
525 size_type v_size = value_size(); in resize_internal() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmbuffer.h330 size_type v_size = value_size(); in heap_vector() local
364 size_type v_size = value_size(); in ~heap_vector() local
434 size_type v_size = value_size(); in reserve() local
447 size_type v_size = value_size(); in resize() local
484 size_type v_size = value_size(); in add() local
497 size_type v_size = value_size(); in push_back() local
510 size_type v_size = value_size(); in push_back_no_check() local
525 size_type v_size = value_size(); in resize_internal() local
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Davx512-unsafe-fp-math.ll39 define <8 x double> @test_max_v8f64(<8 x double> * %a_ptr, <8 x double> %b) {
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A Dtypes.cpp31 size_t v_size = ALIGN_SIZE(sizeof(float) * items, ALIGN64); in create() local
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/lib/
H A Dbipartite_match.h31 int v_size; /* size of V */ member
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/lib/
H A Dbipartite_match.h31 int v_size; /* size of V */ member
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/lib/
H A Dbipartite_match.h31 int v_size; /* size of V */ member
/dports/databases/postgresql10-server/postgresql-10.19/src/include/lib/
H A Dbipartite_match.h31 int v_size; /* size of V */ member
/dports/databases/postgresql11-client/postgresql-11.14/src/include/lib/
H A Dbipartite_match.h31 int v_size; /* size of V */ member
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/lib/
H A Dbipartite_match.h31 int v_size; /* size of V */ member

12345678910>>...22