Home
last modified time | relevance | path

Searched refs:XYZ (Results 1 – 25 of 221) sorted by relevance

123456789

/external/clang/test/Analysis/diagnostics/
Dundef-value-param.c30 void initArray(int x, double XYZ[3]) { in initArray()
34 XYZ[0] = 1; in initArray()
35 XYZ[1] = 1; in initArray()
36 XYZ[2] = 1; in initArray()
39 double XYZ[3]; in testPassingParentRegionArray() local
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}} in testPassingParentRegionArray()
42 return 1 * XYZ[1]; //expected-warning {{The right operand of '*' is a garbage value}} in testPassingParentRegionArray()
/external/pdfium/third_party/lcms/src/
Dcmscam02.c35 cmsFloat64Number XYZ[3]; member
63 return (pMod -> Yb / pMod -> adoptedWhite.XYZ[1]); in compute_n()
105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624); in XYZtoCAT02()
106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061); in XYZtoCAT02()
107 clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834); in XYZtoCAT02()
118 clr.RGBc[i] = ((pMod -> adoptedWhite.XYZ[1] * in ChromaticAdaptation()
342 ((pMod->adoptedWhite.XYZ[1] * pMod->D / pMod->adoptedWhite.RGB[i]) + 1.0 - pMod->D); in InverseChromaticAdaptation()
351 clr.XYZ[0] = (clr.RGB[0] * 1.096124) + (clr.RGB[1] * -0.278869) + (clr.RGB[2] * 0.182745); in CAT02toXYZ()
352 clr.XYZ[1] = (clr.RGB[0] * 0.454369) + (clr.RGB[1] * 0.473533) + (clr.RGB[2] * 0.072098); in CAT02toXYZ()
353 clr.XYZ[2] = (clr.RGB[0] * -0.009628) + (clr.RGB[1] * -0.005698) + (clr.RGB[2] * 1.015326); in CAT02toXYZ()
[all …]
/external/pdfium/third_party/libpng16/
Dpng.c1198 png_xy_from_XYZ(png_xy *xy, const png_XYZ *XYZ)
1202 d = XYZ->red_X + XYZ->red_Y + XYZ->red_Z;
1203 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1205 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1208 whiteX = XYZ->red_X;
1209 whiteY = XYZ->red_Y;
1211 d = XYZ->green_X + XYZ->green_Y + XYZ->green_Z;
1212 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1214 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1217 whiteX += XYZ->green_X;
[all …]
/external/libpng/
Dpng.c1239 png_xy_from_XYZ(png_xy *xy, const png_XYZ *XYZ)
1243 d = XYZ->red_X + XYZ->red_Y + XYZ->red_Z;
1244 if (png_muldiv(&xy->redx, XYZ->red_X, PNG_FP_1, d) == 0)
1246 if (png_muldiv(&xy->redy, XYZ->red_Y, PNG_FP_1, d) == 0)
1249 whiteX = XYZ->red_X;
1250 whiteY = XYZ->red_Y;
1252 d = XYZ->green_X + XYZ->green_Y + XYZ->green_Z;
1253 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1255 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0)
1258 whiteX += XYZ->green_X;
[all …]
/external/llvm/test/CodeGen/X86/
Dtail-opts.ll302 ; CHECK: movl $0, XYZ(%rip)
303 ; CHECK: movl $0, XYZ(%rip)
305 @XYZ = external global i32
318 store volatile i32 0, i32* @XYZ
327 store volatile i32 0, i32* @XYZ
339 ; CHECK-NOT: XYZ
341 ; CHECK: movl $0, XYZ(%rip)
342 ; CHECK: movl $1, XYZ(%rip)
343 ; CHECK-NOT: XYZ
356 store volatile i32 0, i32* @XYZ
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dload.ll5 ; CHECK: ld r24, {{[XYZ]}}
12 ; CHECK: ld r24, {{[XYZ]}}+
13 ; CHECK: ld r25, {{[XYZ]}}
31 ; CHECK: ld r24, {{[XYZ]}}
51 ; CHECK: ld r24, {{[XYZ]}}+
52 ; CHECK: ld r25, {{[XYZ]}}
60 ; CHECK: ld {{.*}}, {{[XYZ]}}+
81 ; CHECK: ld {{.*}}, {{[XYZ]}}+
82 ; CHECK: ld {{.*}}, {{[XYZ]}}+
103 ; CHECK: ld {{.*}}, -{{[XYZ]}}
[all …]
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_34.txt3 Content-Type: multipart/digest; boundary=XYZ
5 --XYZ
12 --XYZ
19 --XYZ--
/external/python/cpython2/Lib/email/test/data/
Dmsg_34.txt3 Content-Type: multipart/digest; boundary=XYZ
5 --XYZ
12 --XYZ
19 --XYZ--
/external/ImageMagick/tests/
Dcli-colorspace.tap100 test_color XYZ sRGB && echo "ok" || echo "not ok"
101 test_color XYZ RGB sRGB && echo "ok" || echo "not ok"
102 test_color RGB XYZ sRGB && echo "ok" || echo "not ok"
105 test_color XYZ LAB sRGB && echo "ok" || echo "not ok"
106 test_color LAB XYZ sRGB && echo "ok" || echo "not ok"
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtail-opts.ll301 ; CHECK: movl $0, XYZ(%rip)
302 ; CHECK: movl $0, XYZ(%rip)
304 @XYZ = external global i32
317 volatile store i32 0, i32* @XYZ
326 volatile store i32 0, i32* @XYZ
338 ; CHECK-NOT: XYZ
339 ; CHECK: movl $0, XYZ(%rip)
340 ; CHECK: movl $1, XYZ(%rip)
341 ; CHECK-NOT: XYZ
355 volatile store i32 0, i32* @XYZ
[all …]
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_pbm_p4.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_wbmp.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_null_DarkOrange.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_null_black.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_xc_black.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_im1.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_ico.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_xbm.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_tim.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_pbm_p1.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
Dinput_null_white.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DAdaptiveThreshold.miff11XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
DSegment.miff11XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
/external/ImageMagick/PerlMagick/t/reference/write/composite/
DClear.miff9XYZ ��� ��1��acspMSFT����IEC sRGB����������������������-HP ����������������������������������…
/external/pdfium/third_party/libtiff/
Dtif_luv.c971 LogLuv24toXYZ(uint32 p, float XYZ[3]) in LogLuv24toXYZ()
978 XYZ[0] = XYZ[1] = XYZ[2] = 0.; in LogLuv24toXYZ()
990 XYZ[0] = (float)(x/y * L); in LogLuv24toXYZ()
991 XYZ[1] = (float)L; in LogLuv24toXYZ()
992 XYZ[2] = (float)((1.-x-y)/y * L); in LogLuv24toXYZ()
999 LogLuv24fromXYZ(float XYZ[3], int em) in LogLuv24fromXYZ()
1004 Le = LogL10fromY(XYZ[1], em); in LogLuv24fromXYZ()
1006 s = XYZ[0] + 15.*XYZ[1] + 3.*XYZ[2]; in LogLuv24fromXYZ()
1011 u = 4.*XYZ[0] / s; in LogLuv24fromXYZ()
1012 v = 9.*XYZ[1] / s; in LogLuv24fromXYZ()
[all …]

123456789