Searched refs:x2 (Results 176 - 200 of 1780) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dnumeric_diff_test_utils.h41 // y1 = x1'x2 -> dy1/dx1 = x2, dy1/dx2 = x1
42 // y2 = (x1'x2)^2 -> dy2/dx1 = 2 * x2 * (x1'x2), dy2/dx2 = 2 * x1 * (x1'x2)
43 // y3 = x2'x2 -> dy3/dx1 = 0, dy3/dx2 = 2 * x2
46 bool operator()(const double* x1, const double* x2, doubl
[all...]
H A Dproblem_impl.h86 double* x0, double* x1, double* x2);
89 double* x0, double* x1, double* x2,
93 double* x0, double* x1, double* x2,
97 double* x0, double* x1, double* x2,
101 double* x0, double* x1, double* x2,
106 double* x0, double* x1, double* x2,
111 double* x0, double* x1, double* x2,
116 double* x0, double* x1, double* x2,
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_constants.h72 RESIZABLE_BOTTOM = 0x2,
90 BOTTOM_ROUNDED = 0x2,
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_filter_animation_curve_impl.cc41 double x2,
49 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
38 add(const WebFilterKeyframe& keyframe, double x1, double y1, double x2, double y2) argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathElement.idl45 float x, float y, float x1, float y1, float x2, float y2);
47 float x, float y, float x1, float y1, float x2, float y2);
68 float x, float y, float x2, float y2);
70 float x, float y, float x2, float y2);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h40 #define DEBUG_TGSI 0x2
57 #define PERF_NO_MIP_LINEAR 0x2 /* MIP_FILTER_LINEAR ==> _NEAREST */
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.h50 VGfloat x1, y1, x2, y2; member in struct:arc
58 VGfloat x2, VGfloat y2,
H A Dbezier.h35 float x2, y2; member in struct:bezier
52 float x2, float y2,
/external/chromium_org/tools/idl_parser/test_parser/
H A Denum_ppapi.idl115 noodles = 0x1 << 0x2,
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp59 template<typename T> struct x2 { }; struct
63 template struct x2<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
/external/clang/test/SemaCXX/
H A Dwarn-dangling-field.cpp27 X &x1, *x2; member in struct:S3
28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Ddebugreg.h21 #define DR_TRAP1 (0x2) /* db1 */
57 #define DR_GLOBAL_ENABLE (0x2) /* Global enable for reg 0 */
/external/kernel-headers/original/uapi/linux/
H A Disdn_ppp.h17 #define CALLTYPE_OUTGOING 0x2
58 #define IPPP_COMP_FLAG_LINK 0x2
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
H A Dop_star.pass.cpp39 typename std::iterator_traits<It>::value_type x2 = *r; local
40 assert(x2 == x);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h40 #define DEBUG_TGSI 0x2
57 #define PERF_NO_MIP_LINEAR 0x2 /* MIP_FILTER_LINEAR ==> _NEAREST */
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.h50 VGfloat x1, y1, x2, y2; member in struct:arc
58 VGfloat x2, VGfloat y2,
H A Dbezier.h35 float x2, y2; member in struct:bezier
52 float x2, float y2,
/external/vixl/benchmarks/
H A Dbench-dataop.cc37 // This code will emit a given number of 'add x0, x1, x2' in a fixed size
63 __ add(x0, x1, Operand(x2));
70 __ add(x0, x1, Operand(x2));
/external/vixl/examples/
H A Ddebugger.cc45 __ Mov(x2, 456);
46 __ Add(x0, x1, x2);
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_copy_w16out.s89 //x2 => src_strd
141 add x5,x0,x2 //pu1_src +src_strd
146 ld1 {v22.8b},[x5],x2 //vld1_u8(pu1_src_tmp)
151 ld1 {v24.8b},[x5],x2 //vld1_u8(pu1_src_tmp)
156 ld1 {v26.8b},[x5],x2 //vld1_u8(pu1_src_tmp)
185 add x5,x0,x2 //pu1_src +src_strd
190 ld1 {v22.8b},[x5],x2 //vld1_u8(pu1_src_tmp)
195 ld1 {v24.8b},[x5],x2 //vld1_u8(pu1_src_tmp)
209 sub x20,x12,x2,lsl #2 //x2
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRectangleShape.cpp69 float x2 = bounds.maxX(); local
79 x2 = bounds.maxX() - marginRadiusX + xi;
84 x2 = bounds.maxX() - marginRadiusX + xi;
88 result.append(LineSegment(x1, x2));
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dpripcsem.h87 #define PR_SEM_EXCL 0x2 /* fail if already exists */
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization.h8 double x2() const { return p[xx_coeff]; } function in class:QuadImplicitForm
/external/clang/test/Preprocessor/
H A Dpp-record.c32 #define M3 int x2
/external/iproute2/include/linux/
H A Dif_vlan.h35 VLAN_FLAG_GVRP = 0x2,

Completed in 572 milliseconds

1234567891011>>