Home
last modified time | relevance | path

Searched refs:a_set (Results 1 – 20 of 20) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/random/internal/
Dpool_urbg_test.cc137 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
139 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dpcg_engine_test.cc80 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
82 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dranden_engine_test.cc82 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
84 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
/external/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc137 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
139 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dpcg_engine_test.cc80 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
82 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dranden_engine_test.cc82 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
84 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc137 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
139 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dpcg_engine_test.cc80 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
82 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dranden_engine_test.cc82 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
84 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc137 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
139 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dpcg_engine_test.cc80 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
82 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dranden_engine_test.cc82 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
84 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc137 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
139 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dpcg_engine_test.cc80 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
82 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dranden_engine_test.cc82 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
84 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg_test.cc137 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
139 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dpcg_engine_test.cc80 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
82 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
Dranden_engine_test.cc82 std::bitset<sizeof(result_type) * 8> a_set(a[i]); in TYPED_TEST() local
84 total_set += a_set.count() + b_set.count(); in TYPED_TEST()
/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc839 std::map<string, const OpDef::AttrDef*> a_set; in RepeatedAttrDefHash() local
841 a_set[def.name()] = &def; in RepeatedAttrDefHash()
845 for (const auto& pair : a_set) { in RepeatedAttrDefHash()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc174 std::unordered_set<string> a_set(av.list().s().begin(), in EqualFunctionNodeDef() local
178 return a_set == b_set; in EqualFunctionNodeDef()