Home
last modified time | relevance | path

Searched defs:ofirst (Results 1 – 4 of 4) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcRandom.h241 void sample_with_replacement(ForwardIterator first, ForwardIterator last, OutputIterator ofirst, Ou… in sample_with_replacement()
268 void sample_without_replacement(ForwardIterator first, ForwardIterator last, OutputIterator ofirst,… in sample_without_replacement()
292 void sample_range_without_replacement(T min, T max, OutputIterator ofirst, OutputIterator olast, RN… in sample_range_without_replacement()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_dump.cpp692 bigint nsnap,ntotal,ofirst,olast,rfirst,rlast,lo,hi; in read_atoms() local
/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DNNTree.cc263 auto ofirst = olimits.getArrayItem(0); in resetLimits() local
/dports/devel/ucommon/ucommon-7.0.0/corelib/
H A Dshell.cpp105 static shell::Option *ofirst = NULL, *olast = NULL; variable