/external/chromium_org/third_party/WebKit/Source/core/svg/ |
LinearGradientAttributes.h | 42 SVGLength* x2() const { return m_x2.get(); } function in struct:WebCore::LinearGradientAttributes
|
SVGPathSegCurvetoCubic.h | 30 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 36 , m_x2(x2) 69 float x2() const { return m_x2; } function in class:WebCore::SVGPathSegCurvetoCubic 70 void setX2(float x2) 72 m_x2 = x2;
|
/external/chromium_org/third_party/WebKit/Source/platform/animation/ |
UnitBezier.h | 103 double x2; local 109 x2 = sampleCurveX(t2) - x; 110 if (fabs (x2) < epsilon) 115 t2 = t2 - x2 / d2; 124 x2 = sampleCurveX(t2); 125 if (fabs(x2 - x) < epsilon) 127 if (x > x2)
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afwarp.h | 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/ |
compare.c | 48 double x2; local 58 x2 = pow((double) expected[k].Re, 2); 60 real_signal_power += x2; 62 complex_signal_power += x2 + y2; 64 x2 = pow((double) actual[k].Re - expected[k].Re, 2); 67 real_noise_power += x2; 69 complex_noise_power += x2 + y2; 87 double x2; local 97 x2 = pow((double) expected[k].Re, 2); 99 realSignalPower += x2; 123 double x2; local 146 double x2; local 173 double x2; local 209 double x2; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec2_mult.c | 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery 116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) 129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err; 143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2) 153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) 160 BN_zero(x2); 167 if (!BN_copy(x2, x)) return 0; 187 if (!BN_GF2m_add(z2, z2, x2)) goto err; 198 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err 220 BIGNUM *x1, *x2, *z1, *z2; local [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
celt.c | 92 opus_val32 x0, x1, x2, x3, x4; local 96 x2 = x[-T]; 102 + MULT16_32_Q15(g10,x2) 106 x3=x2; 107 x2=x1; 121 opus_val32 x0, x1, x2, x3, x4; local 141 x2 = x[-T1 ]; 153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2) 157 x3=x2; 158 x2=x1 [all...] |
mathops.c | 144 opus_val16 x2; local 146 x2 = MULT16_16_P15(x,x); 147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
|
/external/clang/test/Analysis/ |
global-region-invalidation.c | 89 static const int x2 = x; variable 91 clang_analyzer_eval(x2 == 0); // expected-warning{{TRUE}} 93 clang_analyzer_eval(x2 == 0); // expected-warning{{TRUE}}
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
p1.cpp | 25 X<int> x2; // expected-warning {{'X' is deprecated}} variable 27 template <typename T> class [[deprecated]] X2 {}; 28 template <> class X2<int> {}; 29 X2<char> x3; // FIXME: no warning! 30 X2<int> x4;
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p4-1y.cpp | 24 auto &&x2 = MRef(X{});//expected-note{{in instantiation of}} local
|
/external/clang/test/CodeGen/ |
stdcall-fastcall.c | 86 double x2; member in struct:S2
|
/external/clang/test/Parser/ |
expressions.c | 66 int x2 = sizeof struct pr16992; // expected-error {{expected parentheses around type name in sizeof expression}} local
|
/external/clang/test/Sema/ |
tentative-decls.c | 5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}} variable in typeref:struct:a
|
/external/clang/test/SemaCXX/ |
copy-initialization.cpp | 13 X x2 = 0; local
|
default-constructor-initializers.cpp | 7 struct X2 : X1 { // expected-note 2 {{'X2' declared here}} 8 X2(int); 11 struct X3 : public X2 { // expected-error {{implicit default constructor for 'X3' must explicitly initialize the base class 'X2' which does not have a default constructor}} 16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \ 18 X2 x2; // expected-note {{member is declared here}} member in struct:X4 19 X2 & rx2; // expected-note {{declared here}}
|
/external/clang/test/SemaTemplate/ |
instantiate-expr-5.cpp | 21 A<HasM> x2; // expected-note{{in instantiation of}} member in namespace:PR5880
|
ms-sizeof-missing-typename.cpp | 36 x2 = sizeof(typename T::template InnerTemplate<sizeof(/*typename*/ T::InnerType)>), enumerator in enum:nested_sizeof::Foo::__anon23290
|
/external/compiler-rt/lib/asan/tests/ |
asan_mem_test.cc | 78 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) { 88 *x2 = reinterpret_cast<char*>(v[j]); 99 if (res && p == *x2) continue; 107 char *x1, *x2; local 108 if (!Ident(AllocateTwoAdjacentArrays)(&x1, &x2, size)) 110 // fprintf(stderr, " large oob memset: %p %p %zd\n", x1, x2, size); 111 // Do a memset on x1 with huge out-of-bound access that will end up in x2. 115 delete [] x2;
|
/external/freetype/src/autofit/ |
afwarp.h | 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
|
/external/libopus/celt/ |
celt.c | 92 opus_val32 x0, x1, x2, x3, x4; local 96 x2 = x[-T]; 102 + MULT16_32_Q15(g10,x2) 106 x3=x2; 107 x2=x1; 121 opus_val32 x0, x1, x2, x3, x4; local 141 x2 = x[-T1 ]; 153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2) 157 x3=x2; 158 x2=x1 [all...] |
mathops.c | 144 opus_val16 x2; local 146 x2 = MULT16_16_P15(x,x); 147 return ADD16(1,MIN16(32766,ADD32(SUB16(L1,x2), MULT16_16_P15(x2, ADD32(L2, MULT16_16_P15(x2, ADD32(L3, MULT16_16_P15(L4, x2
|
/external/openssl/crypto/ec/ |
ec2_mult.c | 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery 116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) 129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err; 143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2) 153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) 160 BN_zero(x2); 167 if (!BN_copy(x2, x)) return 0; 187 if (!BN_GF2m_add(z2, z2, x2)) goto err; 198 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err 224 BIGNUM *x1, *x2, *z1, *z2; local [all...] |
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_rendering_buffer.h | 29 int x1, x2; member in struct:agg::rendering_buffer::row_data 33 x1(x1_), x2(x2_), ptr(ptr_) {}
|
/external/qemu/android/skin/ |
rect.h | 61 int x2, y2; member in struct:__anon32908 64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
|