Home
last modified time | relevance | path

Searched refs:replacement19 (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_replace_id_with_synonym_test.cpp1058 auto replacement19 = TransformationReplaceIdWithSynonym( in TEST() local
1063 replacement19.IsApplicable(context.get(), transformation_context)); in TEST()
1064 ApplyAndCheckFreshIds(replacement19, context.get(), &transformation_context); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/fuzz/
H A Dtransformation_replace_id_with_synonym_test.cpp1058 auto replacement19 = TransformationReplaceIdWithSynonym( in TEST() local
1063 replacement19.IsApplicable(context.get(), transformation_context)); in TEST()
1064 ApplyAndCheckFreshIds(replacement19, context.get(), &transformation_context); in TEST()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A Dtransformation_replace_id_with_synonym_test.cpp1066 auto replacement19 = TransformationReplaceIdWithSynonym( in TEST() local
1071 replacement19.IsApplicable(context.get(), transformation_context)); in TEST()
1072 ApplyAndCheckFreshIds(replacement19, context.get(), &transformation_context); in TEST()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A Dtransformation_replace_id_with_synonym_test.cpp1066 auto replacement19 = TransformationReplaceIdWithSynonym( in TEST() local
1071 replacement19.IsApplicable(context.get(), transformation_context)); in TEST()
1072 ApplyAndCheckFreshIds(replacement19, context.get(), &transformation_context); in TEST()
/dports/math/py-sympy/sympy-1.9/sympy/integrals/rubi/rules/
H A Dintegrand_simplification.py197 rule19 = ReplacementRule(pattern19, replacement19)
333 def replacement19(a, b, m, n, u, v, x): function
/dports/math/py-sympy/sympy-1.9/sympy/integrals/rubi/
H A Dutility_function.py6228 def replacement19(m, u, a, b): function
6230 rule19 = ReplacementRule(pattern19, replacement19)