Home
last modified time | relevance | path

Searched refs:Simplify (Results 1 - 25 of 28) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DinferTypeConstraintInstantiationCircularity.js34 type Simplify<T> = {[KeyType in keyof T]: T[KeyType]};
58 Output = Simplify<
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp177 if (!Simplify(fPathRefs[index], &fPathRefs[index])) { in resolve()
192 bool success = Simplify(sum, result); in resolve()
H A DSkPathOpsSimplify.cpp214 bool Simplify(const SkPath& path, SkPath* result) { in Simplify() function
H A DSkPathOpsOp.cpp287 return Simplify(work, result); in OpDebug()
/third_party/skia/docs/examples/
H A DPath_addPath.cpp16 Simplify(dest, &dest); in REG_FIDDLE()
H A DPaint_getPosTextPath.cpp13 Simplify(path, &path); in REG_FIDDLE()
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.h53 static std::unique_ptr<Expression> Simplify(const Context& context,
H A DSkSLConstantFolder.cpp333 std::unique_ptr<Expression> ConstantFolder::Simplify(const Context& context, in Simplify() function in SkSL::ConstantFolder
356 // Simplify the expression when both sides are constant Boolean literals. in Simplify()
/third_party/skia/include/pathops/
H A DSkPathOps.h60 bool SK_API Simplify(const SkPath& path, SkPath* result);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp87 SENode* Simplify();
113 // Simplify the whole graph by linking like terms together in a single flat
198 SENode* SENodeSimplifyImpl::Simplify() { in Simplify() function in spvtools::opt::SENodeSimplifyImpl
314 // Simplify all the terms in the polynomial function.
512 // Simplify the new offset. in SimplifyRecurrentAddExpression()
535 return impl.Simplify(); in SimplifyExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_analysis_simplification.cpp87 SENode* Simplify();
113 // Simplify the whole graph by linking like terms together in a single flat
198 SENode* SENodeSimplifyImpl::Simplify() { in Simplify() function in spvtools::opt::SENodeSimplifyImpl
314 // Simplify all the terms in the polynomial function.
512 // Simplify the new offset. in SimplifyRecurrentAddExpression()
535 return impl.Simplify(); in SimplifyExpression()
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp86 SENode* Simplify();
112 // Simplify the whole graph by linking like terms together in a single flat
197 SENode* SENodeSimplifyImpl::Simplify() { in Simplify() function in spvtools::opt::SENodeSimplifyImpl
313 // Simplify all the terms in the polynomial function.
511 // Simplify the new offset. in SimplifyRecurrentAddExpression()
534 return impl.Simplify(); in SimplifyExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitCodes.cpp100 NaClBitCodeAbbrev *NaClBitCodeAbbrev::Simplify() const { in Simplify() function in NaClBitCodeAbbrev
104 // Simplify if possible. Currently, the only simplification known in Simplify()
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js202 addSVG('[Simplify] ' + testName, expected, simplified, diff);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h295 NaClBitCodeAbbrev *Simplify() const;
/third_party/skia/fuzz/
H A DFuzzPathop.cpp54 Simplify(path, &result); in DEF_FUZZ()
/third_party/skia/bench/
H A DPathOpsBench.cpp73 Simplify(fPath, &result);
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp170 if (std::unique_ptr<Expression> result = ConstantFolder::Simplify(context, line, *left, in Make()
/third_party/skia/tests/
H A DPathOpsSimplifyFailTest.cpp63 bool success = Simplify(path, &result); in failOne()
89 bool success = Simplify(path, &result); in dontFailOne()
H A DPathOpsExtendedTest.cpp366 if (!Simplify(path, &out)) {
H A DPathOpsBuilderConicTest.cpp134 bool failed = !Simplify(path, &simplifiedPath); in simplify_fails()
632 Simplify(path, &path); in DEF_TEST()
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp234 return Simplify(path, &path); in ApplySimplify()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dscalar_analysis.cpp401 TEST_F(ScalarAnalysisTest, Simplify) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dscalar_analysis.cpp401 TEST_F(ScalarAnalysisTest, Simplify) { in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dscalar_analysis.cpp397 TEST_F(ScalarAnalysisTest, Simplify) { in TEST_F()

Completed in 18 milliseconds

12