/external/clang/test/Analysis/diagnostics/ |
D | undef-value-param.c | 30 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/ |
D | cmscam02.c | 35 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/ |
D | png.c | 1198 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/ |
D | png.c | 1239 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/ |
D | tail-opts.ll | 302 ; 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/ |
D | load.ll | 5 ; 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/ |
D | msg_34.txt | 3 Content-Type: multipart/digest; boundary=XYZ 5 --XYZ 12 --XYZ 19 --XYZ--
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_34.txt | 3 Content-Type: multipart/digest; boundary=XYZ 5 --XYZ 12 --XYZ 19 --XYZ--
|
/external/ImageMagick/tests/ |
D | cli-colorspace.tap | 100 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/ |
D | tail-opts.ll | 301 ; 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/ |
D | input_pbm_p4.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_wbmp.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_null_DarkOrange.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_null_black.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_xc_black.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_im1.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_ico.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_xbm.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_tim.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_pbm_p1.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | input_null_white.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | AdaptiveThreshold.miff | 11 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
D | Segment.miff | 11 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | Clear.miff | 9 …XYZ � 1acspMSFTIEC sRGB���-HP …
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 971 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 …]
|