HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 51 - 75 of 2879) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
eh2.cpp 15 void x1 () function
24 x1 ();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
atexit.py 55 def x1(): function in function:register
56 print "running x1"
62 register(x1)
  /prebuilts/gdb/linux-x86/lib/python2.7/
atexit.py 55 def x1(): function in function:register
56 print "running x1"
62 register(x1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 55 def x1(): function in function:register
56 print "running x1"
62 register(x1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 55 def x1(): function in function:register
56 print "running x1"
62 register(x1)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tocopt.s 10 x1: label
28 addis 9,2,x1@got@ha
29 ld 9,x1@got@l(9)
tocopt5.s 10 x1: label
28 addis 9,2,x1@got@ha
29 ld 9,x1@got@l(9)
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalScaleOperationsTest.java 83 BigDecimal x1 = new BigDecimal(1.23400); local
84 BigDecimal x2 = x1.setScale(75);
86 assertEquals(0, x1.compareTo(x2));
87 assertEquals(0, x2.compareTo(x1));
89 x1.precision();
91 assertEquals(0, x1.compareTo(x2));
92 assertEquals(0, x2.compareTo(x1));
96 assertEquals(0, x1.compareTo(x2));
97 assertEquals(0, x2.compareTo(x1));
  /external/v8/test/mjsunit/
top-level-assignments.js 61 var x1 = new Object(); class
63 x1.a = 7;
64 x1.b = function() { return 42; };
67 x1.c = 88;
68 x1.d = "A Man Called Horse";
72 assertEquals(7, x1.a);
73 assertEquals(42, x1.b());
74 assertEquals(88, x1.c);
75 assertEquals("A Man Called Horse", x1.d);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hexnan.c 36 L_shift(x, x1, i) ULong *x; ULong *x1; int i;
38 L_shift(ULong *x, ULong *x1, int i)
49 } while(++x < x1);
60 ULong c, h, *x, *x1, *xe; local
71 x1 = xe = x;
84 if (x < x1 && i < 8)
85 L_shift(x, x1, i);
92 x1 = x;
127 if (x < x1 && i < 8
    [all...]
  /device/google/dragon/audio/hal/dsp/
crossover.h 23 float x1, x2; member in struct:lr4
  /external/ceres-solver/examples/
powell.cc 35 // f1 = x1 + 10*x2;
38 // f4 = sqrt(10) * (x1 - x4)^2
40 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
41 // The minimum is 0 at (x1, x2, x3, x4) = 0.
59 template <typename T> bool operator()(const T* const x1,
62 // f1 = x1 + 10 * x2;
63 residual[0] = x1[0] + T(10.0) * x2[0];
89 template <typename T> bool operator()(const T* const x1,
92 // f4 = sqrt(10) (x1 - x4)^2
93 residual[0] = T(sqrt(10.0)) * (x1[0] - x4[0]) * (x1[0] - x4[0])
105 double x1 = 3.0; local
    [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::__anon6810
112 { { 0.0, 2.0, 3.0, 0.0, 5.0 }, // Some zeros x1
130 double *x1 = &(kTests[k].x1[0]); local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' without a user-provided default constructor}} local
  /external/clang/test/CodeGenCXX/
key-function-vtable.cpp 38 struct X1 : X0 {
42 inline void X1::f() { }
44 void use_X1() { X1 x1; } local
  /external/clang/test/Sema/
block-misc.c 45 int^^ x1; // expected-error {{block pointer to non-function type is invalid}} expected-error {{block pointer to non-function type is invalid}} variable
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/
attr-selectany.cpp 6 __declspec(selectany) int x1 = 1; variable
type-definition-in-specifier.cpp 56 en_2 x1; // expected-error{{unknown type name 'en_2'}} member in struct:s19018b
warn-dangling-field.cpp 27 X &x1, *x2; member in struct:S3
28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
  /external/compiler-rt/lib/builtins/ppc/
gcc_qdiv.c 17 register double x = dst.s.hi, x1 = dst.s.lo, local
48 tmp = ((tmp + x1) - y1 * q) / y;
  /external/eigen/test/
smallvectors.cpp 19 Scalar x1 = internal::random<Scalar>(), local
23 V2 v2(x1, x2);
24 V3 v3(x1, x2, x3);
25 V4 v4(x1, x2, x3, x4);
26 VERIFY_IS_APPROX(x1, v2.x());
27 VERIFY_IS_APPROX(x1, v3.x());
28 VERIFY_IS_APPROX(x1, v4.x());
  /external/libopus/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/libvncserver/rfb/
rfbregion.h 12 int x1; member in struct:_rect
23 extern sraRegion *sraRgnCreateRect(int x1, int y1, int x2, int y2);
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 34 float x1, y1; member in struct:bezier
51 float x1, float y1,

Completed in 292 milliseconds

1 23 4 5 6 7 8 91011>>