Home
last modified time | relevance | path

Searched defs:rng (Results 1 – 25 of 65) sorted by relevance

123

/aosp12/packages/modules/NeuralNetworks/common/random/
H A Drandom.cc37 static std::mt19937_64* rng = InitRngWithRandomSeed(); in New64() local
44 static std::mt19937_64 rng = InitRngWithDefaultSeed(); in New64DefaultSeed() local
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DCodeMutator.java35 protected Random rng; field in CodeMutator
66 public CodeMutator(Random rng, MutationStats stats, List<Mutation> mutations) { in CodeMutator()
H A DOppositeBranchChanger.java29 public OppositeBranchChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in OppositeBranchChanger()
H A DRandomBranchChanger.java46 public RandomBranchChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in RandomBranchChanger()
H A DInstructionDuplicator.java59 public InstructionDuplicator(Random rng, MutationStats stats, List<Mutation> mutations) { in InstructionDuplicator()
H A DRegisterClobber.java62 public RegisterClobber(Random rng, MutationStats stats, List<Mutation> mutations) { in RegisterClobber()
H A DInstructionDeleter.java59 public InstructionDeleter(Random rng, MutationStats stats, List<Mutation> mutations) { in InstructionDeleter()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dlogistic_float_2.mod.py34 rng = d0 * d1 * d2 * d3 variable
H A Dlogistic_quant8_2.mod.py34 rng = d0 * d1 * d2 * d3 variable
H A Drelu1_float_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
H A Drelu1_quant8_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
H A Drelu6_float_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
H A Drelu6_quant8_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
H A Drelu_float_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
H A Drelu_quant8_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dlogistic_float_2_relaxed.mod.py35 rng = d0 * d1 * d2 * d3 variable
H A Drelu1_float_2_relaxed.mod.py33 rng = d0 * d1 * d2 * d3 variable
H A Drelu6_float_2_relaxed.mod.py33 rng = d0 * d1 * d2 * d3 variable
H A Drelu_float_2_relaxed.mod.py33 rng = d0 * d1 * d2 * d3 variable
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DKeyStoreCryptoOperationUtils.java163 static byte[] getRandomBytesToMixIntoKeystoreRng(SecureRandom rng, int sizeBytes) { in getRandomBytesToMixIntoKeystoreRng()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DBase64Test.java322 Random rng = new Random(32176L); in testInputStream() local
437 Random rng = new Random(32176L); in testOutputStream() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dlogistic_v1_2.mod.py49 rng = d0 * d1 * d2 * d3 variable
H A Drelu1_v1_2.mod.py41 rng = d0 * d1 * d2 * d3 variable
H A Drelu6_v1_2.mod.py41 rng = d0 * d1 * d2 * d3 variable
H A Drelu_v1_2.mod.py41 rng = d0 * d1 * d2 * d3 variable

123