Home
last modified time | relevance | path

Searched refs:max_index (Results 1 – 25 of 2575) sorted by relevance

12345678910>>...103

/dports/www/gitea/gitea-1.16.5/models/fixtures/
H A Dissue_index.yml3 max_index: 5
6 max_index: 2
9 max_index: 2
12 max_index: 1
15 max_index: 1
18 max_index: 1
21 max_index: 1
24 max_index: 1
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/D3dB/
H A Dolist.c20 olist->max_index = 0;
30 max_index; local
32 olist->max_index = olist->max_index + 1;
33 max_index = olist->max_index;
36 while (((olist->list[index]) < item) && (index < (max_index-1)))
39 for (j=(max_index-1); j>index; --j)
69 printf("%d: ",olist->max_index);
70 for (i=0; i<(olist->max_index); ++i)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/D3dB/
H A Dolist.c20 olist->max_index = 0;
30 max_index; local
32 olist->max_index = olist->max_index + 1;
33 max_index = olist->max_index;
36 while (((olist->list[index]) < item) && (index < (max_index-1)))
39 for (j=(max_index-1); j>index; --j)
69 printf("%d: ",olist->max_index);
70 for (i=0; i<(olist->max_index); ++i)
/dports/math/openblas/OpenBLAS-0.3.18/kernel/riscv64/
H A Dimax_vector.c84 unsigned int max_index = 0; in CNAME() local
85 if (n <= 0 || inc_x <= 0) return(max_index); in CNAME()
116 max_index = VMFIRSTM(mask,gvl); in CNAME()
117 max_index = v_max_index[max_index]; in CNAME()
131 max_index = VMFIRSTM(mask,gvl); in CNAME()
132 max_index = v_max_index[max_index]; in CNAME()
158 max_index = VMFIRSTM(mask,gvl); in CNAME()
159 max_index = v_max_index[max_index]; in CNAME()
173 max_index = VMFIRSTM(mask,gvl); in CNAME()
174 max_index = v_max_index[max_index]; in CNAME()
[all …]
H A Diamax_vector.c88 unsigned int max_index = 0; in CNAME() local
89 if (n <= 0 || inc_x <= 0) return(max_index); in CNAME()
122 max_index = VMFIRSTM(mask,gvl); in CNAME()
123 max_index = v_max_index[max_index]; in CNAME()
140 max_index = VMFIRSTM(mask,gvl); in CNAME()
141 max_index = v_max_index[max_index]; in CNAME()
170 max_index = VMFIRSTM(mask,gvl); in CNAME()
171 max_index = v_max_index[max_index]; in CNAME()
188 max_index = VMFIRSTM(mask,gvl); in CNAME()
189 max_index = v_max_index[max_index]; in CNAME()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp36 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
37 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
38 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
39 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
41 bit_set(i, max_index); in test()
42 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
43 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
44 bit_set(i, max_index / 2); in test()
45 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
46 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp36 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
37 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
38 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
39 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
41 bit_set(i, max_index); in test()
42 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
43 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
44 bit_set(i, max_index / 2); in test()
45 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
46 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp34 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
35 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
36 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
37 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
39 bit_set(i, max_index); in test()
40 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
41 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
42 bit_set(i, max_index / 2); in test()
43 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
44 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp34 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
35 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
36 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
37 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
39 bit_set(i, max_index); in test()
40 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
41 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
42 bit_set(i, max_index / 2); in test()
43 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
44 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/databases/percona57-server/boost_1_59_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp34 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
35 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
36 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
37 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
39 bit_set(i, max_index); in test()
40 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
41 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
42 bit_set(i, max_index / 2); in test()
43 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
44 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/databases/xtrabackup/boost_1_59_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp34 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
35 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
36 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
37 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
39 bit_set(i, max_index); in test()
40 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
41 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
42 bit_set(i, max_index / 2); in test()
43 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
44 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/databases/percona57-client/boost_1_59_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp34 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
35 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
36 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
37 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
39 bit_set(i, max_index); in test()
40 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
41 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
42 bit_set(i, max_index / 2); in test()
43 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
44 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/devel/boost-libs/boost_1_72_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp36 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
37 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
38 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
39 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
41 bit_set(i, max_index); in test()
42 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
43 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
44 bit_set(i, max_index / 2); in test()
45 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
46 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/devel/hyperscan/boost_1_75_0/libs/multiprecision/test/
H A Dtest_native_integer.cpp36 unsigned max_index = (std::numeric_limits<I>::digits) - 1; in test() local
37 BOOST_CHECK(bit_test(bit_set(i, max_index), max_index)); in test()
38 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
39 BOOST_CHECK_EQUAL(bit_flip(bit_set(i, max_index), max_index), 0); in test()
41 bit_set(i, max_index); in test()
42 BOOST_CHECK_EQUAL(lsb(i), max_index); in test()
43 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
44 bit_set(i, max_index / 2); in test()
45 BOOST_CHECK_EQUAL(lsb(i), max_index / 2); in test()
46 BOOST_CHECK_EQUAL(msb(i), max_index); in test()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_minmax_index.c150 *max_index = entry->max; in vbo_get_minmax_cached()
263 *max_index = max_ui; in vbo_get_minmax_index_mapped()
285 *max_index = max_us; in vbo_get_minmax_index_mapped()
307 *max_index = max_ub; in vbo_get_minmax_index_mapped()
327 GLuint *max_index) in vbo_get_minmax_index() argument
350 *max_index); in vbo_get_minmax_index()
363 GLuint *max_index, in vbo_get_minmax_indices() argument
373 *max_index = 0; in vbo_get_minmax_indices()
393 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
407 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_minmax_index.c151 *max_index = entry->max; in vbo_get_minmax_cached()
264 *max_index = max_ui; in vbo_get_minmax_index_mapped()
286 *max_index = max_us; in vbo_get_minmax_index_mapped()
308 *max_index = max_ub; in vbo_get_minmax_index_mapped()
328 GLuint *max_index) in vbo_get_minmax_index() argument
351 *max_index); in vbo_get_minmax_index()
364 GLuint *max_index, in vbo_get_minmax_indices() argument
374 *max_index = 0; in vbo_get_minmax_indices()
394 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
408 info->max_index = 0; in vbo_get_minmax_indices_gallium()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/testing/utest/dsp/search/
H A Diminmax.cpp30 size_t max_index(const float *src, size_t count);
42 size_t max_index(const float *src, size_t count);
53 size_t max_index(const float *src, size_t count);
66 size_t max_index(const float *src, size_t count);
79 size_t max_index(const float *src, size_t count);
171 IF_ARCH_X86(CALL(native::max_index, sse2::max_index, 16));
178 IF_ARCH_X86(CALL(native::max_index, avx2::max_index, 32));
185 IF_ARCH_ARM(CALL(native::max_index, neon_d32::max_index, 16));
192 IF_ARCH_AARCH64(CALL(native::max_index, asimd::max_index, 16));

12345678910>>...103