Searched refs:Y0 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp50 struct Y0 { struct
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
[all...]
/external/clang/test/CXX/temp/temp.param/
H A Dp2.cpp12 template<typename T, typename T::type Value> struct Y0;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c340 X0, Y0, X1, Y1; local
357 Y0 = p -> opta[0] * y0;
358 Y1 = Y0 + (Input[1] >= 1.0 ? 0 : p->opta[0]);
362 d00 = DENS(X0, Y0);
364 d10 = DENS(X1, Y0);
395 register int X0, X1, Y0, Y1; local
415 Y0 = p -> opta[0] * y0;
416 Y1 = Y0 + (Input[1] == 0xFFFFU ? 0 : p->opta[0]);
420 d00 = DENS(X0, Y0);
422 d10 = DENS(X1, Y0);
452 X0, Y0, Z0, X1, Y1, Z1; local
526 register int X0, X1, Y0, Y1, Z0, Z1; local
599 X0, Y0, Z0, X1, Y1, Z1; local
702 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
838 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
[all...]
H A Dcmsopt.c40 cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data member in struct:__anon13252
793 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2));
834 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
845 Y0 = Y1 = p8->Y0[g];
853 Y1 = Y0 + ((ry == 0) ? 0 : p ->opta[1]);
860 c0 = DENS(X0, Y0, Z0);
864 c1 = DENS(X1, Y0, Z0) - c0;
865 c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0);
871 c1 = DENS(X1, Y0, Z
[all...]
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp84 template<int(int)> struct Y0 { }; struct
89 Y0<f0> y0;
90 Y0<&f0> y0a;
/external/skia/src/core/
H A DSkLineClipper.cpp34 double Y0 = src[0].fY; local
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
55 double Y0 = src[0].fY; local
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c255 float Y0 = j - t; local
257 float y0 = y - Y0;
340 float Y0 = j - t; local
343 float y0 = y - Y0;
499 float Y0 = j - t; local
504 float y0 = y - Y0;
/external/webp/src/enc/
H A Dpicture_tools.c139 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF); local
152 y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8783 int X0, X1, Y0, Y1; local
8788 Y0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 0) ? -1 : 1;
8792 unsigned Opcode = (Y0 * Y1 < 0) ? ISD::SUB : ISD::ADD;
8796 if (X1 * Y0 * Y1 < 0) CNV = CNV + Offset1;
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py862 \xbb\xa3\xf8\xee\xad Y0\xed\'\x18\x1f\xe1\x864\xc9\xe4\x11K\x80\xdbP\xa4T\

Completed in 3592 milliseconds