HomeSort by relevance Sort by last modified time
    Searched refs:Y0 (Results 1 - 13 of 13) 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 12 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/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 35 double Y0 = src[0].fY;
38 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
61 double Y0 = src[0].fY;
64 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
  /external/skia/src/core/
SkLineClipper.cpp 35 double Y0 = src[0].fY;
38 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
61 double Y0 = src[0].fY;
64 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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 255 float Y0 = j - t;
257 float y0 = y - Y0; local
266 if (x0 > y0) {
280 y1 = y0 - j1 + G2;
282 y2 = y0 - 1.0f + 2.0f * G2;
289 t0 = 0.5f - x0 * x0 - y0 * y0;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
340 float Y0 = j - t
343 float y0 = y - Y0; local
504 float y0 = y - Y0; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 255 float Y0 = j - t;
257 float y0 = y - Y0; local
266 if (x0 > y0) {
280 y1 = y0 - j1 + G2;
282 y2 = y0 - 1.0f + 2.0f * G2;
289 t0 = 0.5f - x0 * x0 - y0 * y0;
294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0);
340 float Y0 = j - t
343 float y0 = y - Y0; local
504 float y0 = y - Y0; local
    [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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /external/chromium_org/net/quic/crypto/
common_cert_set_51_100.inc     [all...]

Completed in 1122 milliseconds