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/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/webp/src/dsp/
Dyuv_sse2.c29 static void ConvertYUV444ToRGB(const __m128i* const Y0, in ConvertYUV444ToRGB() argument
45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB()
87 const __m128i Y0 = Load_HI_16(y), U0 = Load_HI_16(u), V0 = Load_HI_16(v); in YUV444ToRGB() local
88 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB()
96 const __m128i Y0 = Load_HI_16(y), U0 = Load_UV_HI_8(u), V0 = Load_UV_HI_8(v); in YUV420ToRGB() local
97 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB()
563 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY() local
569 ConvertRGBToY(&r, &g, &b, &Y0); in ConvertRGB24ToY()
578 STORE_16(_mm_packus_epi16(Y0, Y1), y + i); in ConvertRGB24ToY()
597 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY() local
[all …]
Dupsampling_neon.c142 const int16x8_t Y0 = vreinterpretq_s16_u16(vshll_n_u8(y, 7)); \
145 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/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/swiftshader/src/Shader/
DSetupRoutine.cpp322 Int Y0 = *Pointer<Int>(v0 + OFFSET(Vertex,Y)); in generate() local
328 X2 = X1 + Y1 - Y0; in generate()
333 Float dy = Float(Y0) * (1.0f / 16.0f); in generate()
336 Y1 -= Y0; in generate()
339 Y2 -= Y0; in generate()
572 Int Y0 = Y1; in edge() local
576 Y2 = IfThenElse(swap, Y0, Y2); in edge()
/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/swiftshader/third_party/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_enc.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/swiftshader/src/Renderer/
DBlitter.cpp1174 Int Y0 = Max(Int(y0), 0); in generate() local
1177 Int Y1 = IfThenElse(Y0 + 1 >= sHeight, Y0, Y0 + 1); in generate()
1179 Pointer<Byte> s00 = source + Y0 * sPitchB + X0 * Surface::bytes(state.sourceFormat); in generate()
1180 Pointer<Byte> s01 = source + Y0 * sPitchB + X1 * Surface::bytes(state.sourceFormat); in generate()
1190 Float4 fy = Float4(y0 - Float(Y0)); in generate()
DRenderer.cpp540 float Y0 = viewport.y0 + H; in draw() local
579 data->Y0x16 = replicate(Y0 * 16 - 8); in draw()
/external/clang/test/CXX/drs/
Ddr15xx.cpp195 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������������������…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_posd.pkb121 …�����ܝ<����7p��&J�O�,����@��2��K��€ ������G��qd@���. � ���P=uib��&Y0�N�ȁ��7rp��`������…
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1709 "^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0A…
1710 "^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0A…
1711 "^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0A…
1712 "^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0A…
1713 "^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0A…
1714 "^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0A…
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DDifference.miff60 …bl�L_i�Qce�Sjb�_mg�Lfn�3bs�AKV�BON�GJL�/_i�)]o�#\p�\m�[h�#Wd�J9A�_)*�^0'�Y0&�U#%�c("�g ���VFd…

12