Home
last modified time | relevance | path

Searched refs:negation (Results 1 - 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor.h232 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 Doptional.h171 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 Dany.h231 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 Dscalar_analysis_simplification.cpp92 // 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 Dscalar_analysis_simplification.cpp92 // 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 Dscalar_analysis_simplification.cpp91 // 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 Dgtest-assertion-result.cc58 // 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 Dgtest-assertion-result.cc58 // 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 Dgmock-more-matchers.h104 MATCHER(IsTrue, negation ? "is false" : "is true") { in MATCHER()
112 MATCHER(IsFalse, negation ? "is true" : "is false") { in MATCHER()
H A Dgmock-actions.h269 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 Dgmock-support.h69 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 Dfix_has_key.py55 negation=not_test<
79 negation = results.get("negation")
96 if negation:
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend_init.c68 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 Dvf_blend.asm433 NEGATION negation, b, w
447 NEGATION negation, b, w
480 NEGATION negation, b, w
/third_party/mesa3d/src/compiler/nir/tests/
H A Dnegative_equal_tests.cpp112 /* 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 DAny.h66 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 Dgmock-matchers.cc49 // '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 Dunordered_map_members_test.h40 absl::negation<std::is_signed<typename TypeParam::size_type>>, in TYPED_TEST_P()
H A Dunordered_set_members_test.h39 absl::negation<std::is_signed<typename TypeParam::size_type>>, in TYPED_TEST_P()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_blend.c122 check_and_report(negation, BLEND_NEGATION, 1) in checkasm_check_blend()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexponential_biased_test.cc34 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 Dpool_urbg_test.cc42 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 Dstatusor_internal.h88 absl::negation<absl::disjunction<
126 absl::negation<absl::disjunction<
/third_party/googletest/googletest/include/gtest/
H A Dgtest-matchers.h124 // 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 Dgtest-matchers.h125 // 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

Completed in 17 milliseconds

12