HomeSort by relevance Sort by last modified time
    Searched defs:x2 (Results 151 - 175 of 1056) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaTemplate/
instantiate-field.cpp 11 mutable T x2; // expected-error{{data member instantiated with function type}} member in struct:X
19 xi->x2 = 17;
instantiate-static-var.cpp 52 struct X2 {
53 virtual ~X2();
72 Z1<Y2<X2>::value> x2; local
73 int y2[Y2<X2>::value];
member-template-access-expr.cpp 79 template<int A> struct X2 {
89 void f(X2<sizeof(X3<U>().U::m)>);
93 X2<sizeof(int)> x2; local
94 x4i.f<X2<sizeof(int)> >(x2);
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 80 Packet4f x2 = pmul(x,x); local
81 Packet4f x3 = pmul(x2,x);
95 tmp = pmul(x2, p4f_half);
222 Packet2d x2 = pmul(x,x); local
225 px = pmadd(px, x2, p2d_cephes_exp_p1);
226 px = pmadd(px, x2, p2d_cephes_exp_p2);
230 qx = pmadd(qx, x2, p2d_cephes_exp_q1);
231 qx = pmadd(qx, x2, p2d_cephes_exp_q2);
232 qx = pmadd(qx, x2, p2d_cephes_exp_q3);
  /external/freetype/src/cff/
cf2font.c 81 * | (x2,y2) \
94 * (x2, y2) = (1000, 275)
123 FT_Int x2 = darkenParams[2]; local
159 else if ( scaledStem < cf2_intToFixed( x2 ) )
161 FT_Int xdelta = x2 - x1;
178 FT_Int xdelta = x3 - x2;
181 FT_DivFix( cf2_intToFixed( x2 ), ppem );
  /external/libopus/celt/
mdct.c 301 kiss_fft_scalar x1, x2; local
303 x2 = *yp1;
304 *yp1++ = MULT16_32_Q15(*wp2, x2) - MULT16_32_Q15(*wp1, x1);
305 *xp1-- = MULT16_32_Q15(*wp1, x2) + MULT16_32_Q15(*wp2, x1);
  /external/libopus/silk/fixed/
burg_modified_FIX.c 58 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local
129 x2 = -silk_LSHIFT32( (opus_int32)x_ptr[ subfr_length - n - 1 ], 16 - rshifts ); /* Q(16-rshifts) */
134 C_last_row[ k ] = silk_SMLAWB( C_last_row[ k ], x2, x_ptr[ subfr_length - n + k ] ); /* Q( -rshifts ) */
150 x2 = -silk_LSHIFT32( (opus_int32)x_ptr[ subfr_length - n - 1 ], -rshifts ); /* Q( -rshifts ) */
155 C_last_row[ k ] = silk_MLA( C_last_row[ k ], x2, x_ptr[ subfr_length - n + k ] ); /* Q( -rshifts ) */
  /external/libvorbis/lib/
mdct.c 222 DATA_TYPE *x2 = x + (points>>1) - 8; local
228 r0 = x1[6] - x2[6];
229 r1 = x1[7] - x2[7];
230 x1[6] += x2[6];
231 x1[7] += x2[7];
232 x2[6] = MULT_NORM(r1 * T[1] + r0 * T[0]);
233 x2[7] = MULT_NORM(r1 * T[0] - r0 * T[1]);
235 r0 = x1[4] - x2[4];
236 r1 = x1[5] - x2[5];
237 x1[4] += x2[4]
270 DATA_TYPE *x2 = x + (points>>1) - 8; local
    [all...]
  /external/lzma/Asm/x86/
7zAsm.asm 44 x2 equ EDX define
73 r2 equ x2
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 271 unsigned x2 = i915->scissor.maxx - 1; local
277 sc[2] = (y2 << 16) | (x2 & 0xffff);
  /external/opencv/cv/src/
cvlinefit.cpp 48 double x = 0, y = 0, x2 = 0, y2 = 0, xy = 0, w = 0; local
62 x2 += points[i].x * points[i].x;
74 x2 += weights[i] * points[i].x * points[i].x;
83 x2 /= w;
87 dx2 = x2 - x * x;
107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
126 x2 += x * x * w;
146 x2 += x * x;
159 x2 /= w0;
170 dx2 = x2 - x0 * x0
    [all...]
  /external/openfst/src/include/fst/
signed-log-weight.h 36 typedef LogWeightTpl<T> X2;
37 using PairWeight<X1, X2>::Value1;
38 using PairWeight<X1, X2>::Value2;
40 using PairWeight<X1, X2>::Reverse;
41 using PairWeight<X1, X2>::Quantize;
42 using PairWeight<X1, X2>::Member;
46 SignedLogWeightTpl() : PairWeight<X1, X2>() {}
49 : PairWeight<X1, X2> (w) { }
51 SignedLogWeightTpl(const PairWeight<X1, X2>& w)
52 : PairWeight<X1, X2> (w) {
296 LogWeight x2 = w.Value(); local
305 LogWeight x2 = w.Value(); local
314 LogWeight x2 = w.Value(); local
323 LogWeight x2 = w.Value2().Value(); local
333 Log64Weight x2 = w.Value(); local
342 Log64Weight x2 = w.Value(); local
351 Log64Weight x2 = w.Value(); local
360 Log64Weight x2 = w.Value2().Value(); local
    [all...]
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 161 FX_INT32 x0, y0, x1, y1, x2, y2; local
169 x2 = xPos + xSize;
177 x2 = xPos;
185 x2 = xPos;
193 x2 = xPos + xSize;
197 display_matrix.Set(FXSYS_Div((FX_FLOAT)(x2 - x0), m_PageWidth),
  /external/skia/src/animator/
SkPathParts.h 73 SkScalar x2; member in class:SkQuadTo
91 SkScalar x2; member in class:SkCubicTo
  /external/srtp/tables/
aes_tables.c 94 uint32_t x1, x2, x3; local
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
106 tmp.v8[0] = x2;
113 tmp.v8[1] = x2;
120 tmp.v8[2] = x2;
127 tmp.v8[3] = x2;
  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 175 float x2 = 0; local
214 x2 += n*n;
225 denom = x2 - xAvg*x;
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 153 audio_sample_t x2 = mDelays[0][1]; local
166 acc = mac_coef_sample(b2, x2, acc);
172 x2 = x1;
177 mDelays[0][1] = x2;
211 audio_sample_t x2 = mDelays[ch][1]; local
219 acc = mac_coef_sample(b2, x2, acc);
225 x2 = x1;
232 mDelays[ch][1] = x2;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 174 Word16 x1, x2, x3, x4, x5; local
178 x2 = x[-1];
183 if (x2 < x1)
186 x1 = x2;
187 x2 = tmp;
205 if (x3 < x2)
207 tmp = x2;
208 x2 = x3;
211 if (x4 < x2)
213 tmp = x2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
123 x2 = (181 * (x4 + x5) + 128) >> 8;
130 res2 = (x0 + x2) >> 14;
147 res = (x0 - x2) >> 14;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
200 x2 = blk[10];
210 x6 = (W6 * x2 + 4) >> 3;
211 x2 = (W2 * x2 + 4) >> 3;
212 x8 = x0 - x2;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RotateFilter.java 144 Point x2 = new Point(0.5f * (-cosTheta - sinTheta + 1f), local
148 Quad quad = new Quad(x0, x1, x2, x3);
  /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...]
rsCpuIntrinsicYuvToRGB.cpp 128 uint32_t x2 = xend; local
158 if((x1 & 1) && (x2 > x1)) {
166 if((x2 > x1) && gArchUseSIMD) {
167 int32_t len = x2 - x1;
169 rsdIntrinsicYuv2_K(p->out, Y, u, v, x1, x2);
178 rsdIntrinsicYuv_K(p->out, Y, v, x1, x2);
182 rsdIntrinsicYuvR_K(p->out, Y, u, x1, x2);
190 if(x2 > x1) {
191 // ALOGE("y %i %i %i", p->y, x1, x2);
192 while(x1 < x2) {
    [all...]
  /frameworks/rs/driver/
rsdPath.cpp 46 float x1, xc, x2; member in struct:DrvPathStatic::__anon19019
125 s->x2 = fin[4];
167 vtx[4] = s->x2;
174 vtx[10] = s->x2;
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 119 uint8_t x2 = pName2[i]; local
123 if ((x1 & ~0x20) != (x2 & ~0x20))
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 119 uint8_t x2 = pName2[i]; local
123 if ((x1 & ~0x20) != (x2 & ~0x20))

Completed in 3914 milliseconds

1 2 3 4 5 67 8 91011>>