/third_party/typescript/tests/baselines/reference/ |
H A D | inferTypeConstraintInstantiationCircularity.js | 34 type Simplify<T> = {[KeyType in keyof T]: T[KeyType]}; 58 Output = Simplify<
|
/third_party/skia/src/pathops/ |
H A D | SkOpBuilder.cpp | 177 if (!Simplify(fPathRefs[index], &fPathRefs[index])) { in resolve() 192 bool success = Simplify(sum, result); in resolve()
|
H A D | SkPathOpsSimplify.cpp | 214 bool Simplify(const SkPath& path, SkPath* result) { in Simplify() function
|
H A D | SkPathOpsOp.cpp | 287 return Simplify(work, result); in OpDebug()
|
/third_party/skia/docs/examples/ |
H A D | Path_addPath.cpp | 16 Simplify(dest, &dest); in REG_FIDDLE()
|
H A D | Paint_getPosTextPath.cpp | 13 Simplify(path, &path); in REG_FIDDLE()
|
/third_party/skia/src/sksl/ |
H A D | SkSLConstantFolder.h | 53 static std::unique_ptr<Expression> Simplify(const Context& context,
|
H A D | SkSLConstantFolder.cpp | 333 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 D | SkPathOps.h | 60 bool SK_API Simplify(const SkPath& path, SkPath* result);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 87 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 D | scalar_analysis_simplification.cpp | 87 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 D | scalar_analysis_simplification.cpp | 86 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 D | NaClBitCodes.cpp | 100 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 D | pathops.spec.js | 202 addSVG('[Simplify] ' + testName, expected, simplified, diff);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
H A D | NaClBitCodes.h | 295 NaClBitCodeAbbrev *Simplify() const;
|
/third_party/skia/fuzz/ |
H A D | FuzzPathop.cpp | 54 Simplify(path, &result); in DEF_FUZZ()
|
/third_party/skia/bench/ |
H A D | PathOpsBench.cpp | 73 Simplify(fPath, &result);
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLBinaryExpression.cpp | 170 if (std::unique_ptr<Expression> result = ConstantFolder::Simplify(context, line, *left, in Make()
|
/third_party/skia/tests/ |
H A D | PathOpsSimplifyFailTest.cpp | 63 bool success = Simplify(path, &result); in failOne() 89 bool success = Simplify(path, &result); in dontFailOne()
|
H A D | PathOpsExtendedTest.cpp | 366 if (!Simplify(path, &out)) {
|
H A D | PathOpsBuilderConicTest.cpp | 134 bool failed = !Simplify(path, &simplifiedPath); in simplify_fails() 632 Simplify(path, &path); in DEF_TEST()
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 234 return Simplify(path, &path); in ApplySimplify()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 401 TEST_F(ScalarAnalysisTest, Simplify) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | scalar_analysis.cpp | 401 TEST_F(ScalarAnalysisTest, Simplify) { in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 397 TEST_F(ScalarAnalysisTest, Simplify) { in TEST_F()
|