Home
last modified time | relevance | path

Searched defs:irepeat (Results 1 – 14 of 14) sorted by relevance

/dports/devel/R-cran-itertools/itertools/R/
H A Direpeat.R19 irepeat <- function(x, times) { function
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_ave_atom.h44 int nrepeat, irepeat; variable
H A Dfix_ave_histo.h40 int nrepeat, nfreq, irepeat; variable
H A Dfix_ave_time.h41 int nrepeat, nfreq, irepeat; variable
H A Dfix_ave_chunk.h40 int nrepeat, nfreq, irepeat; variable
/dports/science/fastjet/fastjet-3.3.4/src/
H A DClusterSequence1GhostPassiveArea.cc68 for (int irepeat = 0; irepeat < area_spec.repeat(); irepeat++) { in _run_1GPA() local
H A DClusterSequenceActiveArea.cc130 for (int irepeat = 0; irepeat < ghost_spec.repeat(); irepeat++) { in _run_AA() local
/dports/math/adept/adept-2.0.8/benchmark/
H A Dmatrix_benchmark.cpp24 for (int irepeat = -nrepeat/10; irepeat < nrepeat; ++irepeat) { in time_operation() local
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/semialign-1.2.0.1/src/Data/Semialign/
H A DInternal.hs371 irepeat f = imap (\i f' -> f' i) (repeat f) function
392 irepeat = id function
675 irepeat f = Pair (irepeat (f . Left)) (irepeat (f . Right)) function
714 irepeat f = Compose (irepeat (\i -> irepeat (\j -> f (i, j)))) function
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/hondo/
H A Dhnd_giahnd.F18 common/testdata/timing(20),irepeat local
20 integer irepeat local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/api/
H A Dint_giao_2e.F69 common/testdata/timing(20),irepeat local
71 integer irepeat local
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dselectcyclicsymmetrymodess.f37 & mpcfreeold,idof,node,ileft,nset,irepeat,ipoinpc(0:*), local
/dports/science/fastjet/fastjet-3.3.4/example/
H A Dfastjet_timing_plugins.cc692 for (int irepeat = 0; irepeat < repeat ; irepeat++) { in main() local
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Doperator.py340 def irepeat(a, b): function