HomeSort by relevance Sort by last modified time
    Searched defs:xyz (Results 1 - 12 of 12) sorted by null

  /art/test/049-show-object/src/
Main.java 29 int xyz = 27; local
  /external/clang/test/SemaCXX/
address-of.cpp 35 void (*xyz)(void) = &xpto; variable
  /frameworks/native/include/ui/
vec4.h 49 Impersonator< tvec3<T> > xyz; member in union:android::tvec4::__anon38843
  /external/clang/test/Parser/
declarators.c 48 struct xyz { int y; }; struct
50 xyz b; // expected-error {{must use 'struct' tag to refer to type 'xyz'}}
54 // We should recover 'b' by parsing it with a valid type of "struct xyz", which
59 struct xyz test8() { return a; } // a should be be marked invalid, no diag.
  /external/deqp/framework/common/
tcuVector.hpp 136 VecAccess<T, Size, 3> xyz (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 0, 1, 2); } function in class:tcu::Vector
  /frameworks/native/services/sensorservice/
vec.h 132 // vec3_t c = a.xyz + b;
134 // "a.xyz + b" is a mixed-operation between a vbase<> and a vec<>, requiring
288 vbase<float, 3> xyz; member in union:android::vbase::__anon38964
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsplugin.c 234 cmsBool CMSEXPORT _cmsReadXYZNumber(cmsIOHANDLER* io, cmsCIEXYZ* XYZ)
236 cmsEncodedXYZNumber xyz; local
240 if (io ->Read(io, &xyz, sizeof(cmsEncodedXYZNumber), 1) != 1) return FALSE;
242 if (XYZ != NULL) {
244 XYZ->X = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.X));
245 XYZ->Y = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.Y));
246 XYZ->Z = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.Z))
346 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...]
cmstypes.c 279 // Type XYZ. Only one value is allowed
282 //The XYZType contains an array of three encoded values for the XYZ tristimulus
290 cmsCIEXYZ* xyz; local
293 xyz = (cmsCIEXYZ*) _cmsMallocZero(self ->ContextID, sizeof(cmsCIEXYZ));
294 if (xyz == NULL) return NULL;
296 if (!_cmsReadXYZNumber(io, xyz)) {
297 _cmsFree(self ->ContextID, xyz);
302 return (void*) xyz;
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp 5341 GLfloat xyz[3] = {x, y, z}; local
5373 GLint xyz[3] = {x, y, z}; local
7814 const GLuint xyz[] = { v0, v1, v2 }; local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 585 milliseconds