Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMeta.h18 const T1& choose(Cond<true>, const T1& first, const T2&) { in choose() function
23 const T2& choose(Cond<false>, const T1&, const T2& second) { in choose() function
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp104 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() function in de::Random
127 T Random::choose (InputIter first, InputIter last) in choose() function in de::Random
/external/rust/crates/rand/src/seq/
Dmod.rs79 fn choose<R>(&self, rng: &mut R) -> Option<&Self::Item> in choose() method
304 fn choose<R>(mut self, rng: &mut R) -> Option<Self::Item> in choose() method
495 fn choose<R>(&self, rng: &mut R) -> Option<&Self::Item> in choose() method
1118 fn choose<I: Iterator<Item = u32>>(iter: I) -> Option<u32> { in value_stability_choose() function
1164 fn choose<I: Iterator<Item = u32>>(iter: I) -> Option<u32> { in value_stability_choose_stable() function
/external/clang/utils/
Dmodfuzz.py125 def choose(options): function
/external/llvm-project/clang/utils/
Dmodfuzz.py126 def choose(options): function
/external/rust/crates/arbitrary/src/
Dunstructured.rs377 pub fn choose<'b, T>(&mut self, choices: &'b [T]) -> Result<&'b T> { in choose() method
/external/tensorflow/tensorflow/compiler/xla/tests/
Dclient_library_test_base.cc221 std::function<Status(int64)> choose; in ComputeAndCompareLiteralWithAllInputLayouts() local
/external/jemalloc_new/src/
Djemalloc.c489 unsigned choose = percpu_arena_choose(); in arena_choose_hard() local
499 unsigned i, j, choose[2], first_null; in arena_choose_hard() local
/external/skia/samplecode/
DSampleVariableWidthStroker.cpp38 constexpr uint64_t choose(uint64_t n, uint64_t k) { in choose() function