HomeSort by relevance Sort by last modified time
    Searched refs:xx12 (Results 1 - 6 of 6) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP384R1Field.java 161 long xx12 = x & M; local
163 cc += (z[0] & M) + xx12;
166 cc += (z[1] & M) - xx12;
175 cc += (z[3] & M) + xx12;
178 cc += (z[4] & M) + xx12;
SecP224R1Field.java 107 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M; local
112 long t1 = (xx[8] & M) + xx12;
131 cc += (xx[5] & M) + t2 - xx12;
SecP256R1Field.java 102 long xx12 = xx[12] & M, xx13 = xx[13] & M, xx14 = xx[14] & M, xx15 = xx[15] & M; local
111 long t3 = xx11 + xx12;
112 long t4 = xx12 + xx13;
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 163 float32x4_t xx12 = vmulq_f32(wk1rv, x1_x3_add); local
166 xx12 = vmlaq_f32(xx12, wk1iv, vrev64q_f32(x1_x3_add));
173 vst1_f32(&a[j + 8], vget_low_f32(xx12));
174 vst1_f32(&a[j + 40], vget_high_f32(xx12));
aec_rdft_sse2.c 208 const __m128 xx12 = _mm_add_ps(xx10, xx11); local
227 _mm_storel_epi64((__m128i*)&a[j0 + 8], _mm_castps_si128(xx12));
230 _mm_shuffle_epi32(_mm_castps_si128(xx12), _MM_SHUFFLE(3, 2, 3, 2)));
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1160 milliseconds