HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 76 - 100 of 241) sorted by null

1 2 34 5 6 7 8 910

  /external/clang/test/ASTMerge/Inputs/
struct1.c 18 struct S1 x1; variable in typeref:struct:S1
struct2.c 15 struct S1 x1; variable in typeref:struct:S1
  /external/clang/test/CodeGen/
decl.c 113 typedef long (*x1)(x0 x0a, x5 x6); typedef
115 x1 x4;
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 36 X x1; local
39 x1.l = 1;
42 X x2(x1);
46 x3 = x1;
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 50 struct X1 { };
55 void refbind_base(X2<X1<int> > &x2) {
56 X1<int> &x1 = x2; local
65 void enum_constructors(X1<float> &x1) {
66 X3<X1<float> > x3 = x1;
  /external/dropbear/libtommath/etc/
pprime.c 17 mp_word x1, x2; local
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
25 if (x1 * x1 > x) {
26 --x1;
    [all...]
  /external/skia/src/animator/
SkPathParts.h 79 SkScalar x1; member in class:SkQuadTo
97 SkScalar x1; member in class:SkCubicTo
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 63 unsigned x1 = TILEX_PROCF((fx + oneX), maxX); local
67 SRC_TO_FILTER(row0[x1]),
69 SRC_TO_FILTER(row1[x1]),
SkBlitter.cpp 287 int x1 = left + compute_anti_width(runs); local
289 if (x1 <= fClipRect.fLeft) {
293 SkASSERT(x0 < x1);
302 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
303 if (x1 > fClipRect.fRight) {
304 x1 = fClipRect.fRight;
305 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0);
306 ((int16_t*)runs)[x1 - x0] = 0;
309 SkASSERT(x0 < x1 && runs[x1 - x0] == 0)
    [all...]
  /external/srec/srec/cfront/
spec_anl.c 422 float x1, y1, b, c, wscale; local
430 x1 = freqobj->piecewise_start;
437 if (x1 > 1.0 || x1 < 0.5)
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
444 b = y1 < 1.0 ? (float)((1.0 - x1) / (1.0 - y1)) : (float)0.0;
  /external/srtp/tables/
aes_tables.c 94 uint32_t x1, x2, x3; local
102 x1 = aes_sbox[i];
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
107 tmp.v8[1] = x1;
108 tmp.v8[2] = x1;
114 tmp.v8[2] = x1;
115 tmp.v8[3] = x1;
118 tmp.v8[0] = x1;
121 tmp.v8[3] = x1;
    [all...]
  /external/v8/test/mjsunit/
smi-ops-inlined.js 236 var x1 = 0x10000000; variable
239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
243 x1 = 0x10000000
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
smi-ops.js 243 var x1 = 0x10000000; variable
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
250 x1 = 0x10000000
253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 160 int x1 = m_coords[2].calcMinValue(width); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
  /external/webkit/Source/WebCore/platform/animation/
TimingFunction.h 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2)
81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2));
100 double x1() const { return m_x1; } function in class:WebCore::CubicBezierTimingFunction
112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0)
114 , m_x1(x1)
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 277 rect.x1 = r->origin.x;
278 rect.x2 = rect.x1 + r->size.width;
352 float x1 = x0 + bounds.size.width; local
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 90 double x1, x2, y1, y2; local
91 cairo_clip_extents(context->platformContext()->cr(), &x1, &y1, &x2, &y2);
92 IntRect layerRect = calculateLayerBoundingRect(context, layerArea, IntRect(x1, y1, x2 - x1, y2 - y1));
227 double x1, x2, y1, y2; local
228 cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
229 calculateLayerBoundingRect(context, shadowRect, IntRect(x1, y1, x2 - x1, y2 - y1));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp 107 int x1 = bounds.x(); local
113 x1--;
121 bounds = IntRect(x1, y1, x2 - x1, y2 - y1);
  /frameworks/base/libs/hwui/
Patch.cpp 216 float x1 = 0.0f; local
226 x2 = x1 + floorf(segment * stretchX + 0.5f);
228 x2 = x1 + stepX - previousStepX;
234 x1 += i * EXPLODE_GAP;
237 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount);
243 x1 = x2;
252 x1 += mXCount * EXPLODE_GAP;
255 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount);
259 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2,
265 if ((mColorKey >> oldQuadCount) & 0x1) {
    [all...]
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 154 audio_sample_t x1 = mDelays[0][0]; local
167 acc = mac_coef_sample(b1, x1, acc);
174 x2 = x1;
175 x1 = x0;
178 mDelays[0][0] = x1;
212 audio_sample_t x1 = mDelays[ch][0]; local
220 acc = mac_coef_sample(b1, x1, acc);
227 x2 = x1;
228 x1 = x0;
233 mDelays[ch][0] = x1;
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 198 x1 = index * SPACING;
201 deltaOneThird = (w2 - w1) * (absX - x1);
451 UInt32 x1; local
556 x1 = index << ORDER;
557 deltaOneThird = (w2 - w1) * (absX - x1);
582 x1 = index << ORDER;
583 deltaOneThird = (w2 - w1) * (absX - x1);
605 x1 = index << ORDER;
606 deltaOneThird = (w2 - w1) * (absX - x1);
629 x1 = index << ORDER
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 174 Word16 x1, x2, x3, x4, x5; local
177 x1 = x[-2];
183 if (x2 < x1)
185 tmp = x1;
186 x1 = x2;
189 if (x3 < x1)
191 tmp = x1;
192 x1 = x3;
195 if (x4 < x1)
197 tmp = x1;
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
124 x1 = (181 * (x4 - x5) + 128) >> 8;
133 res = (x0 + x1) >> 14;
144 res2 = (x0 - x1) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
162 x1 = blk[8];
166 x7 = W7 * x1;
167 x1 = W1 * x1;
170 x5 = (181 * (x1 - x7) + 128) >> 8
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
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...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 118 uint8_t x1 = pName1[i]; local
123 if ((x1 & ~0x20) != (x2 & ~0x20))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 82 int x1 = topLeft.x; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);

Completed in 3140 milliseconds

1 2 34 5 6 7 8 910