Searched defs:x0 (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.param/
H A Dp1.cpp12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
/external/clang/test/Sema/
H A Dinvalid-cast.cpp9 int foo(X<int[1]> x0) { argument
10 return x0.array[17];
H A Darray-size.c4 int x0[1073741824]; // expected-error{{array is too large}} local
/external/valgrind/memcheck/tests/darwin/
H A Dscalar_nocancel.c13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
56 SY(__NR_sem_wait_nocancel, x0); FAIL;
H A Dscalar.c13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT);
34 SY(__NR_write, x0, x0, x0+1); FAIL;
35 //res = write(x0, x
[all...]
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar_exit_group.c5 // uninitialised, but we know px[0] is 0x0
7 long x0 = px[0]; local
14 SY(__NR_exit_group, x0);
/external/clang/test/ASTMerge/Inputs/
H A Dvar1.c1 int *x0; variable
H A Dvar2.c1 int *x0; variable
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.h36 static long x0; variable
/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>
51 * @param x0 the (inclusive) lower 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) - cumulativeProbability(x0);
[all...]
H A DDistribution.java43 * to this distribution, this method returns P(x0 &le; X &le; x1).
45 * @param x0 the (inclusive) lower 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
H A DIntegerDistribution.java51 * For this distribution, X, this method returns P(x0 &le; X &le; x1).
52 * @param x0 the inclusive, lower bound
57 * @throws IllegalArgumentException if x0 > x1
59 double cumulativeProbability(int x0, int x1) throws MathException; argument
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp31 X0<int> x0; (void)x0; local
/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
H A Dpr4489.c27 void x0(void) function
/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp11 X0 x0; local
/external/dagger2/lib/
H A Dauto-common-1.0-20151022.071545-39.jar ... Object) javax.lang.model.type.NoType x0 Object x1 public volatile synthetic java.lang.Object ...
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
/external/libopus/celt/tests/
H A Dtest_unit_rotation.c55 opus_val16 x0[MAX_SIZE]; local
58 x1[i] = x0[i] = rand()%32767-16384;
62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
63 ener += x0[i]*(double)x0[i];
70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
71 ener += x0[i]*(double)x0[
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h35 int x0, x1; member in struct:u_rect
45 return (!(a->x1 < b->x0 ||
46 b->x1 < a->x0 ||
59 if (b->x0 < a->x0) b->x0 = a->x0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/skia/samplecode/
H A DSampleLCD.cpp43 SkScalar x0 = SkIntToScalar(10); local
52 canvas->drawText(text, len, x0, y, paint);
/external/valgrind/memcheck/tests/amd64-solaris/
H A Dcontext_fpu.c47 float x0; local
49 /* Uninitialised, but we know px[0] is 0x0. */
51 x0 = px[0];
68 "flds %[x0]\n"
70 "flds %[x0]\n"
72 "flds %[x0]\n"
74 "flds %[x0]\n"
88 : "a" (SYS_kill), "D" (pid), "S" (SIGUSR1), [x0] "m" (x0)
H A Dcontext_sse.c15 /* x0 is always zero, but is visible to Valgrind as uninitialised. */
16 static upad128_t x0; variable
25 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
36 /* Uninitialised, but we know px[0] is 0x0. */
38 x0 = px[0];
40 /* Uninitialised, but we know py[0] is 0x0. */
/external/valgrind/memcheck/tests/x86-solaris/
H A Dcontext_fpu.c46 float x0; local
48 /* Uninitialised, but we know px[0] is 0x0. */
50 x0 = px[0];
67 "flds %[x0]\n"
69 "flds %[x0]\n"
71 "flds %[x0]\n"
73 "flds %[x0]\n"
95 [x0] "m" (x0)
H A Dcontext_sse.c13 /* x0 is always zero, but is visible to Valgrind as uninitialised. */
14 static upad128_t x0; variable
23 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[1] = x0;
34 /* Uninitialised, but we know px[0] is 0x0. */
36 x0 = px[0];
38 /* Uninitialised, but we know py[0] is 0x0. */

Completed in 1186 milliseconds

1234567891011>>