Home
last modified time | relevance | path

Searched defs:loopsize (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Parallel/tests/
H A DBreakTests.cs19 public static void TestFor_Break_Basic(int loopsize, int breakpoint) in TestFor_Break_Basic()
55 public static void TestFor_Break_64Bits(int loopsize, int breakpoint) in TestFor_Break_64Bits()
95 public static void TestForEach_Break(int loopsize, int breakpoint) in TestForEach_Break()
/dports/science/bagel/bagel-1.2.2/src/integral/
H A Dsort.cc32 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_00()
73 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_01()
118 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_11()
169 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_02()
220 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_12()
283 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_22()
364 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_03()
423 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_13()
502 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_23()
611 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_33()
[all …]
H A Dsort_sph.cc32 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_00_sph()
73 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_01_sph()
118 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_11_sph()
169 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_02_sph()
218 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_12_sph()
277 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_22_sph()
346 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_03_sph()
399 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_13_sph()
466 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_23_sph()
547 …e* target, const double* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_33_sph()
[all …]
H A Dcsort.cc32 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_00()
73 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_01()
118 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_11()
169 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_02()
220 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_12()
283 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_22()
364 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_03()
423 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_13()
502 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_23()
611 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_33()
[all …]
H A Dcsort_sph.cc32 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_00_sph()
73 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_01_sph()
118 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_11_sph()
169 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_02_sph()
218 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_12_sph()
277 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_22_sph()
346 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_03_sph()
399 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_13_sph()
466 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_23_sph()
547 …, const complex<double>* source, const int c3end, const int c2end, const int loopsize, const bool … in sort_indices_33_sph()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/emu10k1/
H A Demu10k1_patch.c31 __maybe_unused int loopsize; in snd_emu10k1_sample_new() local
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/emu10k1/
H A Demu10k1_patch.c31 __maybe_unused int loopsize; in snd_emu10k1_sample_new() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/emu10k1/
H A Demu10k1_patch.c31 __maybe_unused int loopsize; in snd_emu10k1_sample_new() local
/dports/devel/libcwd/libcwd-1.0.6/tests/
H A Dthreads4.cc15 int const loopsize = 1000; variable
/dports/audio/ardour6/Ardour-6.8.0/tools/
H A Djacktest.c12 int loopsize = 25000; variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/uvm/
H A Duvm_km.c592 vsize_t loopsize; in uvm_km_alloc() local
770 vsize_t loopsize; in uvm_km_kmem_alloc() local
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DTwoIndex.cpp59 const int loopsize = (Isizes[irrep]*(Isizes[irrep]+1))/2; in Clear() local
H A DCASPT2.cpp3294 const int loopsize = NOCC_i * NVIR_a; in construct_rhs() local
3383 const int loopsize = ( NOCC_ij * ( NOCC_ij + 1 ) ) / 2; in construct_rhs() local
3426 const int loopsize = ( NOCC_ij * ( NOCC_ij - 1 ) ) / 2; in construct_rhs() local
3474 const int loopsize = NOCC_i * NOCC_j; in construct_rhs() local
3552 const int loopsize = ( NVIR_ab * ( NVIR_ab + 1 ) ) / 2; in construct_rhs() local
3596 const int loopsize = ( NVIR_ab * ( NVIR_ab - 1 ) ) / 2; in construct_rhs() local
3646 const int loopsize = NVIR_a * NVIR_b; in construct_rhs() local
3776 const int loopsize = NOCC_i * NOCC_j * NVIR_a; in construct_rhs() local
3872 const int loopsize = NOCC_i * NVIR_a * NVIR_b; in construct_rhs() local
/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Dpkghash.c64 unsigned int i, loopsize; in _alpm_pkghash_create() local
/dports/math/form/form-4.2.1/sources/
H A Dlus.c57 int Lus(WORD *term, WORD funnum, WORD loopsize, WORD numargs, WORD outfun, WORD mode) in Lus()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsndloop.c535 int32_t loopsize; in flooper2_process() local
625 int32_t loopsize; in flooper2_process() local
751 int32_t loopsize; in flooper2_process() local
813 int32_t loopsize; in flooper2_process() local
H A Dsfont.c2413 int32_t loopsize; in sflooper_process() local
2475 int32_t loopsize; in sflooper_process() local
2567 int32_t loopsize; in sflooper_process() local
2619 int32_t loopsize; in sflooper_process() local
H A Dsyncgrain.c250 int32_t loopsize; in syncgrainloop_process() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsubr_kmem.c730 vsize_t loopsize; in kmem_guard_alloc() local
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/umath/
H A Dufunc_type_resolution.c1462 npy_intp loopsize, in unmasked_ufunc_loop_as_masked()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dqr.c582 int loopsize, x, y, xcoord, ycoord; in setup_grid() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/
H A Dloop.c147 loff_t loopsize; in get_size() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/
H A Dloop.c147 loff_t loopsize; in get_size() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/
H A Dloop.c147 loff_t loopsize; in get_size() local
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dqr.c917 int loopsize = qr_align_loopsize[version - 1]; in setup_grid() local

12