HomeSort by relevance Sort by last modified time
    Searched full:xyz (Results 351 - 375 of 1030) sorted by null

<<11121314151617181920>>

  /external/autotest/client/deps/webgl_mpd/src/
ManyPlanetsDeep.html 54 v_Dot = max(dot(transNormal.xyz, lightDir), 0.0);
70 gl_FragColor = vec4(color.xyz * v_Dot, color.a);
  /external/deqp/data/gles3/shaders/
constant_expressions.test 102 const vec3 a = (vec4(1.0, 2.0, 3.0, 4.0).zyx * vec3(1.0, 1.5, 3.0).xyz).xzy + (vec2(5.0)/vec2(2.5)).xxy;
136 const ivec3 a = ivec2(25%7, 4).xxy + ivec4(1*3, 9/3, 1+2, 8/4).xyz;
  /external/deqp/external/vulkancts/data/vulkan/glsl/es310/
constant_expressions.test 102 const vec3 a = (vec4(1.0, 2.0, 3.0, 4.0).zyx * vec3(1.0, 1.5, 3.0).xyz).xzy + (vec2(5.0)/vec2(2.5)).xxy;
136 const ivec3 a = ivec2(25%7, 4).xxy + ivec4(1*3, 9/3, 1+2, 8/4).xyz;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java 149 "a = xyz;\n" +
154 "a = xyz;\n" +
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 145 "a = xyz;\n" +
150 "a = xyz;\n" +
  /external/jetty/src/resources/org/eclipse/jetty/http/
mime.properties 179 xyz = chemical/x-xyz
  /external/llvm/docs/CommandGuide/
llc.rst 70 llvm-as < /dev/null | llc -march=xyz -mcpu=help
88 llvm-as < /dev/null | llc -march=xyz -mattr=help
  /external/mesa3d/src/mesa/swrast/
swrast.h 83 * that clip{XYZ} were multiplied by to get ndc{XYZ}.
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 92 // vector is called the "ijk" vector -- not an "xyz" vector. The
157 XYZ = 0x0101, // "usual" orderings
193 Legal = XYZ | XZY | YZX | YXZ | ZXY | ZYX |
200 Default = XYZ
282 // Use this function to determine mapping from xyz to ijk
283 // - reshuffles the xyz to match the order
301 // Note that xyz here really means ijk, because
317 Order order = XYZ);
  /external/pcre/dist/testdata/
testoutput4 253 \x{256}XYZ
258 XYZ
780 XYZ
784 XYZ
928 abc\n\r\x{442}\x{435}\x{441}\x{442}xyz
929 0: abc\x{0a}\x{0d}\x{442}\x{435}\x{441}\x{442}xyz
939 abc def\x{442}\x{443}xyz\npqr
944 abc def\x{442}\x{443}xyz\npqr
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.mm 94 // 3 for (xyz) for the vertices and 2 for the texture
102 // 3 for (xyz) for the vertices and 2 for the texture
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTokenRewriteStream.java 488 tokens.replace(2, 4, "xyz");
504 tokens.replace(2, 4, "xyz");
513 String expecting = "replace op boundaries of <ReplaceOp@[@3,3:3='c',<6>,1:3]..[@5,5:5='b',<5>,1:5]:\"foo\"> overlap with previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\"xyz\">";
528 tokens.replace(2, 4, "xyz");
537 String expecting = "replace op boundaries of <ReplaceOp@[@1,1:1='b',<5>,1:1]..[@3,3:3='c',<6>,1:3]:\"foo\"> overlap with previous <ReplaceOp@[@2,2:2='c',<6>,1:2]..[@4,4:4='c',<6>,1:4]:\"xyz\">";
552 tokens.replace(2, 2, "xyz");
  /external/bison/doc/
fdl.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.
  /external/libchrome/base/strings/
string_piece_unittest.cc 140 TypeParam xyz(TestFixture::as_string("xyz"));
145 BasicStringPiece<TypeParam> c(xyz);
202 TypeParam xyz(TestFixture::as_string("xyz"));
207 BasicStringPiece<TypeParam> c(xyz);
  /external/libmicrohttpd/doc/
fdl-1.3.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.
  /external/libweave/third_party/chromium/base/strings/
string_piece_unittest.cc 129 TypeParam xyz(TestFixture::as_string("xyz"));
134 BasicStringPiece<TypeParam> c(xyz);
191 TypeParam xyz(TestFixture::as_string("xyz"));
196 BasicStringPiece<TypeParam> c(xyz);
  /external/v8/test/mjsunit/harmony/
array-concat.js 547 a[123] = 'xyz';
548 assertEquals('xyz', a[123]);
550 assertEquals('xyz', c[123]);
617 a[123] = 'xyz';
618 assertEquals('xyz', a[123]);
620 assertEquals('xyz', c[123]);
  /external/valgrind/
COPYING.DOCS 106 A section "Entitled XYZ" means a named subunit of the Document whose
107 title either is precisely XYZ or contains XYZ in parentheses following
108 text that translates XYZ in another language. (Here XYZ stands for a
112 section "Entitled XYZ" according to this definition.
  /frameworks/native/services/sensorservice/
Fusion.cpp 420 // F = | [q.xyz]x |
421 // | -q.xyz |
477 O[0].xyz = O33[0]; O[0].w = -psi.x;
478 O[1].xyz = O33[1]; O[1].w = -psi.y;
479 O[2].xyz = O33[2]; O[2].w = -psi.z;
480 O[3].xyz = psi; O[3].w = k2;
  /ndk/sources/host-tools/make-3.81/doc/
fdl.texi 115 A section ``Entitled XYZ'' means a named subunit of the Document whose
116 title either is precisely XYZ or contains XYZ in parentheses following
117 text that translates XYZ in another language. (Here XYZ stands for a
121 section ``Entitled XYZ'' according to this definition.
  /toolchain/binutils/binutils-2.25/bfd/doc/
fdl.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.
  /toolchain/binutils/binutils-2.25/binutils/doc/
fdl.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.
  /toolchain/binutils/binutils-2.25/gas/doc/
fdl.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.
  /toolchain/binutils/binutils-2.25/gprof/
fdl.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.
  /toolchain/binutils/binutils-2.25/ld/
fdl.texi 117 A section ``Entitled XYZ'' means a named subunit of the Document whose
118 title either is precisely XYZ or contains XYZ in parentheses following
119 text that translates XYZ in another language. (Here XYZ stands for a
123 section ``Entitled XYZ'' according to this definition.

Completed in 882 milliseconds

<<11121314151617181920>>