/external/clang/test/CXX/temp/temp.param/ |
H A D | p1.cpp | 12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
|
/external/clang/test/Sema/ |
H A D | invalid-cast.cpp | 9 int foo(X<int[1]> x0) { argument 10 return x0.array[17];
|
H A D | array-size.c | 4 int x0[1073741824]; // expected-error{{array is too large}} local
|
/external/valgrind/memcheck/tests/darwin/ |
H A D | scalar_nocancel.c | 13 // uninitialised, but we know px[0] is 0x0 15 long x0 = px[0]; local 56 SY(__NR_sem_wait_nocancel, x0); FAIL;
|
H A D | scalar.c | 13 // 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 D | scalar_exit_group.c | 5 // 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 D | var1.c | 1 int *x0; variable
|
H A D | var2.c | 1 int *x0; variable
|
/external/valgrind/memcheck/tests/solaris/ |
H A D | scalar.h | 36 static long x0; variable
|
/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> 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 D | Distribution.java | 43 * to this distribution, this method returns P(x0 ≤ X ≤ 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 D | IntegerDistribution.java | 51 * For this distribution, X, this method returns P(x0 ≤ X ≤ 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 D | p1.cpp | 31 X0<int> x0; (void)x0; local
|
/external/clang/test/PCH/ |
H A D | functions.c | 8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
|
H A D | pr4489.c | 27 void x0(void) function
|
/external/clang/test/SemaTemplate/ |
H A D | unused-variables.cpp | 11 X0 x0; local
|
/external/dagger2/lib/ |
H A D | auto-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 D | backend-diagnostic.c | 27 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 D | test_unit_rotation.c | 55 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 D | u_rect.h | 35 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 D | SampleLCD.cpp | 43 SkScalar x0 = SkIntToScalar(10); local 52 canvas->drawText(text, len, x0, y, paint);
|
/external/valgrind/memcheck/tests/amd64-solaris/ |
H A D | context_fpu.c | 47 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 D | context_sse.c | 15 /* 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 D | context_fpu.c | 46 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 D | context_sse.c | 13 /* 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. */
|