Home
last modified time | relevance | path

Searched refs:xx21 (Results 1 – 2 of 2) sorted by relevance

/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
107 long t4 = xx17 + xx21; in reduce()
108 long t5 = xx21 - xx23; in reduce()
118 cc += (xx[2] & M) - xx21 - t1 + t2; in reduce()
124 cc += (xx[4] & M) + xx16 + xx21 + t0 + t1 - t3 + t5; in reduce()
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft_sse2.c214 const __m128 xx21 = _mm_mul_ps(wk3iv, in cftmdl_128_SSE2() local
217 const __m128 xx22 = _mm_add_ps(xx20, xx21); in cftmdl_128_SSE2()