HomeSort by relevance Sort by last modified time
    Searched refs:Y0 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/SemaTemplate/
template-id-expr.cpp 50 struct Y0 {
65 Y0::template f1<U>(0);
66 Y0::template f1(0);
69 Y0::template f2<U>(0);
70 Y0::template f2(0);
72 Y0::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a template}}
73 Y0::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a template}}
76 x = Y0::f4(0);
77 x = Y0::f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}}
78 x = Y0::template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p2.cpp 11 template<typename T, typename T::type Value> struct Y0;
  /external/clang/test/CXX/over/over.over/
p1.cpp 84 template<int(int)> struct Y0 { };
89 Y0<f0> y0; variable
90 Y0<&f0> y0a;
  /external/skia/src/core/
SkLineClipper.cpp 20 double Y0 = src[0].fY;
23 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
42 double Y0 = src[0].fY;
45 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
66 if (mp_init_size (&y0, B) != MP_OKAY)
69 goto Y0;
80 x0.used = y0.used = B;
95 tmpy = y0.dp;
116 mp_clamp (&y0);
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 */
125 /* now calc x1+x0 and y1+y0 */
128 if (s_mp_add (&y1, &y0, &x0) != MP_OKAY
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/dropbear/libtommath/pre_gen/
mpi.c 4143 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
    [all...]

Completed in 868 milliseconds