Home
last modified time | relevance | path

Searched refs:Y0 (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/SemaTemplate/
Dtemplate-id-expr.cpp50 struct Y0 { struct
65 Y0::template f1<U>(0); in f() argument
66 Y0::template f1(0); in f()
69 Y0::template f2<U>(0); in f()
70 Y0::template f2(0); in f()
72Y0::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a … in f()
73Y0::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a t… in f()
76 x = Y0::f4(0); in f()
77 x = Y0::f4<int>(0); // expected-error {{assigning to 'int' from incompatible type 'void'}} in f()
78 x = Y0::template f4(0); // expected-error {{assigning to 'int' from incompatible type 'void'}} in f()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsintrp.c340 X0, Y0, X1, Y1; in BilinearInterpFloat() local
357 Y0 = p -> opta[0] * y0; in BilinearInterpFloat()
358 Y1 = Y0 + (Input[1] >= 1.0 ? 0 : p->opta[0]); in BilinearInterpFloat()
362 d00 = DENS(X0, Y0); in BilinearInterpFloat()
364 d10 = DENS(X1, Y0); in BilinearInterpFloat()
395 register int X0, X1, Y0, Y1; in BilinearInterp16() local
415 Y0 = p -> opta[0] * y0; in BilinearInterp16()
416 Y1 = Y0 + (Input[1] == 0xFFFFU ? 0 : p->opta[0]); in BilinearInterp16()
420 d00 = DENS(X0, Y0); in BilinearInterp16()
422 d10 = DENS(X1, Y0); in BilinearInterp16()
[all …]
Dcmsopt.c40 … cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data member
793 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2)); in PrelinOpt8alloc()
834 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; in PrelinEval8() local
845 Y0 = Y1 = p8->Y0[g]; in PrelinEval8()
853 Y1 = Y0 + ((ry == 0) ? 0 : p ->opta[1]); in PrelinEval8()
860 c0 = DENS(X0, Y0, Z0); in PrelinEval8()
864 c1 = DENS(X1, Y0, Z0) - c0; in PrelinEval8()
865 c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0); in PrelinEval8()
871 c1 = DENS(X1, Y0, Z0) - c0; in PrelinEval8()
872 c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1); in PrelinEval8()
[all …]
/external/clang/test/CXX/over/over.over/
Dp1.cpp84 template<int(int)> struct Y0 { }; struct
89 Y0<f0> y0;
90 Y0<&f0> y0a;
/external/opencv3/modules/calib3d/src/
Dp3p.cpp59 double mu0, double mv0, double X0, double Y0, double Z0, in solve() argument
66 int n = solve(Rs, ts, mu0, mv0, X0, Y0, Z0, mu1, mv1, X1, Y1, Z1, mu2, mv2, X2, Y2, Z2); in solve()
96 double mu0, double mv0, double X0, double Y0, double Z0, in solve() argument
120 distances[1] = sqrt( (X0 - X2) * (X0 - X2) + (Y0 - Y2) * (Y0 - Y2) + (Z0 - Z2) * (Z0 - Z2) ); in solve()
121 distances[2] = sqrt( (X0 - X1) * (X0 - X1) + (Y0 - Y1) * (Y0 - Y1) + (Z0 - Z1) * (Z0 - Z1) ); in solve()
148 if (!align(M_orig, X0, Y0, Z0, X1, Y1, Z1, X2, Y2, Z2, R[nb_solutions], t[nb_solutions])) in solve()
262 double X0, double Y0, double Z0, in align() argument
271 C_start[1] = (Y0 + Y1 + Y2) / 3; in align()
278 …s[1 * 3 + j] = (Y0 * M_end[0][j] + Y1 * M_end[1][j] + Y2 * M_end[2][j]) / 3 - C_end[j] * C_start[1… in align()
Dp3p.h15 double mu0, double mv0, double X0, double Y0, double Z0,
19 double mu0, double mv0, double X0, double Y0, double Z0,
50 double X0, double Y0, double Z0,
Drho.cpp1834 float Y0=*packedPoints++; in hFuncRefC() local
1843 float x0Y0=x0*Y0, x1Y1=x1*Y1, x2Y2=x2*Y2, x3Y3=x3*Y3; in hFuncRefC()
1845 float y0Y0=y0*Y0, y1Y1=y1*Y1, y2Y2=y2*Y2, y3Y3=y3*Y3; in hFuncRefC()
1921 … { (X0-X2) , (X1-X2) , (X2 ) , (X3-X2) , (Y0-Y2) , (Y1-Y2) , (Y2 ) , (Y3-Y2) }}; in hFuncRefC()
/external/skia/src/core/
DSkLineClipper.cpp34 double Y0 = src[0].fY; in sect_with_horizontal() local
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0); in sect_with_horizontal()
55 double Y0 = src[0].fY; in sect_with_vertical() local
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0); in sect_with_vertical()
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf81 * | Y0| Y0| Y1| Y1| Y2| Y2|
83 * | Y0| Y0| Y1| Y1| Y2| Y2|
105 * | Y0| Y0| Y1| Y1|
107 * | Y0| Y0| Y1| Y1|
/external/opencv3/modules/imgproc/src/opencl/
Dwarp_affine.cl108 int Y0 = Y0_ + rint(fma(M[4], dy, M[5]) * AB_SCALE) + round_delta;
111 short sy = convert_short_sat(Y0 >> AB_BITS);
150 int Y0 = Y0_ + rint(fma(M[4], dy, M[5]) * AB_SCALE) + ROUND_DELTA;
152 Y0 = Y0 >> (AB_BITS - INTER_BITS);
154 … short sx = convert_short_sat(X0 >> INTER_BITS), sy = convert_short_sat(Y0 >> INTER_BITS);
155 … short ax = convert_short(X0 & (INTER_TAB_SIZE-1)), ay = convert_short(Y0 & (INTER_TAB_SIZE-1));
278 int Y0 = rint(M[3] * tmp) + rint(fma(M[4], dy, M[5]) * AB_SCALE) + ROUND_DELTA;
281 Y0 = Y0 >> (AB_BITS - INTER_BITS);
283 int sx = (short)(X0 >> INTER_BITS) - 1, sy = (short)(Y0 >> INTER_BITS) - 1;
284 int ay = (short)(Y0 & (INTER_TAB_SIZE - 1)), ax = (short)(X0 & (INTER_TAB_SIZE - 1));
Dwarp_perspective.cl99 CT Y0 = M[3] * dx + M[4] * dy + M[5];
103 short sy = convert_short_sat_rte(Y0*W);
129 CT Y0 = M[3] * dx + M[4] * dy + M[5];
132 int X = rint(X0 * W), Y = rint(Y0 * W);
191 CT Y0 = M[3] * dx + M[4] * dy + M[5];
194 int X = rint(X0 * W), Y = rint(Y0 * W);
/external/webp/src/dsp/
Dyuv_sse2.c27 static void ConvertYUV444ToRGB(const __m128i* const Y0, in ConvertYUV444ToRGB() argument
42 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB()
84 const __m128i Y0 = Load_HI_16(y), U0 = Load_HI_16(u), V0 = Load_HI_16(v); in YUV444ToRGB() local
85 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB()
93 const __m128i Y0 = Load_HI_16(y), U0 = Load_UV_HI_8(u), V0 = Load_UV_HI_8(v); in YUV420ToRGB() local
94 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB()
590 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY() local
596 ConvertRGBToY(&r, &g, &b, &Y0); in ConvertRGB24ToY()
605 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertRGB24ToY()
624 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY() local
[all …]
Dupsampling_neon.c161 const int16x8_t Y0 = vreinterpretq_s16_u16(vshll_n_u8(y, 7)); \
164 const int16x8_t Y1 = vqdmulhq_lane_s16(Y0, coeff1, 0); \
/external/mesa3d/src/mesa/program/
Dprog_noise.c255 float Y0 = j - t; in _mesa_noise2() local
257 float y0 = y - Y0; in _mesa_noise2()
340 float Y0 = j - t; in _mesa_noise3() local
343 float y0 = y - Y0; in _mesa_noise3()
499 float Y0 = j - t; in _mesa_noise4() local
504 float y0 = y - Y0; in _mesa_noise4()
/external/opencv3/3rdparty/libtiff/
Dtif_color.c53 *Y = (L * cielab->Y0) / 903.292F; in TIFFCIELabToXYZ()
54 cby = 7.787F * (*Y / cielab->Y0) + 16.0F / 116.0F; in TIFFCIELabToXYZ()
57 *Y = cielab->Y0 * cby * cby * cby; in TIFFCIELabToXYZ()
164 cielab->Y0 = refWhite[1]; in TIFFCIELabToRGBInit()
Dtiffio.h169 float X0, Y0, Z0; /* Reference white point */ member
/external/pdfium/third_party/libtiff/
Dtif_color.c53 *Y = (L * cielab->Y0) / 903.292F; in TIFFCIELabToXYZ()
54 cby = 7.787F * (*Y / cielab->Y0) + 16.0F / 116.0F; in TIFFCIELabToXYZ()
57 *Y = cielab->Y0 * cby * cby * cby; in TIFFCIELabToXYZ()
164 cielab->Y0 = refWhite[1]; in TIFFCIELabToRGBInit()
Dtiffio.h169 float X0, Y0, Z0; /* Reference white point */ member
/external/clang/test/CXX/temp/temp.param/
Dp2.cpp12 template<typename T, typename T::type Value> struct Y0;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kfst_spho1.pkb1 …:��XD��XN��XX��Xb��Xl��Xz��X���X���X���X���X���X���X���X���X���Y��Y��Y"��Y0��Y>��YL��YZ���������…
/external/llvm/test/CodeGen/X86/
Dbasic-promote-integers.ll80 %Y0 = insertelement <4 x i64> %A, i64 %W0, i32 0
81 %Y1 = insertelement <4 x i64> %Y0, i64 %W1, i32 2
/external/webp/src/enc/
Dpicture_tools.c159 const int Y0 = VP8RGBToY(red, green, blue, YUV_HALF); in WebPBlendAlpha() local
172 y_ptr[x] = BLEND(Y0, y_ptr[x], a_ptr[x]); in WebPBlendAlpha()
/external/clang/test/CXX/drs/
Ddr15xx.cpp114 int Y0 = k({1,2,3}); //expected-error{{no matching function}} variable
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_lfz3.pkb108 )���Z�ZE���v��2�x ���� >��n�DIwڊ>=�A�'��P������s�Y0?qG0��������k�����?��֜
Den-US_kpr.pkb111 …���������������������������������������O0������Q0������S0������V0������Y0������������������…

12