/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue10925.go | 11 func prototype(xyz []string) {}
|
bug159.go | 24 println("xyz: expected 1 2 3 got", x, y, z);
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue10925.go | 11 func prototype(xyz []string) {}
|
bug159.go | 24 println("xyz: expected 1 2 3 got", x, y, z);
|
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
find_region.rs | 91 return convert_float3(rsGetElementAt_uchar4(image, in.x, in.y).xyz); 146 float3 orig = convert_float3(rsGetElementAt_uchar4(image, coord.x + dx, coord.y + dy).xyz); 147 float3 candidate = rsGetElementAt_float3(border_values, i).xyz;
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
threshold.rs | 84 blurredPixel += i.xyz * gaussian[gi++]; 90 blurredPixel += i.xyz * gaussian[gi++]; 94 out.xyz = convert_uchar3(clamp(blurredPixel, 0.f, 255.f));
|
levels.rsh | 32 out.xyz = convert_uchar3(pixel);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
threshold.rs | 84 blurredPixel += i.xyz * gaussian[gi++]; 90 blurredPixel += i.xyz * gaussian[gi++]; 94 out.xyz = convert_uchar3(clamp(blurredPixel, 0.f, 255.f));
|
levels.rsh | 32 out.xyz = convert_uchar3(pixel);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
threshold.rs | 84 blurredPixel += i.xyz * gaussian[gi++]; 90 blurredPixel += i.xyz * gaussian[gi++]; 94 out.xyz = convert_uchar3(clamp(blurredPixel, 0.f, 255.f));
|
levels.rsh | 32 out.xyz = convert_uchar3(pixel);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
vignette.rs | 72 wsum.xyz = wsum.xyz * (1 - t) + t * (rsMatrixMultiply(&colorMatrix, wsum.xyz) + offset);
|
grad.rs | 108 wsum.xyz = wsum.xyz*(1-t)+ 109 t*(rsMatrixMultiply(&grad->colorMatrix ,wsum.xyz)+grad->rgbOff);
|
saturation.rs | 155 pixel.xyz = rsMatrixMultiply(&colorMatrix_min ,pixel.xyz) * (1 - t) + 156 t * (rsMatrixMultiply(&colorMatrix_max ,pixel.xyz));
|
/external/opencv3/3rdparty/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 761 XYZtoRGB24(float xyz[3], uint8 rgb[3]) 765 r = 2.690*xyz[0] + -1.276*xyz[1] + -0.414*xyz[2]; 766 g = -1.022*xyz[0] + 1.978*xyz[1] + 0.044*xyz[2] 969 float* xyz = (float*) op; local 1005 float xyz[3]; local 1017 float* xyz = (float*) op; local 1110 float* xyz = (float*) op; local 1143 float xyz[3]; local 1155 float* xyz = (float*) op; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
r5900-error-vu0.s | 96 vadd.xyz $vf0xyz, $vf0xyz, $vf0xz 97 vadd.xyz $vf0xyz, $vf0xyz, $vf31xyzw 98 vadd.xyz $vf0xyz, $vf31xyzw, $vf0xyz 111 vclipw.xyz $vf0xyz, $vf0x 112 vclipw.xyz $vf0xyz, $vf31y 113 vclipw.xyz $vf1xyz, $vf2z 127 vftoi15.xyz $vf31xyzw, $vf15xyz 128 vftoi15.xyz $vf31xyz, $vf31xyzw 216 vlqd.xyz $vf0, (--$vi0xyz) 233 vlqi.xyz $vf0, ($vi0xyz++ [all...] |
r5900-all-vu0.d | 38 [0-9a-f]+ <[^>]*> 4bc001fd vabs\.xyz \$vf0xyz,\$vf0xyz 39 [0-9a-f]+ <[^>]*> 4bc0f9fd vabs\.xyz \$vf0xyz,\$vf31xyz 40 [0-9a-f]+ <[^>]*> 4bc111fd vabs\.xyz \$vf1xyz,\$vf2xyz 41 [0-9a-f]+ <[^>]*> 4bdf01fd vabs\.xyz \$vf31xyz,\$vf0xyz 42 [0-9a-f]+ <[^>]*> 4bdf79fd vabs\.xyz \$vf31xyz,\$vf15xyz 43 [0-9a-f]+ <[^>]*> 4bdff9fd vabs\.xyz \$vf31xyz,\$vf31xyz 113 [0-9a-f]+ <[^>]*> 4bc0023e vaddai\.xyz \$ACCxyz,\$vf0xyz,\$I 114 [0-9a-f]+ <[^>]*> 4bc00a3e vaddai\.xyz \$ACCxyz,\$vf1xyz,\$I 115 [0-9a-f]+ <[^>]*> 4bc0fa3e vaddai\.xyz \$ACCxyz,\$vf31xyz,\$I 158 [0-9a-f]+ <[^>]*> 4bc0023c vaddaq\.xyz \$ACCxyz,\$vf0xyz,\$ [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
fixjsstyle_test.py | 536 'goog.provide(\'xyz\');', 542 'goog.provide(\'xyz\');', 555 ';goog.provide(\'xyz\');', 561 'goog.provide(\'xyz\');', 574 ';goog.provide(\'xyz\');', 580 'goog.provide(\'xyz\');',
|
/external/libgdx/tests/gdx-tests-android/assets/data/g3d/shaders/ |
normal.glsl | 49 vec3 normal = normalize(texture2D(u_normalTexture, g_texCoord0).xyz * 2.0 - 1.0);
|
/external/clang/test/Sema/ |
ext_vector_components.c | 25 vec3 = vec4.xyz; // legal, shorten
|
/external/regex-re2/doc/ |
mksyntaxgo | 14 ,s/^Flags:/ Flag syntax is xyz (set) or -xyz (clear) or xy-z (set xy, clear z). The flags are:\n/
|
/prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/ |
DLFCN.py | 64 def __attribute__(xyz): return
|
/prebuilts/go/darwin-x86/src/errors/ |
errors_test.go | 18 if errors.New("abc") == errors.New("xyz") { 19 t.Errorf(`New("abc") == New("xyz")`)
|
/prebuilts/go/darwin-x86/test/ |
escape_calls.go | 47 func prototype(xyz []string) {} // ERROR "prototype xyz does not escape"
|
/prebuilts/go/linux-x86/src/errors/ |
errors_test.go | 18 if errors.New("abc") == errors.New("xyz") { 19 t.Errorf(`New("abc") == New("xyz")`)
|