Searched refs:xx22 (Results 1 – 4 of 4) sorted by relevance
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP384R1Field.java | 103 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[22] & M, xx23 = xx[23] & M; in reduce() local 108 long t1 = (xx[13] & M) + xx22; in reduce() 109 long t2 = (xx[14] & M) + xx22 + xx23; in reduce() 113 long t6 = xx22 - xx23; in reduce()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP384R1Field.java | 99 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[22] & M, xx23 = xx[23] & M; in reduce() local 104 long t1 = (xx[13] & M) + xx22; in reduce() 105 long t2 = (xx[14] & M) + xx22 + xx23; in reduce() 109 long t6 = xx22 - xx23; in reduce()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 164 float32x4_t xx22 = vmulq_f32(wk3rv, x1_x3_sub); in cftmdl_128_neon() local 167 xx22 = vmlaq_f32(xx22, wk3iv, vrev64q_f32(x1_x3_sub)); in cftmdl_128_neon() 175 vst1_f32(&a[j + 24], vget_low_f32(xx22)); in cftmdl_128_neon() 176 vst1_f32(&a[j + 56], vget_high_f32(xx22)); in cftmdl_128_neon()
|
D | aec_rdft_sse2.c | 215 const __m128 xx22 = _mm_add_ps(xx20, xx21); in cftmdl_128_SSE2() local 232 _mm_storel_epi64((__m128i*)&a[j0 + 24], _mm_castps_si128(xx22)); in cftmdl_128_SSE2() 235 _mm_shuffle_epi32(_mm_castps_si128(xx22), _MM_SHUFFLE(3, 2, 3, 2))); in cftmdl_128_SSE2()
|