Searched refs:x2 (Results 276 - 300 of 1339) sorted by relevance

<<11121314151617181920>>

/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc92 const double x2 = state[1]; local
98 << "x2=" << x2 << ", "
102 const double f1 = x1 + 10.0 * x2;
104 const double f3 = pow(x2 - 2.0 * x3, 2.0);
144 2.0*(x2 - 2.0*x3)*(1.0 - 2.0*x3),
152 2.0*(x2 - 2.0*x3)*(x2 - 2.0),
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
178 f2 * sqrt(5.0) + f3 * (2.0 * 2.0 * (2.0 * x3 - x2));
[all...]
H A Dautodiff_test.cc399 bool operator()(const T* x0, const T* x1, const T* x2, T* y) const { argument
400 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3);
409 const T* x2,
412 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4);
421 const T* x2,
425 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5);
434 const T* x2,
439 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5) +
449 const T* x2,
455 y[0] = *x0 + pow(*x1, 2) + pow(*x2,
407 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, T* y) const argument
419 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* y) const argument
432 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* y) const argument
447 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* y) const argument
463 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* y) const argument
480 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* y) const argument
498 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* y) const argument
[all...]
/external/libvncserver/test/
H A Dencodingstest.c224 int x1=(rand()%(server->width-1)),x2=(rand()%(server->width-1)), local
226 if(x1>x2) { i=x1; x1=x2; x2=i; }
228 x2++; y2++;
230 for(i=x1;i<x2;i++)
232 server->frameBuffer[i*4+c+j*server->paddedWidthInBytes]=255*(i-x1+j-y1)/(x2-x1+y2-y1);
234 rfbMarkRectAsModified(server,x1,y1,x2,y2);
237 rfbLog("Sent update (%d,%d)-(%d,%d)\n",x1,y1,x2,y2);
/external/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
126 x2 = j2;
143 QUARTERROUND( x2, x6,x10,x14)
147 QUARTERROUND( x2, x7, x8,x13)
152 x2 = PLUS(x2,j2);
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
192 U32TO8_LITTLE(c + 8,x2);
/external/openssh/openbsd-compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
125 x2 = j2;
142 QUARTERROUND( x2, x6,x10,x14)
146 QUARTERROUND( x2, x7, x8,x13)
151 x2 = PLUS(x2,j2);
169 x2 = XOR(x2,U8TO32_LITTLE(m + 8));
193 U32TO8_LITTLE(c + 8,x2);
/external/clang/test/CodeGenCXX/
H A Dconstructor-init.cpp235 void foo(const pair &x, const pair2 &x2) { argument
237 pair2 y2(x2);
240 y2 = x2;
/external/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp58 void test_convert(X2 x2) { argument
59 convert<int>(x2);
60 convert<long>(x2); // expected-note{{instantiation}}
H A Dinstantiate-expr-5.cpp21 A<HasM> x2; // expected-note{{in instantiation of}} member in namespace:PR5880
/external/fio/
H A Dgraph.c242 double x1, y1, x2, y2; local
255 x2 = x1 + bar_width * 0.90;
261 cairo_line_to(cr, x2, y2);
262 cairo_line_to(cr, x2, y1);
271 double *y1, double *x2, double *y2)
279 *x2 = 0.95 * g->xdim;
292 cairo_line_to(cr, *x2 + offset, *y1 - offset);
293 cairo_line_to(cr, *x2 + offset, *y2 - offset);
302 cairo_line_to(cr, *x2, *y2);
303 cairo_line_to(cr, *x2, *y
270 graph_draw_common(struct graph *g, cairo_t *cr, double *x1, double *y1, double *x2, double *y2) argument
313 graph_draw_x_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double minx, double maxx, int nticks, int add_tm_text) argument
369 graph_draw_y_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double miny, double maxy, int nticks, int add_tm_text) argument
438 double x1, y1, x2, y2; local
529 double x1, y1, x2, y2; local
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py312 x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
313 return [x0, x1, x2]
331 x2, y2 = pt2
334 bx = (x2 - cx) * 2.0
342 x2, y2 = pt2
346 cx = (x2 -dx) * 3.0
348 bx = (x3 - x2) * 3.0 - cx
361 x2 = (bx * 0.5) + cx
365 return (x1, y1), (x2, y2), (x3, y3)
375 x2
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py312 x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
313 return [x0, x1, x2]
331 x2, y2 = pt2
334 bx = (x2 - cx) * 2.0
342 x2, y2 = pt2
346 cx = (x2 -dx) * 3.0
348 bx = (x3 - x2) * 3.0 - cx
361 x2 = (bx * 0.5) + cx
365 return (x1, y1), (x2, y2), (x3, y3)
375 x2
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
477 x2 = input[5];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
512 s2 = x2;
521 x2 = s0 - s2;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c118 #define ADD (OPC1(0x2) | OPC3(0x00))
119 #define ADDC (OPC1(0x2) | OPC3(0x08))
120 #define AND (OPC1(0x2) | OPC3(0x01))
121 #define ANDN (OPC1(0x2) | OPC3(0x05))
123 #define FABSS (OPC1(0x2) | OPC3(0x34) | DOP(0x09))
124 #define FADDD (OPC1(0x2) | OPC3(0x34) | DOP(0x42))
125 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41))
126 #define FCMPD (OPC1(0x2) | OPC3(0x35) | DOP(0x52))
127 #define FCMPS (OPC1(0x2) | OPC3(0x35) | DOP(0x51))
128 #define FDIVD (OPC1(0x2) | OPC
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js91 function h2(z2, y2, x2) {
99 function h3(z2, y2, x2) {
104 var local_x = x2 >> 1;
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_filters_luma_mode_11_to_17.s84 //x2 => *pu1_dst
327 st1 {v24.8b},[x2], x3 //st (row 0)
338 st1 {v22.8b},[x2], x3 //st (row 1)
349 st1 {v20.8b},[x2], x3 //st (row 2)
360 st1 {v18.8b},[x2], x3 //st (row 3)
371 st1 {v24.8b},[x2], x3 //st (row 4)
382 st1 {v22.8b},[x2], x3 //st (row 5)
386 st1 {v20.8b},[x2], x3 //st (row 6)
390 st1 {v18.8b},[x2], x3 //st (row 7)
397 add x20, x2, x
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c21 struct S2 { int i; float f; } x2; variable in typeref:struct:S2
H A Dstruct2.c18 union S2 { int i; float f; } x2; variable in typeref:union:S2
/external/clang/test/Lexer/
H A Dms-extensions.c6 __int16 x2 = 4i16; variable
/external/clang/test/Parser/
H A Dexpressions.c66 int x2 = sizeof struct pr16992; // expected-error {{expected parentheses around type name in sizeof expression}} local
/external/clang/test/Preprocessor/
H A D_Pragma-in-macro-arg.c35 int x2 = (double)1.0;
/external/clang/test/SemaCXX/
H A Dcopy-initialization.cpp13 X x2 = 0; local
H A Dswitch.cpp32 void x2() { function
/external/elfutils/src/tests/
H A Drun-prelink-addr-test.sh56 foo+0x2
85 foo+0x2
109 main+0x2
127 main+0x2
172 foo+0x2
206 foo+0x2
231 main+0x2
248 main+0x2
/external/fio/os/windows/posix/include/sys/
H A Dshm.h5 #define IPC_CREAT 0x2
/external/google-breakpad/src/processor/
H A Ddisassembler_x86.h53 DISX86_BAD_ARGUMENT_PASSED = 0x2,

Completed in 2405 milliseconds

<<11121314151617181920>>