Home
last modified time | relevance | path

Searched defs:NonNegative (Results 1 – 15 of 15) sorted by relevance

/external/armnn/src/armnnUtils/
DVerificationHelpers.cpp35 uint32_t NonNegative(const char* expr, in NonNegative() function
/external/armnn/delegate/common/src/
DDelegateUtils.hpp27 uint32_t NonNegative(int32_t value, int nodeIndex) in NonNegative() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp487 bool NonNegative) { in CanTraceInto()
572 bool ZeroExtended, bool NonNegative) { in find()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp448 bool NonNegative) { in CanTraceInto()
531 bool ZeroExtended, bool NonNegative) { in find()
/external/pigweed/pw_fuzzer/private_overrides/pw_fuzzer/internal/
Dfuzztest.h224 auto NonNegative() { in NonNegative() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp505 bool NonNegative) { in CanTraceInto()
603 bool ZeroExtended, bool NonNegative) { in find()
DCorrelatedValuePropagation.cpp696 enum class Domain { NonNegative, NonPositive, Unknown }; enumerator
/external/cronet/stable/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc643 struct NonNegative { struct
644 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
645 int i;
/external/angle/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc643 struct NonNegative { struct
644 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
645 int i;
/external/openscreen/third_party/abseil/src/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc640 struct NonNegative { struct
641 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
642 int i;
/external/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc643 struct NonNegative { struct
644 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
645 int i;
/external/cronet/tot/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc643 struct NonNegative { struct
644 bool operator==(const NonNegative& other) const { return i == other.i; } in operator ==()
645 int i;
/external/llvm/lib/Analysis/
DValueTracking.cpp181 bool NonNegative, Negative; in isKnownNonNegative() local
201 bool NonNegative, Negative; in isKnownNegative() local
/external/clang/lib/Sema/
DSemaChecking.cpp6975 bool NonNegative; member