HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 401 - 425 of 2711) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/lasat/
lasat.h 107 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1)
109 #define LASAT_W1_ISDN(v) (((v) >> 0x05) & 0x1)
110 #define LASAT_W1_IDE(v) (((v) >> 0x06) & 0x1)
111 #define LASAT_W1_HDLC(v) (((v) >> 0x07) & 0x1)
112 #define LASAT_W1_USVERSION(v) (((v) >> 0x08) & 0x1)
114 #define LASAT_W1_4MACS(v) (((v) >> 0x09) & 0x1)
115 #define LASAT_W1_EXTSERIAL(v) (((v) >> 0x0a) & 0x1)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/lasat/
lasat.h 107 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1)
109 #define LASAT_W1_ISDN(v) (((v) >> 0x05) & 0x1)
110 #define LASAT_W1_IDE(v) (((v) >> 0x06) & 0x1)
111 #define LASAT_W1_HDLC(v) (((v) >> 0x07) & 0x1)
112 #define LASAT_W1_USVERSION(v) (((v) >> 0x08) & 0x1)
114 #define LASAT_W1_4MACS(v) (((v) >> 0x09) & 0x1)
115 #define LASAT_W1_EXTSERIAL(v) (((v) >> 0x0a) & 0x1)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 88 int x1 = r.x; local
92 int x2 = x1 + w;
97 x1 += insets.left;
103 int mx = (x1 + x2) / 2;
107 mHandles.add(new SelectionHandle(x1, my, Position.LEFT_MIDDLE));
109 mHandles.add(new SelectionHandle(x1, y1, Position.TOP_LEFT));
112 mHandles.add(new SelectionHandle(x1, y2, Position.BOTTOM_LEFT));
  /external/qemu/android/skin/
argb.h 81 #define ARGB_DECL2(x1,x2) mmx_t x1, x2
86 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3)
94 #define ARGB_INTERP255(x1,x2,x3,alpha) \
95 x1 = mmx_interp255( x2, x3, _zero, (alpha))
97 #define ARGB_ADDW_11(x1,x2,x3) \
98 ARGB_SUM(x1,x2,x3)
100 #define ARGB_ADDW_31(x1,x2,x3) \
104 x1 = _mm_add_pi16(_t1, _t2);
    [all...]
  /external/ceres-solver/internal/ceres/
problem_impl.cc 247 double* x0, double* x1) {
250 residual_parameters.push_back(x1);
257 double* x0, double* x1, double* x2) {
260 residual_parameters.push_back(x1);
268 double* x0, double* x1, double* x2, double* x3) {
271 residual_parameters.push_back(x1);
280 double* x0, double* x1, double* x2, double* x3, double* x4) {
283 residual_parameters.push_back(x1);
293 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
296 residual_parameters.push_back(x1);
    [all...]
  /external/openfst/src/include/fst/
signed-log-weight.h 35 typedef TropicalWeight X1;
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) {
295 TropicalWeight x1 = 1.0; local
304 TropicalWeight x1 = 1.0; local
313 TropicalWeight x1 = 1.0; local
322 TropicalWeight x1 = w.Value1(); local
332 TropicalWeight x1 = 1.0; local
341 TropicalWeight x1 = 1.0; local
350 TropicalWeight x1 = 1.0; local
359 TropicalWeight x1 = w.Value1(); local
    [all...]
  /external/v8/test/mjsunit/
top-level-assignments.js 61 var x1 = new Object(); class
63 x1.a = 7;
64 x1.b = function() { return 42; };
67 x1.c = 88;
68 x1.d = "A Man Called Horse";
72 assertEquals(7, x1.a);
73 assertEquals(42, x1.b());
74 assertEquals(88, x1.c);
75 assertEquals("A Man Called Horse", x1.d);
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 152 audio_sample_t x1 = mDelays[0][0]; local
165 acc = mac_coef_sample(b1, x1, acc);
172 x2 = x1;
173 x1 = x0;
176 mDelays[0][0] = x1;
210 audio_sample_t x1 = mDelays[ch][0]; local
218 acc = mac_coef_sample(b1, x1, acc);
225 x2 = x1;
226 x1 = x0;
231 mDelays[ch][0] = x1;
    [all...]
  /frameworks/base/libs/hwui/
Program.h 48 #define PROGRAM_KEY_TEXTURE 0x1
269 if (modulate) key |= programid(0x1) << PROGRAM_MODULATE_SHIFT;
270 if (isPoint) key |= programid(0x1) << PROGRAM_IS_POINT_SHIFT;
271 if (isAA) key |= programid(0x1) << PROGRAM_HAS_AA_SHIFT;
272 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
273 if (hasTextureTransform) key |= programid(0x1) << PROGRAM_HAS_TEXTURE_TRANSFORM_SHIFT;
274 if (hasGammaCorrection) key |= programid(0x1) << PROGRAM_HAS_GAMMA_CORRECTION;
275 if (isSimpleGradient) key |= programid(0x1) << PROGRAM_IS_SIMPLE_GRADIENT;
276 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS;
277 if (hasDebugHighlight) key |= programid(0x1) << PROGRAM_HAS_DEBUG_HIGHLIGHT
    [all...]
Stencil.cpp 30 #define STENCIL_WRITE_VALUE 0x1
31 #define STENCIL_MASK_VALUE 0x1
91 glStencilFunc(GL_ALWAYS, 0x1, 0xffffffff);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 58 float x0, float y0, float x1, float y1,
60 LinearGradient_Delegate newDelegate = new LinearGradient_Delegate(x0, y0, x1, y1,
67 float x0, float y0, float x1, float y1,
70 x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/,
76 int native_shader, float x0, float y0, float x1, float y1,
84 int native_shader, float x0, float y0, float x1, float y1,
97 * @param x1 The x-coordinate for the end of the gradient line
105 private LinearGradient_Delegate(float x0, float y0, float x1, float y1,
108 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
125 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[]
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 117 int x1 = gdk_pixbuf_get_width(images_[0]); local
119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1;
122 if (x2 < x1 || y2 < y1)
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
149 TileImage(cr, images_[3], 0, y1, x1, y2 - y1, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity)
205 int x1 = gdk_pixbuf_get_width(images_[0]); local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1);
95 double x1[3],double x2[3],double x3[3],
101 db_SAffineImagePointPointConstraints(c ,c+7 ,xp1,x1);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
129 m=db_SafeReciprocal(x1[2]);
130 ax=x1[0]*m;
131 ay=x1[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1);
95 double x1[3],double x2[3],double x3[3],
101 db_SAffineImagePointPointConstraints(c ,c+7 ,xp1,x1);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
129 m=db_SafeReciprocal(x1[2]);
130 ax=x1[0]*m;
131 ay=x1[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
86 db_SProjImagePointPointConstraints(c ,c+9 ,xp1,x1);
95 double x1[3],double x2[3],double x3[3],
101 db_SAffineImagePointPointConstraints(c ,c+7 ,xp1,x1);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
129 m=db_SafeReciprocal(x1[2]);
130 ax=x1[0]*m;
131 ay=x1[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 37 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return.
39 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0))
48 int* x1) {
58 _mm_storeu_si128(reinterpret_cast<__m128i *>(x1), x1_wide);
62 // (4x(x3), 4x(x2), 4x(x1), 4x(x0))
66 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0))
83 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
85 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
109 // (x1, y1, x0, y0)
111 // (y1, y0, x1, x0
429 int x1[4]; local
466 unsigned x1 = xx & 0x3FFF; local
501 int x1[4]; local
540 const unsigned x1 = xx & 0x3FFF; local
655 unsigned x1 = data & 0x3FFF; local
    [all...]
  /external/libgsm/src/
gsm_decode.c 269 bc[0] = (*c++ & 0x1) << 1;
270 bc[0] |= (*c >> 7) & 0x1;
273 xmaxc[0] |= (*c >> 7) & 0x1;
276 xmc[2] = (*c++ & 0x1) << 2;
283 xmc[7] |= (*c >> 7) & 0x1;
286 xmc[10] = (*c++ & 0x1) << 2;
291 bc[1] = (*c++ & 0x1) << 1;
292 bc[1] |= (*c >> 7) & 0x1;
295 xmaxc[1] |= (*c >> 7) & 0x1;
298 xmc[15] = (*c++ & 0x1) << 2
    [all...]
gsm_explode.c 297 bc[0] = (*c++ & 0x1) << 1;
298 bc[0] |= (*c >> 7) & 0x1;
303 xmaxc[0] |= (*c >> 7) & 0x1;
310 xmc[2] = (*c++ & 0x1) << 2;
317 xmc[7] |= (*c >> 7) & 0x1;
320 xmc[10] = (*c++ & 0x1) << 2;
327 bc[1] = (*c++ & 0x1) << 1;
328 bc[1] |= (*c >> 7) & 0x1;
333 xmaxc[1] |= (*c >> 7) & 0x1;
340 xmc[15] = (*c++ & 0x1) << 2
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentHeaderBox.java 55 if ((flags & 0x1) == 1) { //baseDataOffsetPresent
78 if ((getFlags() & 0x1) == 1) { //baseDataOffsetPresent
99 if ((getFlags() & 0x1) == 1) { //baseDataOffsetPresent
120 return (getFlags() & 0x1) != 0;
173 setFlags(getFlags() & (Integer.MAX_VALUE ^ 0x1));
175 setFlags(getFlags() | 0x1); // activate the field
  /external/openssl/crypto/rc2/
rc2_locl.h 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
151 x1=(t<<2)|(t>>14); \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
  /external/tremolo/Tremolo/
mdct.c 199 DATA_TYPE *x1 = x + points - 4; local
204 s0 = x1[0] - x1[1]; x1[0] += x1[1];
205 s1 = x1[3] - x1[2]; x1[2] += x1[3];
206 s2 = x2[1] - x2[0]; x1[1] = x2[1] + x2[0]
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGPathStringSource.cpp 162 float x1; local
168 if (!parseNumber(m_current, m_end, x1)
175 point1 = FloatPoint(x1, y1);
183 float x1; local
187 if (!parseNumber(m_current, m_end, x1)
192 point1 = FloatPoint(x1, y1);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.cpp 292 state->x1 = 0;
333 state->x1 = 0;
489 x2 = st->x1;
490 st->x1 = st->x0;
499 L_tmp = L_mac (L_tmp, st->x1, b[1]);
551 x_n_2 = st->x1;
583 st->x1 = x_n_2;
  /frameworks/base/core/java/android/net/http/
SslError.java 179 mErrors |= (0x1 << error);
193 rval = ((mErrors & (0x1 << error)) != 0);
208 if ((mErrors & (0x1 << error)) != 0) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 63 uint32_t x1 = xstart; local
71 while (x1 < x2) {
77 x1++;

Completed in 3101 milliseconds

<<11121314151617181920>>