/external/clang/test/PCH/ |
H A D | cmdline-include1.h | 1 enum { x1 }; enumerator in enum:__anon2631
|
H A D | pr4489.c | 33 void x1(void) function
|
/external/clang/test/ASTMerge/Inputs/ |
H A D | typedef1.c | 3 Typedef1 x1; variable
|
H A D | typedef2.c | 3 Typedef1 x1; variable
|
H A D | var1.c | 2 float **x1; variable
|
H A D | var2.c | 2 double *x1; variable
|
/external/clang/test/CodeGen/ |
H A D | sparc-arguments.c | 15 struct s1 x1; variable in typeref:struct:s1 20 // CHECK: call void @f1_helper(%struct.s1* byval align 8 @x1) 26 f1_helper(x1);
|
H A D | ms-declspecs.cpp | 4 extern __declspec(selectany) int x1; variable 11 // CHECK: @"\01?x1@@3HA" = weak_odr global i32 0, comdat, align 4
|
/external/clang/test/CoverageMapping/ |
H A D | comment-in-macro.c | 3 #define x1 "" // ... macro 7 x1; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-117794.js | 45 var x1 = new Object(); class 48 new Function("A Man Called Horse", x1.d);
|
/external/clang/test/CXX/dcl.dcl/dcl.link/ |
H A D | p7.cpp | 5 // CHECK: @x1 = global %struct.X zeroinitializer 10 X x1; variable 21 return x1;
|
/external/clang/test/CXX/temp/temp.param/ |
H A D | p15.cpp | 5 X<X<int> > *x1; variable
|
/external/clang/test/Sema/ |
H A D | array-size.c | 5 int x1[1073741824 + 1]; // expected-error{{array is too large}} local
|
/external/v8/src/ |
H A D | arguments.cc | 10 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) { argument 14 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;
|
/external/valgrind/massif/tests/ |
H A D | long-time.c | 10 int i, *x1, *x2, *x3, *x4; local 12 x1 = malloc( 800 * 1000); 14 free(x1);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
H A D | AbstractDistribution.java | 45 * to this distribution, this method returns P(x0 ≤ X ≤ x1). 49 * P(x0 ≤ X ≤ x1) = P(X ≤ x1) - P(X ≤ x0) </p> 52 * @param x1 the (inclusive) upper bound 54 * will take a value between <code>x0</code> and <code>x1</code>, 58 * @throws IllegalArgumentException if <code>x0 > x1</code> 60 public double cumulativeProbability(double x0, double x1) argument 62 if (x0 > x1) { 65 x0, x1); 67 return cumulativeProbability(x1) [all...] |
H A D | Distribution.java | 43 * to this distribution, this method returns P(x0 ≤ X ≤ x1). 46 * @param x1 the (inclusive) upper bound 48 * will take a value between <code>x0</code> and <code>x1</code>, 52 * @throws IllegalArgumentException if <code>x0 > x1</code> 54 double cumulativeProbability(double x0, double x1) throws MathException; argument
|
/external/ceres-solver/examples/ |
H A D | random.h | 50 double x1, x2, w; local 52 x1 = 2.0 * RandDouble() - 1.0; 54 w = x1 * x1 + x2 * x2; 58 return x1 * w;
|
/external/clang/test/CXX/temp/temp.names/ |
H A D | p3-0x.cpp | 4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
H A D | p1.cpp | 32 X1<42, i, &i> x1; (void)x1; local
|
/external/clang/test/Index/ |
H A D | cxx-operator-overload.cpp | 9 Cls x1, x2, x3; local 10 Cls x4 = x1 + x2 + x3; 28 // RUNx: index-test %t.ast -point-at %s:10:14 | grep 'DeclRefExpr x1'
|
/external/clang/test/Preprocessor/ |
H A D | _Pragma-in-macro-arg.c | 27 int x1 = (double)1.0; // expected-warning {{implicit conversion}} variable
|
/external/clang/test/SemaCXX/ |
H A D | dependent-types.cpp | 6 T x1; local
|
/external/clang/test/SemaTemplate/ |
H A D | unused-variables.cpp | 12 X1 x1; // expected-warning{{unused variable 'x1'}} local
|
/external/eigen/test/eigen2/ |
H A D | eigen2_smallvectors.cpp | 17 Scalar x1 = ei_random<Scalar>(), local 21 V2 v2(x1, x2); 22 V3 v3(x1, x2, x3); 23 V4 v4(x1, x2, x3, x4); 24 VERIFY_IS_APPROX(x1, v2.x()); 25 VERIFY_IS_APPROX(x1, v3.x()); 26 VERIFY_IS_APPROX(x1, v4.x());
|