Home
last modified time | relevance | path

Searched refs:p33 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl285 { .mmi; .pred.rel "mutex",p31,p33
287 (p33) add a[0]=a[0],topbit,1
289 { .mfi; .pred.rel "mutex",p31,p33
291 (p33) cmp.leu p32,p30=a[0],topbit
318 // ------^---- (p33) at first (p17)
325 .pred.rel "mutex",p33,p35
328 (p33) sub n[1]=t[1],n[1] } // (p17)
333 (p33) cmp.gtu p34,p32=n[1],t[1] // (p17)
779 { .mii; (p32)cmp.gtu p35,p33=n2,t[7]
780 (p34)cmp.geu p35,p33
[all...]
H A Dia64.S512 { .mib; (p33) stf8 [r32]=f50,16
518 { .mib; (p33) stf8 [r34]=f60,16
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl285 { .mmi; .pred.rel "mutex",p31,p33
287 (p33) add a[0]=a[0],topbit,1
289 { .mfi; .pred.rel "mutex",p31,p33
291 (p33) cmp.leu p32,p30=a[0],topbit
318 // ------^---- (p33) at first (p17)
325 .pred.rel "mutex",p33,p35
328 (p33) sub n[1]=t[1],n[1] } // (p17)
333 (p33) cmp.gtu p34,p32=n[1],t[1] // (p17)
779 { .mii; (p32)cmp.gtu p35,p33=n2,t[7]
780 (p34)cmp.geu p35,p33
[all...]
H A Dia64.S512 { .mib; (p33) stf8 [r32]=f50,16
518 { .mib; (p33) stf8 [r34]=f60,16
/third_party/astc-encoder/Source/
H A Dastcenc_find_best_partitioning.cpp350 int p33 = popcount(a[3] ^ b[3]); in partition_mismatch4() local
352 int mx23 = astc::min(p22 + p33, p23 + p32); in partition_mismatch4()
353 int mx13 = astc::min(p21 + p33, p23 + p31); in partition_mismatch4()
355 int mx03 = astc::min(p20 + p33, p23 + p30); in partition_mismatch4()
/third_party/typescript/tests/baselines/reference/
H A DpromiseType.js114 const p33 = p.then(undefined, () => x);
351 const p33 = p.then(undefined, () => x);
H A DpromiseTypeStrictNull.js114 const p33 = p.then(undefined, () => x);
346 const p33 = p.then(undefined, () => x);
/third_party/skia/src/core/
H A DSkGeometry.cpp498 float4 p00, p11, p22, p33, T;
502 p33.lo = p33.hi = skvx::bit_pun<float2>(src[3]);
508 float4 cd = unchecked_mix(p22, p33, T);
522 dst[9] = skvx::bit_pun<SkPoint>(p33.hi);

Completed in 11 milliseconds