HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 251 - 275 of 3002) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm-generic/
mman.h 16 #define PROT_WRITE 0x2
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm-generic/
mman.h 16 #define PROT_WRITE 0x2
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
smp.h 35 #define SMP_CALL_FUNCTION 0x2
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
smp.h 35 #define SMP_CALL_FUNCTION 0x2
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
smp.h 35 #define SMP_CALL_FUNCTION 0x2
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
smp.h 35 #define SMP_CALL_FUNCTION 0x2
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
smp.h 35 #define SMP_CALL_FUNCTION 0x2
  /system/core/fs_mgr/
fs_mgr_priv.h 66 #define MF_CHECK 0x2
  /system/core/sh/
expand.h 52 #define EXP_TILDE 0x2 /* do normal tilde expansion */
  /external/pixman/demos/
quad2quad.c 12 double x2, double y2,
116 t4 = (t3 - px2 * px3 * x2 * x3) * y2;
117 t5 = x2 * x2;
120 t7 = - px2 * px3 * x2 * x3 * y3;
122 t9 = px3 * py2 * x2 * x3;
128 t13 = px2 * py3 * x2 * x3 * y3;
134 t18 = t17 * x2;
140 t23 = - 2 * px2 * px3 * x2 * x3;
146 t27 = x2 * (t26 + t19)
    [all...]
  /abi/cpp/include/
cxxabi.h 114 __public_mask = 0x2,
145 __diamond_shaped_mask = 0x2
162 __volatile_mask = 0x2,
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
94 x2 = (pInVect[2] + pInVect[6]) >>1;
106 /* rearrangement of x2 and x6 as in (15) */
107 x2 -=x6;
110 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
112 temp = x2 ;
113 SBC_IDCT_MULT(SBC_COS_PI_SUR_8,( x2 + x6 ), x2); /*x2 = ( x2 + x6 ) * cos(1*pi/8) ; *
209 SINT32 temp,x2; local
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebContextMenuData.h 97 MediaPaused = 0x2,
135 CheckableMenuItemChecked = 0x2,
147 CanRedo = 0x2,
  /external/clang/test/Analysis/
global-region-invalidation.c 89 static const int x2 = x; variable
91 clang_analyzer_eval(x2 == 0); // expected-warning{{TRUE}}
93 clang_analyzer_eval(x2 == 0); // expected-warning{{TRUE}}
  /external/clang/test/Sema/
expr-address-of.c 24 int *x2 = &y; // expected-error {{address of register variable requested}} local
58 register int *x2; local
59 int *_dummy2 = &(*(x2 + 1));
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 115 struct X2 : X0, X1 { };
117 void f(X2 x2) { x2 = x2; }
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
highpass_400hz_at_12k8.cpp 149 int16 i, x2; local
171 x2 = x1;
174 L_tmp2 = fxp_mac_16by16(x2, 915, L_tmp2);
highpass_50hz_at_12k8.cpp 151 int16 i, x2; local
176 x2 = x1;
179 L_tmp2 = fxp_mac_16by16(x2, 8106, L_tmp2);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp400.c 63 Word16 x2; local
76 x2 = x1;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
hp50.c 48 static Word16 a[3] = {8192, 16211, -8021}; /* Q12 (x2) */
64 Word16 x2; local
78 x2 = x1;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 96 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
100 convert_float4(py0[x2]) * coeff[2] +
103 convert_float4(py1[x2]) * coeff[5] +
106 convert_float4(py2[x2]) * coeff[8];
118 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
122 convert_float2(py0[x2]) * coeff[2] +
125 convert_float2(py1[x2]) * coeff[5] +
128 convert_float2(py2[x2]) * coeff[8];
139 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
143 ((float)py0[x2]) * coeff[2]
158 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
169 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
180 uint32_t x2 = rsMin((int32_t)x+1, (int32_t)p->dimX-1); local
206 uint32_t x2 = xend; local
253 uint32_t x2 = xend; local
298 uint32_t x2 = xend; local
343 uint32_t x2 = xend; local
388 uint32_t x2 = xend; local
432 uint32_t x2 = xend; local
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve5x5.fs 28 uint32_t x2 = x;
40 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y0)) * gCoeffs[2]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[7]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
convolve5x5.fs 28 uint32_t x2 = x;
40 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y0)) * gCoeffs[2]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[7]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve5x5.fs 28 uint32_t x2 = x;
40 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y0)) * gCoeffs[2]
46 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[7]
52 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)) * gCoeffs[12]
58 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y3)) * gCoeffs[17]
64 + convert_float4(rsGetElementAt_uchar4(gIn, x2, y4)) * gCoeffs[22]

Completed in 1094 milliseconds

<<11121314151617181920>>