/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 99 int find_first() const { return find_first<0>(); } in find_first() function 195 typename std::enable_if<Pos == BitsElements, int>::type find_first() const { in find_first() function 388 int find_first() const { in find_first() function
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | find.hpp | 80 find_first( in find_first() function
|
/external/pytorch/c10/util/ |
D | sparse_bitset.h | 120 int find_first() const { in find_first() function 776 int find_first() const { in find_first() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 127 int find_first() const { in find_first() function 779 int find_first() const { in find_first() function
|
D | SmallBitVector.h | 227 int find_first() const { in find_first() function
|
D | BitVector.h | 331 int find_first() const { return find_first_in(0, Size); } in find_first() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 128 int find_first() const { in find_first() function 780 int find_first() const { in find_first() function
|
D | SmallBitVector.h | 230 int find_first() const { in find_first() function
|
D | BitVector.h | 293 int find_first() const { return find_first_in(0, Size); } in find_first() function
|
/external/pytorch/torch/csrc/jit/passes/ |
D | canonicalize.cpp | 144 std::optional<const Use> firstOrLastUse(Value* v, bool find_first) { in firstOrLastUse()
|
/external/rust/android-crates-io/crates/rayon/src/iter/find_first_last/ |
D | mod.rs | 41 pub(super) fn find_first<I, P>(pi: I, find_op: P) -> Option<I::Item> in find_first() function
|
/external/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 209 int find_first() const { in find_first() function
|
D | BitVector.h | 157 int find_first() const { in find_first() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 157 int find_first() const { in find_first() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 102 unsigned find_first() const { in find_first() function
|
D | HexagonBitSimplify.cpp | 93 unsigned find_first() const { in find_first() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 83 unsigned find_first() const { in find_first() function
|
D | HexagonBitSimplify.cpp | 41 unsigned find_first() const { in find_first() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 103 unsigned find_first() const { in find_first() function
|
D | HexagonBitSimplify.cpp | 83 unsigned find_first() const { in find_first() function
|
/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | mod.rs | 1702 fn find_first<P>(self, predicate: P) -> Option<Self::Item> in find_first() method
|