Home
last modified time | relevance | path

Searched refs:Simplify (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DinferTypeConstraintInstantiationCircularity.types50 type Simplify<T> = {[KeyType in keyof T]: T[KeyType]};
51 >Simplify : Simplify<T>
85 Output = Simplify<
DinferTypeConstraintInstantiationCircularity.symbols86 type Simplify<T> = {[KeyType in keyof T]: T[KeyType]};
87 >Simplify : Symbol(Simplify, Decl(inferTypeConstraintInstantiationCircularity.ts, 28, 114))
162 Output = Simplify<
164 >Simplify : Symbol(Simplify, Decl(inferTypeConstraintInstantiationCircularity.ts, 28, 114))
DinferTypeConstraintInstantiationCircularity.js34 type Simplify<T> = {[KeyType in keyof T]: T[KeyType]};
58 Output = Simplify<
/third_party/typescript/tests/cases/compiler/
DinferTypeConstraintInstantiationCircularity.ts34 type Simplify<T> = {[KeyType in keyof T]: T[KeyType]}; alias
58 Output = Simplify<
/third_party/skia/src/pathops/
DSkOpBuilder.cpp177 if (!Simplify(fPathRefs[index], &fPathRefs[index])) { in resolve()
192 bool success = Simplify(sum, result); in resolve()
DSkPathOpsSimplify.cpp214 bool Simplify(const SkPath& path, SkPath* result) { in Simplify() function
/third_party/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp87 SENode* Simplify();
198 SENode* SENodeSimplifyImpl::Simplify() { in Simplify() function in spvtools::opt::SENodeSimplifyImpl
535 return impl.Simplify(); in SimplifyExpression()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp87 SENode* Simplify();
198 SENode* SENodeSimplifyImpl::Simplify() { in Simplify() function in spvtools::opt::SENodeSimplifyImpl
535 return impl.Simplify(); in SimplifyExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp87 SENode* Simplify();
198 SENode* SENodeSimplifyImpl::Simplify() { in Simplify() function in spvtools::opt::SENodeSimplifyImpl
535 return impl.Simplify(); in SimplifyExpression()
/third_party/skia/docs/examples/
DPaint_getPosTextPath.cpp13 Simplify(path, &path);
DPath_addPath.cpp16 Simplify(dest, &dest);
/third_party/skia/src/sksl/
DSkSLConstantFolder.h53 static std::unique_ptr<Expression> Simplify(const Context& context,
/third_party/skia/include/pathops/
DSkPathOps.h60 bool SK_API Simplify(const SkPath& path, SkPath* result);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp100 NaClBitCodeAbbrev *NaClBitCodeAbbrev::Simplify() const { in Simplify() function in NaClBitCodeAbbrev
/third_party/mesa3d/docs/relnotes/
D7.11.2.rst60 - intel: Simplify stencil detiling arithmetic
/third_party/libffi/patch/
Dbackport-x86-64-Always-double-jump-table-slot-size-for-CET-71.patch18 Simplify .org processing and make it a bit more powerful.
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst52 * Simplify get_number_value() and ctype_integer()
141 * Simplify (and warn about) right shifts that result in zero
Dv0.4.3.rst32 * Simplify Makefile using static pattern rules
/third_party/openssl/ssl/statem/
DREADME.md12 - Simplify transitions and bring the logic together in a single location
/third_party/node/deps/openssl/openssl/ssl/statem/
DREADME.md12 - Simplify transitions and bring the logic together in a single location
/third_party/skia/third_party/externals/icu/source/data/translit/
Dru_zh.txt12 # TODO(anyone): Simplify.
/third_party/skia/fuzz/
DFuzzPathop.cpp54 Simplify(path, &result); in DEF_FUZZ()
/third_party/icu/icu4c/source/data/translit/
Dru_zh.txt12 # TODO(anyone): Simplify.
/third_party/skia/tests/
DPathOpsSimplifyFailTest.cpp63 bool success = Simplify(path, &result); in failOne()
89 bool success = Simplify(path, &result); in dontFailOne()
/third_party/skia/bench/
DPathOpsBench.cpp73 Simplify(fPath, &result); in onDraw()

123456