HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 301 - 325 of 4103) sorted by null

<<11121314151617181920>>

  /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/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
  /packages/apps/Camera/jni/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...]
  /packages/apps/Camera2/jni/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...]
  /packages/apps/LegacyCamera/jni/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/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/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/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}}
  /external/clang/test/SemaCXX/
converting-constructor.cpp 43 struct X1 { X1(const char&); };
44 void x1(X1);
46 x1(1);
  /external/compiler-rt/lib/ppc/
floatditf.c 12 static const double twop32 = 0x1.0p32;
13 static const double twop52 = 0x1.0p52;
16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
  /external/oprofile/gui/
oprof_start_util.h 27 inline double ratio(double x1, double x2)
29 return fabs(((x1 - x2) / x2)) * 100;
  /external/pixman/pixman/
pixman-filter.c 149 * aligns @x1 in @kernel1 with @x2 in @kernel2 and
157 integral (pixman_kernel_t kernel1, double x1,
166 if (x1 < 0 && x1 + width > 0)
169 integral (kernel1, x1, kernel2, scale, x2, - x1) +
170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
175 integral (kernel1, x1, kernel2, scale, x2, - x2) +
176 integral (kernel1, x1 - x2, kernel2, scale, 0, width + x2)
243 int x, x1, x2; local
    [all...]
  /external/pixman/test/
region-translate-test.c 17 pixman_region32_init_rect (&r2, rect.x1, rect.y1, rect.x2 - rect.x1, rect.y2 - rect.y1);
  /external/v8/test/mjsunit/compiler/
literals.js 39 assertEquals("x1/", "\x1/");
41 assertEquals("\\x1/", RegExp("\\x1/").source);
45 assertEquals("x1:", "\x1:");
47 assertEquals("\\x1:", /\x1:/.source);
51 assertEquals("x1`", "\x1`");
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 120 int x1; //!< Left (The x-coordinate value of upper-left corner) member in struct:ExynosRect2
129 x1 = _x1_;
138 x1 = other->x1;
147 x1 = other.x1;
157 return ( x1 == other.x1
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 17 #define DR_TRAP0 (0x1) /* db0 */
35 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 35 #define DR_TRAP0 (0x1) /* db0 */
53 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 17 #define DR_TRAP0 (0x1) /* db0 */
35 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 35 #define DR_TRAP0 (0x1) /* db0 */
53 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 17 #define DR_TRAP0 (0x1) /* db0 */
35 #define DR_RW_WRITE (0x1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 35 #define DR_TRAP0 (0x1) /* db0 */
53 #define DR_RW_WRITE (0x1)

Completed in 832 milliseconds

<<11121314151617181920>>