Home
last modified time | relevance | path

Searched refs:xx10 (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
129 cc += (xx[3] & M) + t0 - xx10; in reduce()
138 cc += (xx[6] & M) + xx10 - xx13; in reduce()
DSecP256R1Field.java105 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
113 long t1 = xx09 + xx10; in reduce()
114 long t2 = xx10 + xx11 - xx15; in reduce()
DSecP192R1Field.java112 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
114 long t0 = xx06 + xx10; 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
125 cc += (xx[3] & M) + t0 - xx10; in reduce()
134 cc += (xx[6] & M) + xx10 - xx13; in reduce()
DSecP256R1Field.java101 long xx08 = xx[8] & M, xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
109 long t1 = xx09 + xx10; in reduce()
110 long t2 = xx10 + xx11 - xx15; in reduce()
DSecP192R1Field.java108 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; in reduce() local
110 long t0 = xx06 + xx10; in reduce()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_sse2.c203 const __m128 xx10 = _mm_mul_ps(x1_x3_add, wk1rv); in cftmdl_128_SSE2() local
208 const __m128 xx12 = _mm_add_ps(xx10, xx11); in cftmdl_128_SSE2()