Searched refs:p20 (Results 1 - 10 of 10) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 299 int p20 = popcount(a[2] ^ b[0]); in partition_mismatch3() local 308 int s3 = p12 + p20; in partition_mismatch3() 312 int s5 = p11 + p20; in partition_mismatch3() 342 int p20 = popcount(a[2] ^ b[0]); in partition_mismatch4() local 355 int mx03 = astc::min(p20 + p33, p23 + p30); in partition_mismatch4() 356 int mx02 = astc::min(p20 + p32, p22 + p30); in partition_mismatch4() 357 int mx01 = astc::min(p21 + p30, p20 + p31); in partition_mismatch4()
|
/third_party/skia/tests/ |
H A D | PathOpsCubicIntersectionTest.cpp | 611 SkDPoint p20 = c2.ptAtT(t20); in intersectionFinder() local 615 p20.fX, p20.fY, p2Seed.fX, p2Seed.fY, p22.fX, p22.fY); in intersectionFinder()
|
H A D | PathOpsQuadIntersectionTest.cpp | 503 SkDPoint p20 = quad2.ptAtT(t20); in intersectionFinder() local 507 p20.fX, p20.fY, p2Seed.fX, p2Seed.fY, p22.fX, p22.fY); in intersectionFinder()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | promiseType.js | 100 const p20 = p.then(undefined); 338 const p20 = p.then(undefined);
|
H A D | promiseTypeStrictNull.js | 100 const p20 = p.then(undefined); 333 const p20 = p.then(undefined);
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 184 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1] 187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1] 268 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1] 271 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
|
H A D | ia64.S | 212 (p58) cmp.eq.or p57,p0=-1,r41 // (p20) 213 (p58) add r41=1,r41 } // (p20) 265 (p58) cmp.eq.or p57,p0=0,r41 // (p20) 266 (p58) add r41=-1,r41 } // (p20) 381 { .mfb; (p20) stf8 [r32]=f37,8 444 (p20) xma.lu f42=f36,f8,f50 // low 447 (p20) xma.hu f36=f36,f8,f50 // high 1404 #define break p0 // p20
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 184 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1] 187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1] 268 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1] 271 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
|
H A D | ia64.S | 212 (p58) cmp.eq.or p57,p0=-1,r41 // (p20) 213 (p58) add r41=1,r41 } // (p20) 265 (p58) cmp.eq.or p57,p0=0,r41 // (p20) 266 (p58) add r41=-1,r41 } // (p20) 381 { .mfb; (p20) stf8 [r32]=f37,8 444 (p20) xma.lu f42=f36,f8,f50 // low 447 (p20) xma.hu f36=f36,f8,f50 // high 1404 #define break p0 // p20
|
/third_party/skia/src/core/ |
H A D | SkGeometry.cpp | 1321 Sk2s p20 = p2 - p0; 1325 Sk2s A = ww * p20 - p20; 1326 Sk2s B = p20 - C - C;
|
Completed in 12 milliseconds