Searched defs:x1 (Results 1 - 25 of 597) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dcmdline-include1.h1 enum { x1 }; enumerator in enum:__anon2631
H A Dpr4489.c33 void x1(void) function
/external/clang/test/ASTMerge/Inputs/
H A Dtypedef1.c3 Typedef1 x1; variable
H A Dtypedef2.c3 Typedef1 x1; variable
H A Dvar1.c2 float **x1; variable
H A Dvar2.c2 double *x1; variable
/external/clang/test/CodeGen/
H A Dsparc-arguments.c15 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 Dms-declspecs.cpp4 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 Dcomment-in-macro.c3 #define x1 "" // ... macro
7 x1; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
/external/v8/test/mjsunit/regress/
H A Dregress-117794.js45 var x1 = new Object(); class
48 new Function("A Man Called Horse", x1.d);
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp5 // CHECK: @x1 = global %struct.X zeroinitializer
10 X x1; variable
21 return x1;
/external/clang/test/CXX/temp/temp.param/
H A Dp15.cpp5 X<X<int> > *x1; variable
/external/clang/test/Sema/
H A Darray-size.c5 int x1[1073741824 + 1]; // expected-error{{array is too large}} local
/external/v8/src/
H A Darguments.cc10 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 Dlong-time.c10 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 DAbstractDistribution.java45 * to this distribution, this method returns P(x0 &le; X &le; x1).
49 * P(x0 &le; X &le; x1) = P(X &le; x1) - P(X &le; 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 DDistribution.java43 * to this distribution, this method returns P(x0 &le; X &le; 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 Drandom.h50 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 Dp3-0x.cpp4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp32 X1<42, i, &i> x1; (void)x1; local
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 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.c27 int x1 = (double)1.0; // expected-warning {{implicit conversion}} variable
/external/clang/test/SemaCXX/
H A Ddependent-types.cpp6 T x1; local
/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp12 X1 x1; // expected-warning{{unused variable 'x1'}} local
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp17 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());

Completed in 9209 milliseconds

1234567891011>>