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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
swym-op.s 10 SWYM XYZ
15 XYZ IS 1234567
  /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;
  /external/clang/test/Preprocessor/
macro_paste_bad.c 3 #define XYZ x ## +
4 XYZ // expected-error {{pasting formed 'x+', an invalid preprocessing token}}
  /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);
  /art/test/624-checker-stringops/src/
Main.java 24 static final String XYZ = "XYZ";
41 int k = ABC.length() + XYZ.length(); // does LoadString before loops
49 k += ABC.indexOf(XYZ);
52 k += ABC.indexOf(XYZ, 2);
72 int k = ABC.length() + XYZ.length(); // does LoadString before loops
80 int d = ABC.indexOf(XYZ);
83 int d = ABC.indexOf(XYZ, 2);
297 indexOfExceptions(null, XYZ);
306 expectEquals(598, indexOfExceptions(ABC, XYZ));
    [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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 70 XYZ = 0x7,
  /external/skia/src/core/
SkColorSpace.cpp 22 // First, we need to convert xy values (primaries) to XYZ.
34 SkVector3 XYZ;
35 XYZ.fX = primariesInv[0] * wXYZ.fX + primariesInv[1] * wXYZ.fY + primariesInv[2] * wXYZ.fZ;
36 XYZ.fY = primariesInv[3] * wXYZ.fX + primariesInv[4] * wXYZ.fY + primariesInv[5] * wXYZ.fZ;
37 XYZ.fZ = primariesInv[6] * wXYZ.fX + primariesInv[7] * wXYZ.fY + primariesInv[8] * wXYZ.fZ;
39 toXYZ.setAll(XYZ.fX, 0.0f, 0.0f,
40 0.0f, XYZ.fY, 0.0f,
41 0.0f, 0.0f, XYZ.fZ);
338 // Profile data is mandatory for A2B0 color spaces, so we must be XYZ.
523 // Profiles are mandatory for A2B0 color spaces, so these must be XYZ
    [all...]
  /external/skqp/src/core/
SkColorSpace.cpp 22 // First, we need to convert xy values (primaries) to XYZ.
34 SkVector3 XYZ;
35 XYZ.fX = primariesInv[0] * wXYZ.fX + primariesInv[1] * wXYZ.fY + primariesInv[2] * wXYZ.fZ;
36 XYZ.fY = primariesInv[3] * wXYZ.fX + primariesInv[4] * wXYZ.fY + primariesInv[5] * wXYZ.fZ;
37 XYZ.fZ = primariesInv[6] * wXYZ.fX + primariesInv[7] * wXYZ.fY + primariesInv[8] * wXYZ.fZ;
39 toXYZ.setAll(XYZ.fX, 0.0f, 0.0f,
40 0.0f, XYZ.fY, 0.0f,
41 0.0f, 0.0f, XYZ.fZ);
338 // Profile data is mandatory for A2B0 color spaces, so we must be XYZ.
523 // Profiles are mandatory for A2B0 color spaces, so these must be XYZ
    [all...]
  /external/libpng/
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...]
png.c     [all...]
  /external/pdfium/third_party/lcms/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...]
cmsps2.c 38 PostScript does use XYZ as its internal PCS. But since PostScript
43 convert Lab <-> XYZ is also included.
51 the device -> XYZ transform. These cases identifies monochrome profiles (often
59 no interpolation tables, I do the conversion directly to XYZ
75 On simpler profiles, the PCS is already XYZ, so no conversion is required.
83 the conversion directly to XYZ
138 /RangeABC <.. used for XYZ -> Lab>
147 The following stages are used to convert from XYZ to Lab
179 The following stages are used to convert Lab to XYZ
442 // Lab -> XYZ, see the discussion abov
    [all...]
cmsvirt.c 566 // Creates a fake XYZ identity
581 if (!SetTextTags(hProfile, L"XYZ identity built-in")) goto Error;
693 cmsCIEXYZ XYZ;
713 cmsLab2XYZ(&bchsw->WPsrc, &XYZ, &LabOut);
714 cmsXYZ2Lab(&bchsw->WPdest, &LabOut, &XYZ);
    [all...]
cmslut.c 942 cmsCIEXYZ XYZ;
950 cmsLab2XYZ(NULL, &XYZ, &Lab);
952 // From XYZ, range 0..19997 to 0..1.0, note that 1.99997 comes from 0xffff
955 Out[0] = (cmsFloat32Number) ((cmsFloat64Number) XYZ.X / XYZadj);
956 Out[1] = (cmsFloat32Number) ((cmsFloat64Number) XYZ.Y / XYZadj);
957 Out[2] = (cmsFloat32Number) ((cmsFloat64Number) XYZ.Z / XYZadj);
1073 // Fom XYZ to floating point PCS
    [all...]
cmspack.c 828 // This is a conversion of XYZ double to 16 bits
838 cmsCIEXYZ XYZ;
840 XYZ.X = Pt[0];
841 XYZ.Y = Pt[Stride];
842 XYZ.Z = Pt[Stride*2];
843 cmsFloat2XYZEncoded(wIn, &XYZ);
857 // This is a conversion of XYZ float to 16 bits
867 cmsCIEXYZ XYZ;
869 XYZ.X = Pt[0];
870 XYZ.Y = Pt[Stride]
    [all...]
  /external/pdfium/third_party/libpng16/
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...]
png.c     [all...]
  /art/test/004-JniTest/src/
Main.java 70 static class ABC { public static int XYZ = 12; }
74 System.out.println("ABC.XYZ = " + ABC.XYZ + ", GetStaticIntField(DEF.class, 'XYZ') = " +
75 getFieldSubclass(ABC.class.getDeclaredField("XYZ"), DEF.class));
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 253 type XYZ struct {
422 {in: `{"alpha": "abc", "alphabet": "xyz"}`, ptr: new(U), out: U{Alphabet: "abc"}},
423 {in: `{"alpha": "abc", "alphabet": "xyz"}`, ptr: new(U), err: fmt.Errorf("json: unknown field \"alphabet\""), disallowUnknownFields: true},
425 {in: `{"alphabet": "xyz"}`, ptr: new(U), out: U{}},
426 {in: `{"alphabet": "xyz"}`, ptr: new(U), err: fmt.Errorf("json: unknown field \"alphabet\""), disallowUnknownFields: true},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 253 type XYZ struct {
422 {in: `{"alpha": "abc", "alphabet": "xyz"}`, ptr: new(U), out: U{Alphabet: "abc"}},
423 {in: `{"alpha": "abc", "alphabet": "xyz"}`, ptr: new(U), err: fmt.Errorf("json: unknown field \"alphabet\""), disallowUnknownFields: true},
425 {in: `{"alphabet": "xyz"}`, ptr: new(U), out: U{}},
426 {in: `{"alphabet": "xyz"}`, ptr: new(U), err: fmt.Errorf("json: unknown field \"alphabet\""), disallowUnknownFields: true},
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 70 * XYZ profile connection space (PCS). Color values can be converted to and from
1092 float[] xyz = new float[mModel.getComponentCount()]; local
1331 float[] xyz = whitePoint.length == 3 ? local
3578 float[] xyz = mTransformSource.toXyz(v); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 82 struct XYZCOLOR XYZ;
141 #define SPACE_XYZ 'XYZ '
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 6485 milliseconds

1 2