Home
last modified time | relevance | path

Searched refs:x_1 (Results 1 – 11 of 11) sorted by relevance

/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm.s57 ; q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0
289 SMLATT r6, r12, r10, r6 ; sum[0] = MAC16_16(sum[0],x_1,y_1)
291 SMLATB r7, r12, r11, r7 ; sum[1] = MAC16_16(sum[1],x_1,y_2)
292 SMLATT r8, r12, r11, r8 ; sum[2] = MAC16_16(sum[2],x_1,y_3)
293 SMLATB r9, r12, r10, r9 ; sum[3] = MAC16_16(sum[3],x_1,y_4)
379 SMLATB r14, r6, r9, r14 ; sum = MAC16_16(sum, x_1, y_1)
450 SMLATT r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_1, y_1)
452 SMLATB r11, r6, r9, r11 ; sum1 = MAC16_16(sum1, x_1, y_2)
469 SMLATT r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_1, y_1)
471 SMLATB r11, r6, r9, r11 ; sum1 = MAC16_16(sum1, x_1, y_2)
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java693 long x_1 = x[1] & M; in square() local
697 zz_1 += x_1 * x_0; in square()
712 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
725 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
740 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
757 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
809 long x_1 = x[xOff + 1] & M; in square() local
813 zz_1 += x_1 * x_0; in square()
828 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
841 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
[all …]
DNat256.java904 long x_1 = x[1] & M; in square() local
908 zz_1 += x_1 * x_0; in square()
923 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
936 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
951 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
968 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
987 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square()
1008 zz_8 += (zz_7 >>> 32) + x_7 * x_1; in square()
1068 long x_1 = x[xOff + 1] & M; in square() local
1072 zz_1 += x_1 * x_0; in square()
[all …]
DNat224.java771 long x_1 = x[1] & M; in square() local
775 zz_1 += x_1 * x_0; in square()
790 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
803 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square()
818 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square()
835 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
854 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square()
910 long x_1 = x[xOff + 1] & M; in square() local
914 zz_1 += x_1 * x_0; in square()
929 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square()
[all …]
/external/libvpx/libvpx/vp8/common/
Dpostproc.c679 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() argument
684 if (*x_1 > width) in constrain_line()
686 dx = *x_1 - x_0; in constrain_line()
689 *x_1 = width; in constrain_line()
693 if (*x_1 < 0) in constrain_line()
695 dx = *x_1 - x_0; in constrain_line()
698 *x_1 = 0; in constrain_line()
704 dx = *x_1 - x_0; in constrain_line()
709 *x_1 = ((height-y_0)*dx)/dy + x_0; in constrain_line()
713 dx = *x_1 - x_0; in constrain_line()
[all …]
/external/webp/src/enc/
Dpicture_psnr.c38 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local
44 for (i = x_0; i < x_1; ++i) { in AccumulateLSIM()
/external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp104 int x_1; member
/external/libvorbis/doc/
D07-floor1.tex27 from x_0,y_0 to x_1,y_1 where in the base case x_0=0 and x_1=[n], the
36 x_0,y_0 to x_new,y_new and from x_new,y_new to x_1,y_1. This step is
/external/ceres-solver/docs/source/
Dtutorial.rst313 of Powell's function. Let :math:`x = \left[x_1, x_2, x_3, x_4 \right]`
319 f_1(x) &= x_1 + 10x_2 \\
322 f_4(x) &= \sqrt{10} (x_1 - x_4)^2\\
333 :math:`f_4(x_1, x_4)`:
347 :math:`f_1(x_1, x_2)`, :math:`f_2(x_3, x_4)` and :math:`f_3(x_2, x_3)`
437 :math:`x_1=0, x_2=0, x_3=0, x_4=0` with an objective function value of
Dsolving.rst638 .. math:: x_1 &= E^\top x
639 .. math:: x_2 &= C^{-1} x_1
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2142 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); in lp_build_sin() local
2143 LLVMValueRef x_2 = LLVMBuildFAdd(b, x_1, xmm2, "x_2"); in lp_build_sin()
2360 LLVMValueRef x_1 = LLVMBuildFAdd(b, x_abs, xmm1, "x_1"); in lp_build_cos() local
2361 LLVMValueRef x_2 = LLVMBuildFAdd(b, x_1, xmm2, "x_2"); in lp_build_cos()