Home
last modified time | relevance | path

Searched defs:p20 (Results 1 – 8 of 8) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp285 int p20 = popcount(a[2] ^ b[0]); in partition_mismatch3() local
328 int p20 = popcount(a[2] ^ b[0]); in partition_mismatch4() local
/third_party/skia/tests/
DPathOpsQuadIntersectionTest.cpp503 SkDPoint p20 = quad2.ptAtT(t20); in intersectionFinder() local
DPathOpsCubicIntersectionTest.cpp611 SkDPoint p20 = c2.ptAtT(t20); in intersectionFinder() local
/third_party/typescript/tests/baselines/reference/
DpromiseTypeStrictNull.js100 const p20 = p.then(undefined); constant
333 const p20 = p.then(undefined); constant
DpromiseType.js100 const p20 = p.then(undefined); constant
338 const p20 = p.then(undefined); constant
/third_party/typescript/tests/cases/compiler/
DpromiseType.ts100 const p20 = p.then(undefined); constant
DpromiseTypeStrictNull.ts101 const p20 = p.then(undefined); constant
/third_party/skia/src/core/
DSkGeometry.cpp1321 Sk2s p20 = p2 - p0; in evalTangentAt() local