Searched refs:xx12 (Results 1 – 9 of 9) sorted by relevance
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP384R1Field.java | 166 long xx12 = x & M; in reduce32() local 168 cc += (z[0] & M) + xx12; in reduce32() 171 cc += (z[1] & M) - xx12; in reduce32() 180 cc += (z[3] & M) + xx12; in reduce32() 183 cc += (z[4] & M) + xx12; in reduce32()
|
D | SecP224R1Field.java | 111 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M; in reduce() local 116 long t1 = (xx[8] & M) + xx12; in reduce() 135 cc += (xx[5] & M) + t2 - xx12; in reduce()
|
D | SecP256R1Field.java | 106 long xx12 = xx[12] & M, xx13 = xx[13] & M, xx14 = xx[14] & M, xx15 = xx[15] & M; in reduce() local 115 long t3 = xx11 + xx12; in reduce() 116 long t4 = xx12 + xx13; in reduce()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP384R1Field.java | 162 long xx12 = x & M; in reduce32() local 164 cc += (z[0] & M) + xx12; in reduce32() 167 cc += (z[1] & M) - xx12; in reduce32() 176 cc += (z[3] & M) + xx12; in reduce32() 179 cc += (z[4] & M) + xx12; in reduce32()
|
D | SecP224R1Field.java | 107 long xx10 = xx[10] & M, xx11 = xx[11] & M, xx12 = xx[12] & M, xx13 = xx[13] & M; in reduce() local 112 long t1 = (xx[8] & M) + xx12; in reduce() 131 cc += (xx[5] & M) + t2 - xx12; in reduce()
|
D | SecP256R1Field.java | 102 long xx12 = xx[12] & M, xx13 = xx[13] & M, xx14 = xx[14] & M, xx15 = xx[15] & M; in reduce() local 111 long t3 = xx11 + xx12; in reduce() 112 long t4 = xx12 + xx13; in reduce()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 163 float32x4_t xx12 = vmulq_f32(wk1rv, x1_x3_add); in cftmdl_128_neon() local 166 xx12 = vmlaq_f32(xx12, wk1iv, vrev64q_f32(x1_x3_add)); in cftmdl_128_neon() 173 vst1_f32(&a[j + 8], vget_low_f32(xx12)); in cftmdl_128_neon() 174 vst1_f32(&a[j + 40], vget_high_f32(xx12)); in cftmdl_128_neon()
|
D | aec_rdft_sse2.c | 208 const __m128 xx12 = _mm_add_ps(xx10, xx11); in cftmdl_128_SSE2() local 227 _mm_storel_epi64((__m128i*)&a[j0 + 8], _mm_castps_si128(xx12)); in cftmdl_128_SSE2() 230 _mm_shuffle_epi32(_mm_castps_si128(xx12), _MM_SHUFFLE(3, 2, 3, 2))); in cftmdl_128_SSE2()
|
/external/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1932 "\(([0-9]{2}|0{1}((x|[0-9]){2}[0-9]{2}))\)\s*[0-9]{3,4}[- ]*[0-9]{4}" G "<0>(0xx12) 1234 1234</0>"
|