Home
last modified time | relevance | path

Searched defs:Reproduce (Results 1 – 9 of 9) sorted by relevance

/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-ada.r/ada-string-literal.d/
H A Dinput.adb2 procedure Reproduce is subprogram
4 type String_T is new String;
5 function "+" (Left : String) return String_T is (String_T(Left));
6 …unction "+" (Left : String_T; Right : String) return String_T is (String_T(String (Left) & Right));
32 end Reproduce; argument
/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-genetic_algorithm.adb44 procedure Reproduce (List : in out Population_List) is subprogram
45 New_Pop : Population_List (List'range);
47 subtype Index is Positive range List'First .. List'First + List'Length / 2 - 1;
50 Prob_Gen : Ada.Numerics.Float_Random.Generator;
52 function Choose_Index return Index is -- Pick an Index based on probability of mating.
76 begin -- Reproduce argument
94 end Reproduce; argument
/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/detail/
H A DResults.h44 struct Reproduce { struct
53 std::ostream &operator<<(std::ostream &os, const detail::Reproduce &r); argument
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dfuzz_option.pl97 sub Reproduce { subroutine
/dports/misc/mxnet/incubator-mxnet-1.9.0/.github/ISSUE_TEMPLATE/
H A Dbug_report.md18 ### Steps to reproduce
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/.github/ISSUE_TEMPLATE/
H A Dbug_report.md18 ### Steps to reproduce
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/.github/ISSUE_TEMPLATE/
H A Dbug_report.md18 ### Steps to reproduce
/dports/games/openbor/openbor-3caaddd5/.github/ISSUE_TEMPLATE/
H A Dbug_report.md16 ### Reproduce subsection
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/cne/
H A Dcne_impl.hpp166 inline void CNE::Reproduce(std::vector<MatType>& population, in Reproduce() function in ens::CNE