/external/clang/test/SemaCXX/ |
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
|
class-template-ctor-initializer.cpp | 14 B1<int> x1; variable
|
/external/compiler-rt/lib/ppc/ |
gcc_qdiv.c | 17 register double x = dst.s.hi, x1 = dst.s.lo, local 48 tmp = ((tmp + x1) - y1 * q) / y;
|
/external/dropbear/libtommath/ |
bn_mp_karatsuba_mul.c | 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local 64 if (mp_init_size (&x1, a->used - B) != MP_OKAY) 67 goto X1; 81 x1.used = a->used - B; 101 tmpx = x1.dp; 113 * upper words x1/y1 must have a known number of digits 122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY) 123 goto X1Y1; /* x1y1 = x1*y1 */ 125 /* now calc x1+x0 and y1+y0 */ 126 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY [all...] |
bn_mp_karatsuba_sqr.c | 27 mp_int x0, x1, t1, t2, x0x0, x1x1; local 41 if (mp_init_size (&x1, a->used - B) != MP_OKAY) 46 goto X1; 66 dst = x1.dp; 73 x1.used = a->used - B; 77 /* now calc the products x0*x0 and x1*x1 */ 80 if (mp_sqr (&x1, &x1x1) != MP_OKAY) 81 goto X1X1; /* x1x1 = x1*x1 */ [all...] |
/external/dropbear/libtommath/etc/ |
mersenne.c | 74 long x1, x2; local 78 x1 = x2; 79 x2 = x1 - ((x1 * x1) - x) / (2 * x1); 80 } while (x1 != x2); 82 if (x1 * x1 > x) { 83 --x1; [all...] |
/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());
|
array_replicate.cpp | 32 MatrixX x1, x2; local 38 x1.resize(rows*f1,cols*f2); 41 x1.block(i*rows,j*cols,rows,cols) = m1; 42 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.h | 34 float x1, y1; member in struct:bezier 51 float x1, float y1,
|
/external/skia/gm/ |
circularclips.cpp | 37 SkScalar x1 = 80, x2 = 120; local 42 circle1.addCircle(x1, y, r, SkPath::kCW_Direction); 44 SkRect rect = SkRect::MakeLTRB(x1 - r, y - r, x2 + r, y + r); 67 canvas->translate(x1 + x2, 0);
|
/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 | 40 x1 RN 5 label 63 M_LDR x1, [pSrc], srcStep 66 M_STR x1, [pDst], dstStep 73 LDR x1, [pSrc, #4] 78 ORR x0, x0, x1, LSL #24 82 LDR x1, [pSrc, #4] 88 ORR x0, x0, x1, LSL #24 96 LDR x1, [pSrc, #4] 101 ORR x0, x0, x1, LSL #16 107 LDR x1, [pSrc, #4 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 40 x1 RN 5 label 63 M_LDR x1, [pSrc], srcStep 66 M_STR x1, [pDst], dstStep 73 LDR x1, [pSrc, #4] 78 ORR x0, x0, x1, LSL #24 82 LDR x1, [pSrc, #4] 88 ORR x0, x0, x1, LSL #24 96 LDR x1, [pSrc, #4] 101 ORR x0, x0, x1, LSL #16 107 LDR x1, [pSrc, #4 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSTimingFunctionValue.h | 36 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) 38 return adoptRef(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2)); 43 double x1() const { return m_x1; } function in class:WebCore::CSSCubicBezierTimingFunctionValue 51 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) 53 , m_x1(x1)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
BoxShape.cpp | 88 float x1 = rect.maxX(); local 94 x1 = std::min<float>(x1, minXIntercept); 99 x1 = std::min<float>(x1, minXIntercept); 103 ASSERT(x2 >= x1); 104 result.append(LineSegment(x1, x2));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_transfer.h | 15 unsigned x1; member in struct:nv30_rect
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
arc.h | 50 VGfloat x1, y1, x2, y2; member in struct:arc 57 VGfloat x1, VGfloat y1,
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; local 145 x1=(RC2_INT)(l>>16L); 156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; 158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; 159 x1=(t<<2)|(t>>14); 160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; 162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; 171 x1+=p1[x0&0x3f]; 172 x2+=p1[x1&0x3f] 185 register RC2_INT x0,x1,x2,x3,t; local [all...] |
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 45 template<typename T> struct x1 { }; // expected-note {{explicitly specialized declaration is here}} struct 53 template struct x1<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} \ struct in namespace:args_bad 54 expected-error {{class template specialization of 'x1' must originally be declared in the global scope}}
|
/external/clang/test/Sema/ |
bitfield-promote.c | 9 struct { int x : 8; } x1; variable in typeref:struct:__anon16860 11 __typeof__(((long long)x1.x + 1)) y1;
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 57 Packet4f x1=psqrt(z1); local 63 z1=pmadd(temp,x1,x1);
|