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

  /external/clang/test/CodeGen/
debug-dead-local-var.c 5 // local variable xyz.
8 struct X { int a; int b; } xyz; local
  /dalvik/tests/049-show-object/src/
Main.java 15 int xyz = 27; local
  /external/clang/test/SemaCXX/
address-of.cpp 35 void (*xyz)(void) = &xpto; variable
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorMagic.java 54 public void compute(float[] xyz, float turbulence) {
55 xyz[1] = -(float) Math.cos(xyz[0] - xyz[1] + xyz[2]) * turbulence;
60 public void compute(float[] xyz, float turbulence) {
61 xyz[0] = (float) Math.cos(xyz[0] - xyz[1] - xyz[2]) * turbulence
125 float xyz[] = new float[3], turb; local
    [all...]
  /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.
  /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::__anon20227
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 5021 GLfloat xyz[3] = {x, y, z}; local
5067 GLint xyz[3] = {x, y, z}; local
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 227 milliseconds