/external/pdfium/third_party/lcms2-2.6/src/ |
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...] |
cmscnvrt.c | 178 // Black point compensation. Implemented as a linear scaling in XYZ. Black points 411 // Offset should be adjusted because the encoding. We encode XYZ normalized to 0..1.0, 412 // to do that, we divide by MAX_ENCODEABLE_XZY. The conversion stage goes XYZ -> XYZ so 413 // we have first to convert from encoded to XYZ and then convert back to encoded. 428 // Add a conversion stage if needed. If a matrix/offset m is given, it applies to XYZ space 438 case cmsSigXYZData: // Input profile operates in XYZ 442 case cmsSigXYZData: // XYZ -> XYZ 448 case cmsSigLabData: // XYZ -> La [all...] |
cmswtpnt.c | 266 // Build a White point, primary chromas transfer matrix from RGB to CIE XYZ 268 // aspects of the RGB to XYZ process, and assumming that the gamma correction 274 // primaries in XYZ. This matrix is next inverted
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderOperatorTests.cpp | 455 static const char* s_outSwizzles[] = { "x", "yz", "xyz", "xyzw" }; 843 void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2, 0, 1)); } \ 849 void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2, 0, 1), c.in[1].swizzle(1, 2, 0)); } \ 855 void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2, 0, 1), c.in[1].swizzle(1, 2, 0), c.in[2].swizzle(3, 1, 2)); } \ [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderOperatorTests.cpp | 555 static const char* s_outSwizzles[] = { "x", "yz", "xyz", "xyzw" }; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
string_tests.py | 522 self.checkequal('hello', 'xyzzyhelloxyzzy', 'strip', 'xyz') 523 self.checkequal('helloxyzzy', 'xyzzyhelloxyzzy', 'lstrip', 'xyz') 524 self.checkequal('xyzzyhello', 'xyzzyhelloxyzzy', 'rstrip', 'xyz') 525 self.checkequal('hello', 'hello', 'strip', 'xyz') 530 'strip', unicode('xyz', 'ascii')) 532 'lstrip', unicode('xyz', 'ascii')) 534 'rstrip', unicode('xyz', 'ascii')) 537 # 'strip', unicode('xyz', 'ascii')) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
string_tests.py | 522 self.checkequal('hello', 'xyzzyhelloxyzzy', 'strip', 'xyz') 523 self.checkequal('helloxyzzy', 'xyzzyhelloxyzzy', 'lstrip', 'xyz') 524 self.checkequal('xyzzyhello', 'xyzzyhelloxyzzy', 'rstrip', 'xyz') 525 self.checkequal('hello', 'hello', 'strip', 'xyz') 530 'strip', unicode('xyz', 'ascii')) 532 'lstrip', unicode('xyz', 'ascii')) 534 'rstrip', unicode('xyz', 'ascii')) 537 # 'strip', unicode('xyz', 'ascii')) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
string_tests.py | 522 self.checkequal('hello', 'xyzzyhelloxyzzy', 'strip', 'xyz') 523 self.checkequal('helloxyzzy', 'xyzzyhelloxyzzy', 'lstrip', 'xyz') 524 self.checkequal('xyzzyhello', 'xyzzyhelloxyzzy', 'rstrip', 'xyz') 525 self.checkequal('hello', 'hello', 'strip', 'xyz') 530 'strip', unicode('xyz', 'ascii')) 532 'lstrip', unicode('xyz', 'ascii')) 534 'rstrip', unicode('xyz', 'ascii')) 537 # 'strip', unicode('xyz', 'ascii')) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
string_tests.py | 522 self.checkequal('hello', 'xyzzyhelloxyzzy', 'strip', 'xyz') 523 self.checkequal('helloxyzzy', 'xyzzyhelloxyzzy', 'lstrip', 'xyz') 524 self.checkequal('xyzzyhello', 'xyzzyhelloxyzzy', 'rstrip', 'xyz') 525 self.checkequal('hello', 'hello', 'strip', 'xyz') 530 'strip', unicode('xyz', 'ascii')) 532 'lstrip', unicode('xyz', 'ascii')) 534 'rstrip', unicode('xyz', 'ascii')) 537 # 'strip', unicode('xyz', 'ascii')) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 782 UYV.xyz = ADD UYV, C0 785 RGB.xyz = MAD UYV.zzx, C1, UYV.y 787 RGB.xyz = MAD UYV.xxz, C1, UYV.y 808 /* tmp.xyz = ADD TMP, C0 831 * RGB.xyz = MAD YUV.zzx, C1, YUV.y 833 * RGB.xyz = MAD YUV.xxz, C1, YUV.y 941 /* tmp0.xyz = MUL inst.arg[0], tmp0.wwww
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerIdentityImpl.java | 536 * defined with <xyz:foo xmlns:xyz="http://xyz.foo.com/yada/baz.html"/>, 537 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo". Note that 635 * defined with <xyz:foo xmlns:xyz="http://xyz.foo.com/yada/baz.html"/>, 636 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo". Note that 719 * defined with <xyz:foo xmlns:xyz="http://xyz.foo.com/yada/baz.html"/> [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineCacheTests.cpp | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderAlgorithmTests.cpp | 207 c.color.xyz() = rgb; 263 c.color.xyz() = hsl; 270 c.color.xyz() = Vec3(0.5f);
|
/external/gemmlowp/profiling/ |
profiler.h | 122 // 6% Xyz 126 // were under Bar, 6%/20%==30% were under Xyz, and 2%/20%==10% were not 127 // under either Bar or Xyz.
|
/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...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_texture.c | 80 /* Rewrite reads from W to ONE, and reads from XYZ to XXX. */ 96 /* Rewrite reads from W to X, and reads from XYZ to 000. */ 104 /* Rewrite reads W to 1, XYZ to X00 */
|
/external/opencv3/samples/cpp/ |
stereo_match.cpp | 301 Mat xyz; local 302 reprojectImageTo3D(disp, xyz, Q, true); 303 saveXYZ(point_cloud_filename, xyz);
|
/external/pdfium/third_party/lpng_v163/ |
pngset.c | 75 png_XYZ XYZ;
77 png_debug1(1, "in %s storage function", "cHRM XYZ fixed");
82 XYZ.red_X = int_red_X;
83 XYZ.red_Y = int_red_Y;
84 XYZ.red_Z = int_red_Z;
85 XYZ.green_X = int_green_X;
86 XYZ.green_Y = int_green_Y;
87 XYZ.green_Z = int_green_Z;
88 XYZ.blue_X = int_blue_X;
89 XYZ.blue_Y = int_blue_Y; [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
r5900-full-vu0.s | 27 vclipw.xyz $vf31xyz,$vf1w 116 vopmula.xyz $ACCxyz,$vf31xyz,$vf0xyz 117 vopmsub.xyz $vf10xyz,$vf31xyz,$vf0xyz
|
/cts/hostsidetests/theme/ |
android_device.py | 77 # uid. So only use name like com.android.xyz
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
FieldModification002Debuggee.java | 115 testStringArrayField = new String[] { "abc", "xyz", };
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
test_job.py | 59 http_response = mock.Mock(read=mock.Mock(return_value='xyz'))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protojson_test.py | 421 self.assertEqual('{"a_string": "{encoded}xyz"}', 422 self.protojson.encode_message(MyMessage(a_string='xyz'))) 426 MyMessage(a_string='{decoded}xyz'), 427 self.protojson.decode_message(MyMessage, '{"a_string": "xyz"}'))
|
/external/clang/test/Analysis/ |
initializer.cpp | 135 const char *p = "xyz";
|
/external/clang/test/CodeGenCXX/ |
x86_32-arguments.cpp | 41 virtual void xyz();
|