Home
last modified time | relevance | path

Searched refs:xx10 (Results 1 – 6 of 6) sorted by relevance

/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/valgrind/exp-bbv/tests/amd64-linux/
Dfldcw_check.S14 # 1101 1001 xx10 1yyy
/external/valgrind/exp-bbv/tests/x86/
Dfldcw_check.S14 # 1101 1001 xx10 1yyy
/external/webrtc/src/modules/audio_processing/aec/
Daec_rdft_sse2.c207 const __m128 xx10 = _mm_mul_ps(x1_x3_add, wk1rv); in cftmdl_128_SSE2() local
211 const __m128 xx12 = _mm_add_ps(xx10, xx11); in cftmdl_128_SSE2()