Home
last modified time | relevance | path

Searched refs:xx20 (Results 1 – 3 of 3) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Field.java103 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[22] & M, xx23 = xx[23] & M; in reduce() local
107 long t0 = (xx[12] & M) + xx20 - n; in reduce()
141 cc += (xx[8] & M) + xx16 + xx17 + xx20 - xx19; in reduce()
144 cc += (xx[9] & M) + xx18 - xx20 + t4; in reduce()
150 cc += (xx[11] & M) + xx19 + xx20 - t6; in reduce()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP384R1Field.java99 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[22] & M, xx23 = xx[23] & M; in reduce() local
103 long t0 = (xx[12] & M) + xx20 - n; in reduce()
137 cc += (xx[8] & M) + xx16 + xx17 + xx20 - xx19; in reduce()
140 cc += (xx[9] & M) + xx18 - xx20 + t4; in reduce()
146 cc += (xx[11] & M) + xx19 + xx20 - t6; in reduce()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_sse2.c210 const __m128 xx20 = _mm_mul_ps(x1_x3_sub, wk3rv); in cftmdl_128_SSE2() local
215 const __m128 xx22 = _mm_add_ps(xx20, xx21); in cftmdl_128_SSE2()