Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/rust/crates/num-integer/benches/
Droots.rs51 fn lcg<T>(x: T) -> T in lcg() function
Daverage.rs22 fn lcg<T>(x: T) -> T in lcg() function
/external/cronet/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpcg_engine.h179 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/abseil-cpp/absl/random/internal/
Dpcg_engine.h180 static inline constexpr state_type lcg(state_type s) { in lcg() function
/external/python/cpython3/Lib/test/
Dtest_hash.py15 def lcg(x, length=16): function
/external/cronet/net/websockets/
Dwebsocket_deflate_stream_test.cc1171 LinearCongruentialGenerator lcg(133); in TEST_F() local
/external/libwebsockets/lib/core/
Dprivate-lib-core.h449 lws_lifecycle_group_t lcg[LWSLCG_COUNT]; member
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1472 let mut lcg = LCG::new(); in table_of_mixed_scalars_fuzz() localVariable