HomeSort by relevance Sort by last modified time
    Searched refs:XYZ (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 30 void initArray(int x, double XYZ[3]) {
34 XYZ[0] = 1;
35 XYZ[1] = 1;
36 XYZ[2] = 1;
39 double XYZ[3];
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}
42 return 1 * XYZ[1]; //expected-warning {{The right operand of '*' is a garbage value}}
    [all...]
  /external/clang/test/CodeGenCXX/
2007-04-10-PackedUnion.cpp 14 typedef void (*XYZ)();
21 XYZ bg;
  /art/test/624-checker-stringops/src/
Main.java 23 static final String XYZ = "XYZ";
40 int k = ABC.length() + XYZ.length(); // does LoadString before loops
48 k += ABC.indexOf(XYZ);
51 k += ABC.indexOf(XYZ, 2);
71 int k = ABC.length() + XYZ.length(); // does LoadString before loops
79 int d = ABC.indexOf(XYZ);
82 int d = ABC.indexOf(XYZ, 2);
282 indexOfExceptions(null, XYZ);
291 expectEquals(598, indexOfExceptions(ABC, XYZ));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
swym-op.l 13 10 001c FD12D687 SWYM XYZ
18 15 XYZ IS 1234567
29 \*ABS\*:000000000012d687 XYZ
swym-op.s 10 SWYM XYZ
15 XYZ IS 1234567
  /external/clang/test/Preprocessor/
macro_paste_bad.c 3 #define XYZ x ## +
4 XYZ // expected-error {{pasting formed 'x+', an invalid preprocessing token}}
  /external/ImageMagick/tests/
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/pdfium/third_party/lcms2-2.6/src/
cmscam02.c 35 cmsFloat64Number XYZ[3];
63 return (pMod -> Yb / pMod -> adoptedWhite.XYZ[1]);
105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624);
106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061);
107 clr.RGB[2] = (clr.XYZ[0] * 0.0030) + (clr.XYZ[1] * 0.0136) + (clr.XYZ[2] * 0.9834)
    [all...]
cmsplugin.c 238 cmsBool CMSEXPORT _cmsReadXYZNumber(cmsIOHANDLER* io, cmsCIEXYZ* XYZ)
240 cmsEncodedXYZNumber xyz; local
244 if (io ->Read(io, &xyz, sizeof(cmsEncodedXYZNumber), 1) != 1) return FALSE;
246 if (XYZ != NULL) {
248 XYZ->X = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.X));
249 XYZ->Y = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.Y));
250 XYZ->Z = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.Z))
350 cmsEncodedXYZNumber xyz; local
    [all...]
cmspcs.c 29 // inter PCS conversions XYZ <-> CIE L* a* b*
69 CIE XYZ X 0 -> 1.99997 0x0000 -> 0xffff
70 CIE XYZ Y 0 -> 1.99997 0x0000 -> 0xffff
71 CIE XYZ Z 0 -> 1.99997 0x0000 -> 0xffff
133 // Standard XYZ to Lab. it can handle negative XZY numbers in some cases
134 void CMSEXPORT cmsXYZ2Lab(const cmsCIEXYZ* WhitePoint, cmsCIELab* Lab, const cmsCIEXYZ* xyz)
141 fx = f(xyz->X / WhitePoint->X);
142 fy = f(xyz->Y / WhitePoint->Y);
143 fz = f(xyz->Z / WhitePoint->Z);
151 // Standard XYZ to Lab. It can return negative XYZ in some case
367 cmsCIEXYZ xyz; local
    [all...]
  /external/libpng/
png.c     [all...]
pngset.c 76 png_XYZ XYZ;
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed");
83 XYZ.red_X = int_red_X;
84 XYZ.red_Y = int_red_Y;
85 XYZ.red_Z = int_red_Z;
86 XYZ.green_X = int_green_X;
87 XYZ.green_Y = int_green_Y;
88 XYZ.green_Z = int_green_Z;
89 XYZ.blue_X = int_blue_X;
90 XYZ.blue_Y = int_blue_Y
    [all...]
  /external/pdfium/third_party/libpng16/
png.c     [all...]
pngset.c 76 png_XYZ XYZ;
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed");
83 XYZ.red_X = int_red_X;
84 XYZ.red_Y = int_red_Y;
85 XYZ.red_Z = int_red_Z;
86 XYZ.green_X = int_green_X;
87 XYZ.green_Y = int_green_Y;
88 XYZ.green_Z = int_green_Z;
89 XYZ.blue_X = int_blue_X;
90 XYZ.blue_Y = int_blue_Y
    [all...]
  /external/skia/third_party/libpng/
png.c     [all...]
pngset.c 76 png_XYZ XYZ;
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed");
83 XYZ.red_X = int_red_X;
84 XYZ.red_Y = int_red_Y;
85 XYZ.red_Z = int_red_Z;
86 XYZ.green_X = int_green_X;
87 XYZ.green_Y = int_green_Y;
88 XYZ.green_Z = int_green_Z;
89 XYZ.blue_X = int_blue_X;
90 XYZ.blue_Y = int_blue_Y
    [all...]
  /frameworks/native/libs/ui/include/ui/
ColorSpace.h 49 * Creates a named color space with the specified RGB->XYZ
66 * Creates a named color space with the specified RGB->XYZ
82 * Creates a named color space with the specified RGB->XYZ
98 * and white point. The RGB<>XYZ conversion matrices are
116 * and white point. The RGB<>XYZ conversion matrices are
133 * and white point. The RGB<>XYZ conversion matrices are
166 * Converts the supplied XYZ value to RGB. The returned value
170 constexpr float3 xyzToRGB(const float3& xyz) const noexcept {
171 return apply(fromLinear(mXYZtoRGB * xyz), mClamper);
175 * Converts the supplied RGB value to XYZ. The input RGB valu
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 68 * for each of three CIE XYZ coordinates. The codec then takes care
72 * By definition, a CIE XYZ vector of [1 1 1] corresponds to a neutral white
74 * white point, such as D65, and an absolute color conversion to XYZ then
78 * in XYZ, then record the original white point using the TIFFTAG_WHITEPOINT
121 * SGILOGDATAFMT_FLOAT = IEEE 32-bit float XYZ values
808 XYZtoRGB24(float xyz[3], uint8 rgb[3])
812 r = 2.690*xyz[0] + -1.276*xyz[1] + -0.414*xyz[2];
813 g = -1.022*xyz[0] + 1.978*xyz[1] + 0.044*xyz[2]
1016 float* xyz = (float*) op; local
1052 float xyz[3]; local
1064 float* xyz = (float*) op; local
1157 float* xyz = (float*) op; local
1190 float xyz[3]; local
1202 float* xyz = (float*) op; local
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
regexp_test.go 48 medium = "[XYZ]ABCDEFGHIJKLMNOPQRSTUVWXYZ$"
  /prebuilts/go/linux-x86/test/bench/go1/
regexp_test.go 48 medium = "[XYZ]ABCDEFGHIJKLMNOPQRSTUVWXYZ$"
  /art/test/031-class-attributes/src/
ClassAttrs.java 245 static class MemberClass<XYZ> {
246 public MemberClass<XYZ> mWha;
248 public MemberClass(MemberClass<XYZ> memb) {
252 public Class<XYZ> foo() throws NoSuchMethodException {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
RotationOrder.java 38 public static final RotationOrder XYZ =
39 new RotationOrder("XYZ", Vector3D.PLUS_I, Vector3D.PLUS_J, Vector3D.PLUS_K);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 70 XYZ = 0x7,
  /external/skia/src/core/
SkColorSpace.cpp 24 // First, we need to convert xy values (primaries) to XYZ.
36 SkVector3 XYZ;
37 XYZ.fX = primariesInv[0] * wXYZ.fX + primariesInv[1] * wXYZ.fY + primariesInv[2] * wXYZ.fZ;
38 XYZ.fY = primariesInv[3] * wXYZ.fX + primariesInv[4] * wXYZ.fY + primariesInv[5] * wXYZ.fZ;
39 XYZ.fZ = primariesInv[6] * wXYZ.fX + primariesInv[7] * wXYZ.fY + primariesInv[8] * wXYZ.fZ;
41 toXYZ.setAll(XYZ.fX, 0.0f, 0.0f,
42 0.0f, XYZ.fY, 0.0f,
43 0.0f, 0.0f, XYZ.fZ);
  /external/bison/djgpp/
djunpack.bat 28 Rem djunpack bison-XYZ.tar.gz
30 Rem djunpack bison-XYZ.tar.bz2
32 Rem where XYZ is the version number. If the argument includes leading

Completed in 1091 milliseconds

1 2 3