/external/ceres-solver/include/ceres/ |
numeric_diff_functor.h | 149 const double* x1, 151 return functor_(x0, x1, residuals); 155 const double* x1, 158 return functor_(x0, x1, x2, residuals); 162 const double* x1, 166 return functor_(x0, x1, x2, x3, residuals); 170 const double* x1, 175 return functor_(x0, x1, x2, x3, x4, residuals); 179 const double* x1, 185 return functor_(x0, x1, x2, x3, x4, x5, residuals) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegCurvetoCubicAbs.h | 32 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 34 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, x, y, x1, y1, x2, y2)); 38 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
|
SVGPathSegCurvetoCubicRel.h | 32 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 34 return adoptRef(new SVGPathSegCurvetoCubicRel(element, x, y, x1, y1, x2, y2)); 38 SVGPathSegCurvetoCubicRel(SVGPathElement* element, float x, float y, float x1, float y1, float x2, float y2) 39 : SVGPathSegCurvetoCubic(element, x, y, x1, y1, x2, y2) { }
|
SVGPathSegCurvetoQuadraticAbs.h | 32 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, float x, float y, float x1, float y1) 34 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, x, y, x1, y1)); 38 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, float x, float y, float x1, float y1) 39 : SVGPathSegCurvetoQuadratic(element, x, y, x1, y1) { }
|
SVGPathSegCurvetoQuadraticRel.h | 32 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, float x, float y, float x1, float y1) 34 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, x, y, x1, y1)); 38 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, float x, float y, float x1, float y1) 39 : SVGPathSegCurvetoQuadratic(element, x, y, x1, y1) { }
|
SVGPathSegCurvetoCubicAbs.idl | 32 attribute float x1;
|
SVGPathSegCurvetoCubicRel.idl | 32 attribute float x1;
|
SVGPathSegCurvetoQuadraticAbs.idl | 32 attribute float x1;
|
SVGPathSegCurvetoQuadraticRel.idl | 32 attribute float x1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600d.h | 132 #define PREDICATION_OP_ZPASS 0x1 157 #define PKT3_PRED_S(x) (((x) >> 0) & 0x1) 162 #define S_008490_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0) 172 #define S_008C00_VC_ENABLE(x) (((x) & 0x1) << 0) 173 #define G_008C00_VC_ENABLE(x) (((x) >> 0) & 0x1) 175 #define S_008C00_EXPORT_SRC_C(x) (((x) & 0x1) << 1) 176 #define G_008C00_EXPORT_SRC_C(x) (((x) >> 1) & 0x1) 178 #define S_008C00_DX9_CONSTS(x) (((x) & 0x1) << 2) 179 #define G_008C00_DX9_CONSTS(x) (((x) >> 2) & 0x1) 181 #define S_008C00_ALU_INST_PREFER_VECTOR(x) (((x) & 0x1) << 3 [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600d.h | 132 #define PREDICATION_OP_ZPASS 0x1 157 #define PKT3_PRED_S(x) (((x) >> 0) & 0x1) 162 #define S_008490_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0) 172 #define S_008C00_VC_ENABLE(x) (((x) & 0x1) << 0) 173 #define G_008C00_VC_ENABLE(x) (((x) >> 0) & 0x1) 175 #define S_008C00_EXPORT_SRC_C(x) (((x) & 0x1) << 1) 176 #define G_008C00_EXPORT_SRC_C(x) (((x) >> 1) & 0x1) 178 #define S_008C00_DX9_CONSTS(x) (((x) & 0x1) << 2) 179 #define G_008C00_DX9_CONSTS(x) (((x) >> 2) & 0x1) 181 #define S_008C00_ALU_INST_PREFER_VECTOR(x) (((x) & 0x1) << 3 [all...] |
/external/ceres-solver/internal/ceres/ |
numeric_diff_test_utils.cc | 45 bool EasyFunctor::operator()(const double* x1, 50 residuals[0] += x1[i] * x2[i]; 60 double x1[] = { 1.0, 2.0, 3.0, 4.0, 5.0 }; local 62 double *parameters[] = { &x1[0], &x2[0] }; 82 ExpectClose(x1[i], dydx2[5 * 0 + i], tolerance); 84 ExpectClose(2 * x1[i] * residuals[0], dydx2[5 * 1 + i], tolerance); 90 bool TranscendentalFunctor::operator()(const double* x1, 95 x1x2 += x1[i] * x2[i]; 106 double x1[5]; member in struct:ceres::internal::__anon6394 112 { { 0.0, 2.0, 3.0, 0.0, 5.0 }, // Some zeros x1 130 double *x1 = &(kTests[k].x1[0]); local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local 70 x1 = _mm_xor_si128(z1, sz1); 72 x1 = _mm_sub_epi16(x1, sz1); 82 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); 90 x1 = _mm_add_epi16(x1, round1); 93 y1 = _mm_mulhi_epi16(x1, quant1); 96 y1 = _mm_add_epi16(y1, x1); 158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones local [all...] |
/external/ceres-solver/examples/ |
libmv_homography.cc | 105 // forward_error = D(H * x1, x2) 106 // backward_error = D(H^-1 * x2, x1) 111 const Eigen::Matrix<T, 2, 1> &x1, 116 Vec3 x(x1(0), x1(1), T(1.0)); 133 // D(H * x1, x2)^2 + D(H^-1 * x2, x1)^2 136 const Vec2 &x1, 140 x1, 188 // | 1 0 -x1| * |d e f| * |y2| = |0 [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/ |
function-correct-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
function-missing-args.js | 1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_rect.h | 35 int x0, x1; member in struct:u_rect 45 return (!(a->x1 < b->x0 || 46 b->x1 < a->x0 || 60 if (b->x1 > a->x1) b->x1 = a->x1; 74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
|
/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/clang/test/Analysis/ |
stack-addr-ps.cpp | 37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} local 38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} 49 int x1; local 50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} 51 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}} 55 int x1; local 56 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}} 57 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returned}} expected-warning {{Address of stack memory associated with local variable 'x1' returne (…) 61 const int &x1 = get_value(); \/\/ expected-note {{binding reference variable 'x1' here}} local [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/ |
p1.cpp | 4 char x1[]("hello"); 5 extern char x1[6];
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
p1.cpp | 18 template <int N1, const int& N2, const int* N3> struct X1 { 19 X1(); 20 ~X1(); 21 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; } 32 X1<42, i, &i> x1; (void)x1; local
|
/external/clang/test/Frontend/ |
backend-diagnostic.c | 27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, 29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
|
/external/clang/test/Lexer/ |
hexfloat.cpp | 6 float g = 0x1.2p2; // expected-warning{{hexadecimal floating constants are a C99 feature}} 7 double h = 0x1.p2; // expected-warning{{hexadecimal floating constants are a C99 feature}}
|
/external/deqp/modules/glshared/ |
glsTextureBufferCase.hpp | 46 MODIFYBITS_BUFFERDATA = (0x1<<0), 47 MODIFYBITS_BUFFERSUBDATA = (0x1<<1), 48 MODIFYBITS_MAPBUFFER_WRITE = (0x1<<2), 49 MODIFYBITS_MAPBUFFER_READWRITE = (0x1<<3), 55 RENDERBITS_AS_VERTEX_ARRAY = (0x1<<0), 56 RENDERBITS_AS_INDEX_ARRAY = (0x1<<1), 57 RENDERBITS_AS_VERTEX_TEXTURE = (0x1<<2), 58 RENDERBITS_AS_FRAGMENT_TEXTURE = (0x1<<3)
|
/external/fio/os/windows/posix/include/ |
syslog.h | 6 #define LOG_INFO 0x1 10 #define LOG_NDELAY 0x1
|