Home
last modified time | relevance | path

Searched refs:xx11 (Results 1 – 7 of 7) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP224R1Field.java111 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M; in reduce() local
115 long t0 = (xx[7] & M) + xx11 - n; in reduce()
132 cc += (xx[4] & M) + t1 - xx11; in reduce()
DSecP256R1Field.java105 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
114 long t2 = xx10 + xx11 - xx15; in reduce()
115 long t3 = xx11 + xx12; in reduce()
DSecP192R1Field.java112 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
115 long t1 = xx07 + xx11; in reduce()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1Field.java107 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()
DSecP256R1Field.java101 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()
DSecP192R1Field.java108 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/webrtc/modules/audio_processing/aec/
Daec_rdft_sse2.c204 const __m128 xx11 = _mm_mul_ps( in cftmdl_128_SSE2() local
208 const __m128 xx12 = _mm_add_ps(xx10, xx11); in cftmdl_128_SSE2()