Home
last modified time | relevance | path

Searched defs:seed1 (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/random/
H A Dstateful_random_ops_test.py436 def old_normal(dtype, seed1, seed2): argument
441 def old_truncated_normal(dtype, seed1, seed2): argument
446 def old_uniform_int(dtype, seed1, seed2): argument
453 def old_uniform(dtype, seed1, seed2): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_fwd_test_1.cpp38 std::size_t seed1 = 0; in fwd_test2() local
71 std::size_t seed1 = in fwd_test3() local
Dhash_built_in_array_test.cpp53 std::size_t seed1 = 0; in two_dimensional_array_test() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstateless_random_ops.cc85 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seeds, {1}, {2}, {1}), {}); in StatelessRngUniform() local
121 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seeds, {1}, {2}, {1}), {}); in StatelessRngUniformFullInt() local
305 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seed, {1}, {2}, {1}), {}); in Compile() local
H A Drandom_ops_util.cc22 xla::XlaOp GetU64FromS32Seeds(xla::XlaOp seed0, xla::XlaOp seed1) { in GetU64FromS32Seeds()
H A Dstateless_random_ops_v2.cc534 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seed, {1}, {2}, {1}), {}); in Compile() local
569 xla::XlaOp seed1 = xla::Reshape(xla::Slice(seed, {1}, {2}, {1}), {}); in Compile() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/tls/
Dkdf.c71 const uint8_t *seed1, size_t seed1_len, in tls1_P_hash()
141 const uint8_t *seed1, size_t seed1_len, in CRYPTO_tls1_prf()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/tls/
Dkdf.c71 const uint8_t *seed1, size_t seed1_len, in tls1_P_hash()
141 const uint8_t *seed1, size_t seed1_len, in CRYPTO_tls1_prf()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Drandom_seed_ops.cc39 void FixedSeedGenerator::GenerateSeeds(int64_t* seed1, int64_t* seed2) { in GenerateSeeds()
46 void RandomSeedGenerator::GenerateSeeds(int64_t* seed1, int64_t* seed2) { in GenerateSeeds()
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/tls/
H A Dkdf.c74 const uint8_t *seed1, size_t seed1_len, in tls1_P_hash()
145 const uint8_t *seed1, size_t seed1_len, in CRYPTO_tls1_prf()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/tls/
H A Dkdf.c74 const uint8_t *seed1, size_t seed1_len, in tls1_P_hash()
145 const uint8_t *seed1, size_t seed1_len, in CRYPTO_tls1_prf()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp993 int seed1; member
1012 int seed1; member
2009 glu::ShaderProgram *InterCallTestCase::genReadMultipleProgram(int seed0, int seed1) in genReadMultipleProgram()
2171 glu::ShaderProgram *InterCallTestCase::genReadInterleavedProgram(int seed0, int seed1) in genReadInterleavedProgram()
3456 const int seed1 = 457; in init() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Dpcg.go24 func NewPCG(seed1, seed2 uint64) *PCG { argument
/aosp_15_r20/external/tink/cc/internal/
H A Dec_util_test.cc143 util::SecretData seed1 = util::SecretDataFromStringView( in TEST_P() local
164 util::SecretData seed1 = util::SecretDataFromStringView( in TEST_P() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/
DSignalsProviderFastImplTest.java95 String seed1 = "seed1"; in test_getSignals_multipleSignals_returnsSignals() local
DSignalsProviderImplTest.java94 String seed1 = "seed1"; in test_getSignals_multipleSignals_returnsSignals() local
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java1794 String seed1 = "test-seed-satellite1"; in testUpdateSystemSelectionChannels() local
1919 String seed1 = "test-seed-satellite1"; in testUpdateSystemSelectionChannels_HandleInvalidInput() local
/aosp_15_r20/external/libtextclassifier/native/utils/hash/
H A Dfarmhash.h212 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
/aosp_15_r20/external/icing/icing/text_classifier/lib3/utils/hash/
H A Dfarmhash.h210 inline uint64_t Hash64WithSeeds(const Str& s, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp137 uint8_t seed1 = rnum & 0xF; in select_partition() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dt1_enc.cc160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { in tls1_prf()
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dt1_enc.cc160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { in tls1_prf()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dt1_enc.cc160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { in tls1_prf()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_enc.cc160 Span<const uint8_t> seed1, Span<const uint8_t> seed2) { in tls1_prf()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp143 uint8_t seed1 = rnum & 0xF; in select_partition() local

12345678910>>...19