/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor.h | 232 absl::negation<std::is_same<T, U>>, 235 absl::negation< 245 absl::negation<std::is_same<T, U>>, 247 absl::negation<std::is_convertible<const U&, T>>, 248 absl::negation< 259 absl::negation<std::is_same<T, U>>, std::is_constructible<T, U&&>, 261 absl::negation< 271 absl::negation<std::is_same<T, U>>, std::is_constructible<T, U&&>, 272 absl::negation<std::is_convertible<U&&, T>>, 273 absl::negation< [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | optional.h | 171 absl::conjunction<absl::negation<std::is_same< 173 absl::negation<std::is_same< 184 absl::conjunction<absl::negation<std::is_same< 186 absl::negation<std::is_same< 188 absl::negation<std::is_convertible<U&&, T>>, 198 absl::negation<std::is_same<T, U> >, 200 absl::negation< 215 absl::negation<std::is_same<T, U>>, 217 absl::negation< 220 absl::negation<st [all...] |
H A D | any.h | 231 absl::negation<std::is_copy_constructible<VT> > >::value>* = nullptr> 276 absl::negation<std::is_same<VT, any>>,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 92 // traversed and the |negation| flag is used to signify that this operation 96 bool negation); 101 // unknown*constant then we return false. |negation| signifies that the 103 bool AccumulatorsFromMultiply(SENode* multiply, bool negation); 153 bool negation) { in AccumulatorsFromMultiply() 184 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() 199 // We only handle graphs with an addition, multiplication, or negation, at the in Simplify() 245 bool negation) { in GatherAccumulatorsFromChildNodes() 246 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() 268 if (!AccumulatorsFromMultiply(child, negation)) { in GatherAccumulatorsFromChildNodes() 152 AccumulatorsFromMultiply(SENode* multiply, bool negation) AccumulatorsFromMultiply() argument 243 GatherAccumulatorsFromChildNodes(SENode* new_node, SENode* child, bool negation) GatherAccumulatorsFromChildNodes() argument 384 bool negation = false; FoldRecurrentAddExpressions() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 92 // traversed and the |negation| flag is used to signify that this operation 96 bool negation); 101 // unknown*constant then we return false. |negation| signifies that the 103 bool AccumulatorsFromMultiply(SENode* multiply, bool negation); 153 bool negation) { in AccumulatorsFromMultiply() 184 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() 199 // We only handle graphs with an addition, multiplication, or negation, at the in Simplify() 245 bool negation) { in GatherAccumulatorsFromChildNodes() 246 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() 268 if (!AccumulatorsFromMultiply(child, negation)) { in GatherAccumulatorsFromChildNodes() 152 AccumulatorsFromMultiply(SENode* multiply, bool negation) AccumulatorsFromMultiply() argument 243 GatherAccumulatorsFromChildNodes(SENode* new_node, SENode* child, bool negation) GatherAccumulatorsFromChildNodes() argument 384 bool negation = false; FoldRecurrentAddExpressions() local [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 91 // traversed and the |negation| flag is used to signify that this operation 95 bool negation); 100 // unknown*constant then we return false. |negation| signifies that the 102 bool AccumulatorsFromMultiply(SENode* multiply, bool negation); 152 bool negation) { in AccumulatorsFromMultiply() 183 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() 198 // We only handle graphs with an addition, multiplication, or negation, at the in Simplify() 244 bool negation) { in GatherAccumulatorsFromChildNodes() 245 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() 267 if (!AccumulatorsFromMultiply(child, negation)) { in GatherAccumulatorsFromChildNodes() 151 AccumulatorsFromMultiply(SENode* multiply, bool negation) AccumulatorsFromMultiply() argument 242 GatherAccumulatorsFromChildNodes(SENode* new_node, SENode* child, bool negation) GatherAccumulatorsFromChildNodes() argument 383 bool negation = false; FoldRecurrentAddExpressions() local [all...] |
/third_party/googletest/googletest/src/ |
H A D | gtest-assertion-result.cc | 58 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. 60 AssertionResult negation(!success_); in operator !() 61 if (message_.get() != nullptr) negation << *message_; in operator !() 62 return negation; in operator !()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-assertion-result.cc | 58 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE. 60 AssertionResult negation(!success_); in operator !() 61 if (message_ != nullptr) negation << *message_; in operator !() 62 return negation; in operator !()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-more-matchers.h | 104 MATCHER(IsTrue, negation ? "is false" : "is true") { in MATCHER() 112 MATCHER(IsFalse, negation ? "is true" : "is false") { in MATCHER()
|
H A D | gmock-actions.h | 269 struct negation struct 453 internal::negation<std::is_same< 470 internal::negation<std::is_same< 474 internal::negation<IsDirectlyCompatible<Callable>>, 931 negation<std::is_same<void, U>>, // 932 negation<std::is_reference<U>>, // 942 negation<std::is_same<void, U>>, // 943 negation<std::is_reference<U>>, //
|
/third_party/node/deps/v8/testing/ |
H A D | gmock-support.h | 69 MATCHER_P(BitEq, x, std::string(negation ? "isn't" : "is") + in MATCHER_P() 85 MATCHER(IsNaN, std::string(negation ? "isn't" : "is") + " not a number") { in MATCHER()
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_has_key.py | 55 negation=not_test< 79 negation = results.get("negation") 96 if negation:
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend_init.c | 68 BLEND_FUNC(negation, sse2) in BLEND_FUNC() 69 BLEND_FUNC(negation, ssse3) in BLEND_FUNC() 70 BLEND_FUNC(negation, avx2) in BLEND_FUNC()
|
H A D | vf_blend.asm | 433 NEGATION negation, b, w 447 NEGATION negation, b, w 480 NEGATION negation, b, w
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | negative_equal_tests.cpp | 112 /* Compare an object with the negation of itself. This should always be true. 165 /* Cannot just do the negation of a nir_load_const_instr because in TEST_F() 171 nir_ssa_def *negation = nir_fneg(&bld, two_plus_two); in TEST_F() local 173 nir_ssa_def *result = nir_fadd(&bld, two_plus_two, negation); in TEST_F() 185 /* Cannot just do the negation of a nir_load_const_instr because in TEST_F() 191 nir_ssa_def *negation = nir_ineg(&bld, two_plus_two); in TEST_F() local 193 nir_ssa_def *result = nir_iadd(&bld, two_plus_two, negation); in TEST_F() 239 /* Compare an object with the negation of itself. This should always be true.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Any.h | 66 llvm::negation<std::is_same<typename std::decay<T>::type, Any>>, 76 llvm::negation<std::is_convertible<Any, typename std::decay<T>::type>>,
|
/third_party/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 49 // 'negation' is false; otherwise returns the description of the 50 // negation of the matcher. 'param_values' contains a list of strings 53 bool negation, const char* matcher_name, in FormatMatcherDescription() 59 return negation ? "not (" + result + ")" : result; in FormatMatcherDescription() 52 FormatMatcherDescription( bool negation, const char* matcher_name, const std::vector<const char*>& param_names, const Strings& param_values) FormatMatcherDescription() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | unordered_map_members_test.h | 40 absl::negation<std::is_signed<typename TypeParam::size_type>>, in TYPED_TEST_P()
|
H A D | unordered_set_members_test.h | 39 absl::negation<std::is_signed<typename TypeParam::size_type>>, in TYPED_TEST_P()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_blend.c | 122 check_and_report(negation, BLEND_NEGATION, 1) in checkasm_check_blend()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | exponential_biased_test.cc | 34 absl::StrCat(std::string(negation ? "isn't" : "is"), " between ", a, in MATCHER_P2()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | pool_urbg_test.cc | 42 typename absl::enable_if_t<absl::negation<is_randen_pool<T>>::value, void> //
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/ |
H A D | statusor_internal.h | 88 absl::negation<absl::disjunction< 126 absl::negation<absl::disjunction<
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-matchers.h | 124 // Describes the negation of this matcher to an ostream. For 285 // Describes the negation of this matcher to an ostream. 355 void (*describe)(const MatcherBase&, std::ostream*, bool negation); 384 bool negation) { in DescribeImpl() 385 if (negation) { in DescribeImpl() 383 DescribeImpl(const MatcherBase& m, std::ostream* os, bool negation) DescribeImpl() argument
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-matchers.h | 125 // Describes the negation of this matcher to an ostream. For 249 // Describes the negation of this matcher to an ostream. 319 void (*describe)(const MatcherBase&, std::ostream*, bool negation); 348 bool negation) { in DescribeImpl() 349 if (negation) { in DescribeImpl() 347 DescribeImpl(const MatcherBase& m, std::ostream* os, bool negation) DescribeImpl() argument
|