Home
last modified time | relevance | path

Searched refs:nstores (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/hpx/hpx-1.2.1/tests/regressions/performance_counters/
H A Dpapi_counters_active_interface.cpp21 const size_t nstores = 1000000; variable
36 for (i = 0; i < nstores; i++) ; in hpx_main()
43 for (i = 0; i < nstores; i++) ; in hpx_main()
49 for (i = 0; i < 2*nstores; i++) ; in hpx_main()
54 for (i = 0; i < nstores; i++) ; in hpx_main()
108 bool pass = close_enough(cnt[0], nstores, 5.0) && in check_()
/dports/math/yices/yices-2.6.2/src/terms/
H A Dbv_constants.c58 uint32_t nstores; member
85 s->nstores = 0; in init_allocator()
95 assert(s->nstores <= n && n < MAX_NUM_STORES); in resize_allocator()
98 new_size = s->nstores + 1; in resize_allocator()
109 for (i=s->nstores; i<new_size; i++) { in resize_allocator()
112 s->nstores = new_size; in resize_allocator()
128 if (i >= s->nstores) { in alloc_vector()
151 assert(0 < i && i < s->nstores); in free_vector()
165 for (i=0; i<s->nstores; i++) { in delete_allocator()
170 s->nstores = 0; in delete_allocator()
/dports/textproc/kmflcomp/kmflcomp-0.9.9/src/
H A Dyacc.y106 kbp->nstores = count_stores(kbp->stores);
112 kbp->nstores = count_stores(kbp->stores);
H A Dcompiler.h94 UINT nstores; // number of defined stores member
H A Dyacc.c1600 kbp->nstores = count_stores(kbp->stores);
1609 kbp->nstores = count_stores(kbp->stores);
H A Dkmflcomp.c310 for(n=0,index=0,sp=kbp->stores; n<kbp->nstores; n++,sp=sp->next) in create_keyboard_buffer()
/dports/textproc/libkmfl/libkmfl-0.9.9/src/
H A Dkmfl_load_keyboard.c148 p_kmsi->groups = (XGROUP *)(p_kmsi->stores+p_kbd->nstores); in kmfl_attach_keyboard()
465 groups = (XGROUP *)(stores+p_kbd->nstores); in kmfl_icon_file()
/dports/textproc/kmflcomp/kmflcomp-0.9.9/include/
H A Dkmfl.h155 UINT nstores; // number of defined stores member
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c6131 Py_ssize_t nstores = PyList_GET_SIZE(pc->stores); in compiler_pattern_or() local
6140 else if (nstores != PyList_GET_SIZE(control)) { in compiler_pattern_or()
6143 else if (nstores) { in compiler_pattern_or()
6145 Py_ssize_t icontrol = nstores; in compiler_pattern_or()
6205 Py_ssize_t nstores = PyList_GET_SIZE(control); in compiler_pattern_or() local
6212 Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores); in compiler_pattern_or()
6213 for (Py_ssize_t i = 0; i < nstores; i++) { in compiler_pattern_or()
6389 Py_ssize_t nstores = PyList_GET_SIZE(pc->stores); in compiler_match_inner() local
6390 for (Py_ssize_t n = 0; n < nstores; n++) { in compiler_match_inner()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c6264 Py_ssize_t nstores = PyList_GET_SIZE(pc->stores); in compiler_pattern_or() local
6273 else if (nstores != PyList_GET_SIZE(control)) { in compiler_pattern_or()
6276 else if (nstores) { in compiler_pattern_or()
6278 Py_ssize_t icontrol = nstores; in compiler_pattern_or()
6338 Py_ssize_t nstores = PyList_GET_SIZE(control); in compiler_pattern_or() local
6345 Py_ssize_t nrots = nstores + 1 + pc->on_top + PyList_GET_SIZE(pc->stores); in compiler_pattern_or()
6346 for (Py_ssize_t i = 0; i < nstores; i++) { in compiler_pattern_or()
6522 Py_ssize_t nstores = PyList_GET_SIZE(pc->stores); in compiler_match_inner() local
6523 for (Py_ssize_t n = 0; n < nstores; n++) { in compiler_match_inner()
/dports/textproc/scim-kmfl-imengine/scim-kmfl-imengine-0.9.9/scim_kmfl_imengine_setup/
H A Dscim_kmfl_imengine_setup.cpp827 groups = (XGROUP *) (stores + p_kbd->nstores); in get_static_store()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-stmts.c6535 unsigned nstores = const_nunits; in vectorizable_store() local
6544 nstores = const_nunits / group_size; in vectorizable_store()
6579 nstores = lnunits; in vectorizable_store()
6582 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6594 nstores = 1; in vectorizable_store()
6678 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c6537 unsigned nstores = const_nunits; in vectorizable_store() local
6546 nstores = const_nunits / group_size; in vectorizable_store()
6581 nstores = lnunits; in vectorizable_store()
6584 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6596 nstores = 1; in vectorizable_store()
6680 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c6537 unsigned nstores = const_nunits; in vectorizable_store() local
6546 nstores = const_nunits / group_size; in vectorizable_store()
6581 nstores = lnunits; in vectorizable_store()
6584 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6596 nstores = 1; in vectorizable_store()
6680 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-stmts.c6823 unsigned nstores = const_nunits; in vectorizable_store() local
6832 nstores = const_nunits / group_size; in vectorizable_store()
6867 nstores = lnunits; in vectorizable_store()
6870 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6882 nstores = 1; in vectorizable_store()
6964 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c6537 unsigned nstores = const_nunits; in vectorizable_store() local
6546 nstores = const_nunits / group_size; in vectorizable_store()
6581 nstores = lnunits; in vectorizable_store()
6584 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6596 nstores = 1; in vectorizable_store()
6680 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c6537 unsigned nstores = const_nunits; in vectorizable_store() local
6546 nstores = const_nunits / group_size; in vectorizable_store()
6581 nstores = lnunits; in vectorizable_store()
6584 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6596 nstores = 1; in vectorizable_store()
6680 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-stmts.c6529 unsigned nstores = const_nunits; in vectorizable_store() local
6538 nstores = const_nunits / group_size; in vectorizable_store()
6573 nstores = lnunits; in vectorizable_store()
6576 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6588 nstores = 1; in vectorizable_store()
6672 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-stmts.c6823 unsigned nstores = const_nunits; in vectorizable_store() local
6832 nstores = const_nunits / group_size; in vectorizable_store()
6867 nstores = lnunits; in vectorizable_store()
6870 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6882 nstores = 1; in vectorizable_store()
6964 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-stmts.c6805 unsigned nstores = const_nunits; in vectorizable_store() local
6814 nstores = const_nunits / group_size; in vectorizable_store()
6849 nstores = lnunits; in vectorizable_store()
6852 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
6864 nstores = 1; in vectorizable_store()
6946 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-stmts.c7853 unsigned nstores = const_nunits; in vectorizable_store() local
7862 nstores = const_nunits / group_size; in vectorizable_store()
7897 nstores = lnunits; in vectorizable_store()
7900 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
7912 nstores = 1; in vectorizable_store()
7994 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-stmts.c7855 unsigned nstores = const_nunits; in vectorizable_store() local
7864 nstores = const_nunits / group_size; in vectorizable_store()
7899 nstores = lnunits; in vectorizable_store()
7902 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
7914 nstores = 1; in vectorizable_store()
7996 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-stmts.c7853 unsigned nstores = const_nunits; in vectorizable_store() local
7862 nstores = const_nunits / group_size; in vectorizable_store()
7897 nstores = lnunits; in vectorizable_store()
7900 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
7912 nstores = 1; in vectorizable_store()
7994 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-stmts.c7860 unsigned nstores = const_nunits; in vectorizable_store() local
7869 nstores = const_nunits / group_size; in vectorizable_store()
7904 nstores = lnunits; in vectorizable_store()
7907 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
7919 nstores = 1; in vectorizable_store()
7979 for (i = 0; i < nstores; i++) in vectorizable_store()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-stmts.c7663 unsigned nstores = const_nunits; in vectorizable_store() local
7672 nstores = const_nunits / group_size; in vectorizable_store()
7707 nstores = lnunits; in vectorizable_store()
7710 lvectype = build_vector_type (ltype, nstores); in vectorizable_store()
7722 nstores = 1; in vectorizable_store()
7782 for (i = 0; i < nstores; i++) in vectorizable_store()

12