HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 51 - 75 of 1314) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 34 float x1, y1; member in struct:bezier
51 float x1, float y1,
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_rotation.c 56 opus_val16 x1[MAX_SIZE]; local
58 x1[i] = x0[i] = rand()%32767-16384;
59 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL);
62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
67 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL);
70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
  /external/chromium_org/third_party/skia/experimental/
SkSetPoly3To3_D.cpp 35 SkScalar x1 = pts1[i].fX - ave1.fX; local
37 tmp[0] += SkDScalar_setMul(x0, x1);
39 tmp[2] += SkDScalar_setMul(y0, x1);
  /external/chromium_org/third_party/skia/samplecode/
SampleLCD.cpp 44 SkScalar x1 = SkIntToScalar(310); local
54 canvas->drawText(text, len, x1, y, paint);
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' requires a user-provided default constructor}} local
  /external/clang/test/Sema/
block-misc.c 45 int^^ x1; // expected-error {{block pointer to non-function type is invalid}} expected-error {{block pointer to non-function type is invalid}} variable
typeof-use-deprecated.c 17 bar x1; // expected-warning {{'bar' is deprecated}} variable
19 int main() { typeof(x1) y; } // expected-warning {{'foo' is deprecated}}
  /external/clang/test/SemaCXX/
attr-selectany.cpp 6 __declspec(selectany) int x1 = 1; variable
type-definition-in-specifier.cpp 56 en_2 x1; // expected-error{{unknown type name 'en_2'}} member in struct:s19018b
warn-dangling-field.cpp 27 X &x1, *x2; member in struct:S3
28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 27 struct X1 {
28 explicit X1(const X0 &x0 = X0());
33 X1 x1; local
  /external/compiler-rt/lib/builtins/ppc/
gcc_qdiv.c 17 register double x = dst.s.hi, x1 = dst.s.lo, local
48 tmp = ((tmp + x1) - y1 * q) / y;
  /external/eigen/test/
smallvectors.cpp 19 Scalar x1 = internal::random<Scalar>(), local
23 V2 v2(x1, x2);
24 V3 v3(x1, x2, x3);
25 V4 v4(x1, x2, x3, x4);
26 VERIFY_IS_APPROX(x1, v2.x());
27 VERIFY_IS_APPROX(x1, v3.x());
28 VERIFY_IS_APPROX(x1, v4.x());
  /external/libopus/celt/tests/
test_unit_rotation.c 56 opus_val16 x1[MAX_SIZE]; local
58 x1[i] = x0[i] = rand()%32767-16384;
59 exp_rotation(x1, N, 1, 1, K, SPREAD_NORMAL);
62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
67 exp_rotation(x1, N, -1, 1, K, SPREAD_NORMAL);
70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 34 float x1, y1; member in struct:bezier
51 float x1, float y1,
  /external/skia/experimental/
SkSetPoly3To3_D.cpp 35 SkScalar x1 = pts1[i].fX - ave1.fX; local
37 tmp[0] += SkDScalar_setMul(x0, x1);
39 tmp[2] += SkDScalar_setMul(y0, x1);
  /external/skia/samplecode/
SampleLCD.cpp 44 SkScalar x1 = SkIntToScalar(310); local
54 canvas->drawText(text, len, x1, y, paint);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
highpass_400hz_at_12k8.cpp 150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
159 x1 = mem[5];
171 x2 = x1;
172 x1 = x0;
175 L_tmp2 = fxp_mac_16by16(x1, -1830, L_tmp2);
197 mem[5] = x1;
highpass_50hz_at_12k8.cpp 152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
162 x1 = mem[5];
176 x2 = x1;
177 x1 = x0;
180 L_tmp2 = fxp_mac_16by16(x1, -16212, L_tmp2);
202 mem[5] = x1;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp400.c 64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
72 x1 = *mem;
76 x2 = x1;
77 x1 = x0;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
96 *mem-- = x1;
hp50.c 65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
74 x1 = *mem;
78 x2 = x1;
79 x1 = x0;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
96 *mem-- = x1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 54 x1 RN 5 label
77 M_LDR x1, [pSrc], srcStep
80 M_STR x1, [pDst], dstStep
87 LDR x1, [pSrc, #4]
92 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
102 ORR x0, x0, x1, LSL #24
110 LDR x1, [pSrc, #4]
115 ORR x0, x0, x1, LSL #16
121 LDR x1, [pSrc, #4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s 54 x1 RN 5 label
77 M_LDR x1, [pSrc], srcStep
80 M_STR x1, [pDst], dstStep
87 LDR x1, [pSrc, #4]
92 ORR x0, x0, x1, LSL #24
96 LDR x1, [pSrc, #4]
102 ORR x0, x0, x1, LSL #24
110 LDR x1, [pSrc, #4]
115 ORR x0, x0, x1, LSL #16
121 LDR x1, [pSrc, #4
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTimingFunctionValue.h 37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2)
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
44 double x1() const { return m_x1; } function in class:blink::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2)
56 , m_x1(x1)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 68 float x1 = bounds.x(); local
78 x1 = bounds.x() + marginRadiusX - xi;
83 x1 = bounds.x() + marginRadiusX - xi;
88 return LineSegment(x1, x2);

Completed in 3695 milliseconds

1 23 4 5 6 7 8 91011>>