HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 201 - 225 of 2556) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.h 37 \param x1 image 1 point 1
47 double x1[3],double x2[3],double x3[3],double x4[3],
54 \param x1 image 1 point 1
62 double x1[3],double x2[3],double x3[3],
69 \param x1 image 1 point 1
77 double x1[3],double x2[3],
84 x[0]=x1;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTimingFunctionValue.h 37 static PassRefPtrWillBeRawPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2)
39 return adoptRefWillBeNoop(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
44 double x1() const { return m_x1; } function in class:blink::CSSCubicBezierTimingFunctionValue
54 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2)
56 , m_x1(x1)
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ObjectPainter.h 27 static void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide, Color, EBorderStyle, int adjbw1, int adjbw2, bool antialias = false);
28 static void drawDashedOrDottedBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
30 static void drawDoubleBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
32 static void drawRidgeOrGrooveBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
34 static void drawSolidBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
  /external/compiler-rt/test/builtins/Unit/
addtf3_test.c 47 0x1.23456789abcdefp+5L,
53 0x1.23456789abcdefp+5L,
65 0x1.2335653452436234723489432abcdefp+5L,
70 if (test__addtf3(0x1.23456734245345543849abcdefp+5L,
71 0x1.edcba52449872455634654321fp-1L,
  /external/lzma/Asm/x86/
7zCrcOpt.asm 48 mov x0, x1
85 mov x1, [SRCDAT 1]
93 shr x1, 16
95 movzx x1, x1_H
100 mov x1, [SRCDAT 3]
120 movzx x1, x0_L
125 CRC_MOV x1, r1, 3
126 xor x1, [SRCDAT 1]
127 CRC_XOR x1, r3, 2
128 CRC_XOR x1, r6, 0
    [all...]
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_copy.s 87 //x1 => *pu1_dst
123 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
124 ST1 {v0.s}[0],[x1] //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
132 ADD x1,x1,#4 //pu1_dst += 4
139 SUB x1,x6,x11 //pu1_dst = pu1_dst_tmp
154 ADD x6,x1,x3 //pu1_dst_tmp += dst_strd
155 ST1 {v0.s}[0],[x1] //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
160 ADD x1,x1,#4 //pu1_dst +=
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
debugreg.h 27 #define DR_TRAP0 (0x1)
40 #define DR_RW_WRITE (0x1)
50 #define DR_LOCAL_ENABLE (0x1)
  /development/ndk/platforms/android-L/arch-x86/include/asm/
debugreg.h 27 #define DR_TRAP0 (0x1)
40 #define DR_RW_WRITE (0x1)
50 #define DR_LOCAL_ENABLE (0x1)
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
debugreg.h 27 #define DR_TRAP0 (0x1)
40 #define DR_RW_WRITE (0x1)
50 #define DR_LOCAL_ENABLE (0x1)
  /development/perftests/panorama/feature_mos/src/mosaic/
Geometry.h 65 inline void FindTriangleCentroid(double x0, double y0, double x1, double y1,
70 centX = (x0 + x1 + x2) / 3.0;
76 if (x0 == x1)
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b
87 if (x0 == x1)
93 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 2a
96 else if (x1 == x2)
98 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 3
109 // Calculate the line that goes through x1,y1 and is perpendicular to
112 double b2 = y1 - m2 * x1;
    [all...]
  /external/clang/test/CodeGen/
regparm-struct.c 10 int x1; member in struct:s1
20 int x1; member in struct:s2
37 int x1; member in struct:s3
55 int x1; member in struct:s4
74 float x1; member in struct:s5
84 float x1; member in struct:s6
95 float x1; member in struct:s7
107 float x1; member in struct:s8
118 float x1; member in struct:s9
130 double x1; member in struct:s10
140 double x1; member in struct:s11
151 double x1; member in struct:s12
    [all...]
  /external/fio/os/windows/posix/include/sys/
mman.h 6 #define PROT_NONE 0x1
10 #define MAP_ANON 0x1
24 #define MS_ASYNC 0x1
  /external/iputils/ninfod/
icmp6_nodeinfo.h 70 #define NI_SUPTYPE_FLAG_COMPRESS 0x1
71 #define NI_FQDN_FLAG_VALIDTTL 0x1
78 #define NI_NODEADDR_FLAG_TRUNCATE 0x1
  /external/kernel-headers/original/uapi/asm-x86/asm/
debugreg.h 20 #define DR_TRAP0 (0x1) /* db0 */
39 #define DR_RW_WRITE (0x1)
56 #define DR_LOCAL_ENABLE (0x1) /* Local enable for reg 0 */
  /external/clang/test/CodeGenCXX/
visibility-inlines-hidden.cpp 18 struct X1 {
28 inline void X1<T>::f3() { }
31 inline void X1<int>::f4() { }
37 extern template struct X1<float>;
39 void use(X0 *x0, X1<int> *x1, X2 *x2, X1<float> *x3) {
51 x1->f1();
53 x1->f2();
55 x1->f3()
    [all...]
key-function-vtable.cpp 38 struct X1 : X0 {
42 inline void X1::f() { }
44 void use_X1(X1 *x1) { x1->f(); }
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 9 bfm x1, x2, #1, #15
11 sbfm x1, x2, #1, #15
13 ubfm x1, x2, #1, #15
20 ; CHECK: bfxil x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xb3]
22 ; CHECK: sbfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0x93]
24 ; CHECK: ubfx x1, x2, #1, #15 ; encoding: [0x41,0x3c,0x41,0xd3]
  /external/ceres-solver/internal/ceres/
numeric_diff_test_utils.h 41 // 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)
46 bool operator()(const double* x1, const double* x2, double* residuals) const;
64 // y1 = sin(x1'x2)
65 // y2 = exp(-x1'x2 / 10)
67 // dy1/dx1 = x2 * cos(x1'x2), dy1/dx2 = x1 * cos(x1'x2
    [all...]
problem.cc 66 double* x0, double* x1) {
69 x0, x1);
75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x2, x3, x4, x5)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.cpp 74 float x1 = rect.maxX(); local
80 x1 = rect.x();
86 x1 = std::min<float>(x1, minXIntercept);
91 x1 = std::min<float>(x1, minXIntercept);
95 ASSERT(x2 >= x1);
96 return LineSegment(x1, x2);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/
g711_interface.c 35 if ((n & 0x1) == 1) {
41 if ((n & 0x1) == 1) {
73 if ((n & 0x1) == 1) {
79 if ((n & 0x1) == 1) {
107 if ((n & 0x1) == 1) {
113 if ((n & 0x1) == 1) {
144 if ((n & 0x1) == 1) {
150 if ((n & 0x1) == 1) {
  /external/chromium_org/tools/cygprofile/
mergetraces_unittest.py 19 (180, 11, '2000:2000', 0x1),
29 (180, 11, '2000:2000', 0x1),
  /external/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp 3 struct X1 {
4 X1();
25 void f(X1 x1, X2 x2, X3 x3, X4 x4) {
26 vararg(x1); // OK
  /external/clang/test/Sema/
attr-regparm.c 4 __attribute((regparm(1.0))) int x1(void); // expected-error{{'regparm' attribute requires an integer constant}}
typeof-use-deprecated.c 17 bar x1; // expected-warning {{'bar' is deprecated}} variable
19 int main() { typeof(x1) y; } // expected-warning {{'foo' is deprecated}}

Completed in 1564 milliseconds

1 2 3 4 5 6 7 891011>>