Home
last modified time | relevance | path

Searched refs:j3 (Results 1 – 25 of 188) sorted by relevance

12345678

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft.c311 int j0, j1, j2, j3, k, k1, k2, m2; in cftmdl_128_C() local
318 j3 = j0 + 24; in cftmdl_128_C()
323 x2r = a[j2 + 0] + a[j3 + 0]; in cftmdl_128_C()
324 x2i = a[j2 + 1] + a[j3 + 1]; in cftmdl_128_C()
325 x3r = a[j2 + 0] - a[j3 + 0]; in cftmdl_128_C()
326 x3i = a[j2 + 1] - a[j3 + 1]; in cftmdl_128_C()
333 a[j3 + 0] = x1r + x3i; in cftmdl_128_C()
334 a[j3 + 1] = x1i - x3r; in cftmdl_128_C()
340 j3 = j0 + 24; in cftmdl_128_C()
345 x2r = a[j2 + 0] + a[j3 + 0]; in cftmdl_128_C()
[all …]
/external/webrtc/webrtc/common_audio/
Dfft4g.c910 size_t j, j1, j2, j3, l; in cftfsub() local
926 j3 = j2 + l; in cftfsub()
931 x2r = a[j2] + a[j3]; in cftfsub()
932 x2i = a[j2 + 1] + a[j3 + 1]; in cftfsub()
933 x3r = a[j2] - a[j3]; in cftfsub()
934 x3i = a[j2 + 1] - a[j3 + 1]; in cftfsub()
941 a[j3] = x1r + x3i; in cftfsub()
942 a[j3 + 1] = x1i - x3r; in cftfsub()
960 size_t j, j1, j2, j3, l; in cftbsub() local
976 j3 = j2 + l; in cftbsub()
[all …]
/external/eigen/Eigen/src/LU/
DInverseImpl.h205 (const MatrixBase<Derived>& matrix, int i1, int i2, int i3, int j1, int j2, int j3)
208 * (matrix.coeff(i2,j2) * matrix.coeff(i3,j3) - matrix.coeff(i2,j3) * matrix.coeff(i3,j2));
221 j3 = (j+3) % 4
223 return general_det3_helper(matrix, i1, i2, i3, j1, j2, j3)
224 + general_det3_helper(matrix, i2, i3, i1, j1, j2, j3)
225 + general_det3_helper(matrix, i3, i1, i2, j1, j2, j3);
/external/openssh/openbsd-compat/
Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
102 j3 = x->input[3]; in chacha_encrypt_bytes()
126 x3 = j3; in chacha_encrypt_bytes()
152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
/external/openssh/
Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
103 j3 = x->input[3]; in chacha_encrypt_bytes()
127 x3 = j3; in chacha_encrypt_bytes()
153 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll55 %j3 = add nsw i32 %i3, 5
56 %p3 = getelementptr inbounds float, float* %arr, i32 %j3
/external/llvm/docs/
DREADME.txt16 make -j3 docs-llvm-html
37 make -j3 docs-llvm-man
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll55 %j3 = add nsw i32 %i3, 5
56 %p3 = getelementptr inbounds float, float* %arr, i32 %j3
/external/grpc-grpc/tools/fuzzer/
Dbuild_and_run_fuzzer.sh20 make CONFIG=$config $1 -j3
/external/mesa3d/src/mesa/program/
Dprog_noise.c527 unsigned int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ in _mesa_noise4() local
553 j3 = simplex[c][1] >= 1 ? 1 : 0; in _mesa_noise4()
567 y3 = y0 - j3 + 3.0f * G4; in _mesa_noise4()
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]], in _mesa_noise4()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DREADME.txt16 make -j3 docs-llvm-html
37 make -j3 docs-llvm-man
/external/clang/test/SemaCXX/
Daddress-of-temporary.cpp49 void j3() { (void)S { (A){} }; } in j3() function
/external/llvm/test/Analysis/BasicAA/
Dstruct-geps.ll93 … i64 %j, i64 %k, i64 %i1, i64 %j1, i64 %k1, i64 %i2, i64 %j2, i64 %k2, i64 %i3, i64 %j3, i64 %k3) {
95 …[1 x [1 x [1 x %struct]]], [1 x [1 x [1 x %struct]]]* %st, i64 %j, i64 %j1, i64 %j2, i64 %j3, i32 1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dstruct-geps.ll93 … i64 %j, i64 %k, i64 %i1, i64 %j1, i64 %k1, i64 %i2, i64 %j2, i64 %k2, i64 %i3, i64 %j3, i64 %k3) {
95 …[1 x [1 x [1 x %struct]]], [1 x [1 x [1 x %struct]]]* %st, i64 %j, i64 %j1, i64 %j2, i64 %j3, i32 1
/external/llvm/test/Transforms/BBVectorize/
Dsimple-ldstr-ptrs.ll100 %j3 = extractelement <2 x i64*> %i3, i32 0
102 %ptr3 = getelementptr inbounds i64, i64* %j3, i64 %o4
/external/ltp/utils/benchmark/kernbench-0.42/
DREADME62 detect -j2 and change to -j3. Added syncs. Improved warnings and
/external/ImageMagick/PerlMagick/t/reference/filter/
DSample.miff15 …/u8.o4*v@6�TL�UMZnJUmD9C(;=34;0Vd>x�\r�\_�I\�GhaQjdSibRjbSkbSlcTmaTspi���}{j3<(?;.^B5�AE�DA�DD�FD�…
DRotate.miff15 …������������������������������������d_DRG+]J6bB7j<4j91i7/g6/f7.g7.k70k5-j4+j3(j2&r:/{B4�I<�OB�WK�U…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D7e00f8d7d6b28be99462556fec48e7e1.0001483a.honggfuzz.cov51 � ��G9w3����K�vf�G����+{I/��O������+����Ss,�ob�5�\'4�l W�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��…
66 � ��G9w3����K�vf�G����+{I/��O������+����Ss,�ob�5�\'4�l W�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��…
131 � ��G9w3����K�vf�G����+{I/��O������+����Ss,�ob�5�\'4�l W�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��…
150 � ��G9w3����K�vf�G����+{I/��O������+����Ss,�ob�5�\'4�l W�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��…
169 � ��G9w3����K�vf�G����+{I/��O������+����Ss,�ob�5�\'4�l W�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��…
184 � ��G9w3����K�vf�G����+{I/��O������+����Ss,�ob�5�\'4�l W�/��g�����>�8�,7�j3�`�a�(�Uf0�myI��…
D207a66d05fdca01404011fa85eb6da22.00009d8a.honggfuzz.cov116 �C;M��>�AJ�euNc��0�j3�N������j-}���c�I�|�aZ6186ʯ,��jЖ2�>Jʤ�.�W9����:�#�'|�d�^�g!�� ߷??c…
179 �C;M��>�AJ�euNc��0�j3�N������j-}���c�I�|�aZ6186ʯ,��jЖ2�>Jʤ�.�W9����:�#�'|�d�^�g!�� ߷??c…
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a2.rst273 Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DSample.miff43 …/u8.o4*v@6�TL�UMZnJUmD9C(;=34;0Vd>x�\r�\_�I\�GhaQjdSibRjbSkbSlcTmaTspi���}{j3<(?;.^B5�AE�DA�DD�FD�…
DRotate.miff42 …���������������������������s�WM2�\I4�bC5�h=4�j92�h70�g6/�f6.�f7-�i6.�k5-�j3+�j3)�k2'�o6+�w=1��D6��…
/external/ImageMagick/PerlMagick/t/reference/write/jp2/
Dread_jpc.miff74j3(d0$r<1�QM�XQ~^Q^[GDR:1>(:D/AI58@/3:-38467+KV2q�Rz�]_�HY}B`�H`�JW{FgaQhaQjbRhaQhaQiaRjaRkbSkbSja…
Dread_jp2.miff74j3(d0$r<1�QM�XQ~^Q^[GDR:1>(:D/AI58@/3:-38467+KV2q�Rz�]_�HY}B`�H`�JW{FgaQhaQjbRhaQhaQiaRjaRkbSkbSja…

12345678