Searched refs:xx11 (Results 1 – 4 of 4) sorted by relevance
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224R1Field.java | 107 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M; in reduce() local 111 long t0 = (xx[7] & M) + xx11 - n; in reduce() 128 cc += (xx[4] & M) + t1 - xx11; in reduce()
|
D | SecP256R1Field.java | 101 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local 110 long t2 = xx10 + xx11 - xx15; in reduce() 111 long t3 = xx11 + xx12; in reduce()
|
D | SecP192R1Field.java | 108 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local 111 long t1 = xx07 + xx11; in reduce()
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft_sse2.c | 208 const __m128 xx11 = _mm_mul_ps(wk1iv, in cftmdl_128_SSE2() local 211 const __m128 xx12 = _mm_add_ps(xx10, xx11); in cftmdl_128_SSE2()
|