HomeSort by relevance Sort by last modified time
    Searched refs:g3 (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
darwin-string-literals.c 19 const void *g3 = __builtin___CFStringMakeConstantString("test?"); variable
bitfield-2.c 144 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s3
163 struct s3 g3 = { 0xdeadbeef, 0xdeadbeef }; local
165 res ^= g3.f0 ^ g3.f1;
166 res ^= f3_load(&g3) ^ f3_store(&g3) ^ f3_reload(&g3);
167 res ^= g3.f0 ^ g3.f1;
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 29 .register %g3, #scratch
82 ldub [%i4], %g3
83 sll %g3, 8, %g3
84 or %g2, %g3, %g2
86 ld [%i1 + V4F_FLAGS], %g3
87 or %g3, VEC_SIZE_4, %g3
88 st %g3, [%i1 + V4F_FLAGS]
89 mov 3, %g3
    [all...]
norm.S 5 .register %g3, #scratch
36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start
90 st %f3, [%g3 + 0x00] ! out[i][0] = tx * scale
92 st %f5, [%g3 + 0x04] ! out[i][1] = ty * scale
94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale
98 add %g3, 0x10, %g3 ! advance out vector pointer
146 st %f3, [%g3 + 0x00] ! out[i][0] = tx * len
148 st %f5, [%g3 + 0x04] ! out[i][1] = ty * le
    [all...]
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 29 .register %g3, #scratch
82 ldub [%i4], %g3
83 sll %g3, 8, %g3
84 or %g2, %g3, %g2
86 ld [%i1 + V4F_FLAGS], %g3
87 or %g3, VEC_SIZE_4, %g3
88 st %g3, [%i1 + V4F_FLAGS]
89 mov 3, %g3
    [all...]
norm.S 5 .register %g3, #scratch
36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start
90 st %f3, [%g3 + 0x00] ! out[i][0] = tx * scale
92 st %f5, [%g3 + 0x04] ! out[i][1] = ty * scale
94 st %f7, [%g3 + 0x08] ! out[i][2] = tz * scale
98 add %g3, 0x10, %g3 ! advance out vector pointer
146 st %f3, [%g3 + 0x00] ! out[i][0] = tx * len
148 st %f5, [%g3 + 0x04] ! out[i][1] = ty * le
    [all...]
  /external/llvm/test/MC/ELF/
comdat.s 49 // Test that g1 and g2 are local, but g3 is an undefined global.
71 // CHECK: Name: g3 (7)
91 .section .baz,"axG",@progbits,g3,comdat
92 .long g3
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 1 // $ANTLR 3.1.2 BuildOptions\\DebugGrammar.g3 2009-09-30 13:18:14
48 public override string GrammarFileName { get { return "BuildOptions\\DebugGrammar.g3"; } }
57 // BuildOptions\\DebugGrammar.g3:7:9: ( '-' )
58 // BuildOptions\\DebugGrammar.g3:7:9: '-'
80 // BuildOptions\\DebugGrammar.g3:8:9: ( '%' )
81 // BuildOptions\\DebugGrammar.g3:8:9: '%'
103 // BuildOptions\\DebugGrammar.g3:9:9: ( '(' )
104 // BuildOptions\\DebugGrammar.g3:9:9: '('
126 // BuildOptions\\DebugGrammar.g3:10:9: ( ')' )
127 // BuildOptions\\DebugGrammar.g3:10:9: ')
    [all...]
ProfileGrammarLexer.cs 1 // $ANTLR 3.1.2 BuildOptions\\ProfileGrammar.g3 2009-09-30 13:18:18
48 public override string GrammarFileName { get { return "BuildOptions\\ProfileGrammar.g3"; } }
57 // BuildOptions\\ProfileGrammar.g3:7:9: ( '-' )
58 // BuildOptions\\ProfileGrammar.g3:7:9: '-'
80 // BuildOptions\\ProfileGrammar.g3:8:9: ( '%' )
81 // BuildOptions\\ProfileGrammar.g3:8:9: '%'
103 // BuildOptions\\ProfileGrammar.g3:9:9: ( '(' )
104 // BuildOptions\\ProfileGrammar.g3:9:9: '('
126 // BuildOptions\\ProfileGrammar.g3:10:9: ( ')' )
127 // BuildOptions\\ProfileGrammar.g3:10:9: ')
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 10 S &g3() __attribute__((warn_unused_result));
16 g3(); // expected-warning {{ignoring return value}}
21 (void)g3();
27 g3().t();
32 S &s3 = g3();
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 51 void g3(const X3&);
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
p5-cxx0x-no-extra-copy.cpp 42 void g3(const X3&);
48 g3(X3());
  /external/clang/test/Sema/
align-x86.c 17 _Complex double g3; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1];
private-extern.c 13 int g3; // expected-note{{previous definition}} variable
14 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
constant-builtins.c 9 float g3 = __builtin_inf(); variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 62 char g1, g2, g3, p1, p3; local
64 t.setg(&g1, &g2, &g3);
69 wchar_t g1, g2, g3, p1, p3; local
71 t.setg(&g1, &g2, &g3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 65 char g1, g2, g3, p1, p3; local
67 t.setg(&g1, &g2, &g3);
73 wchar_t g1, g2, g3, p1, p3; local
75 t.setg(&g1, &g2, &g3);
swap.pass.cpp 75 char g1, g2, g3, p1, p3; local
77 t.setg(&g1, &g2, &g3);
83 wchar_t g1, g2, g3, p1, p3; local
85 t.setg(&g1, &g2, &g3);
  /external/valgrind/main/tests/
os_test.c 32 int a1, a2, a3, g1, g2, g3; // 'a' = actual; 'g' = given local
42 if (sscanf(min_version, "%d.%d.%d", &g1, &g2, &g3) != 3) return False;
45 // printf("given %d %d %d\n", g1, g2,g3);
51 if (a3 >= g3) return True;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 68 int g3 = f1 - f2; local
70 int h1 = (g1 << 1) + g3;
72 int h3 = g1 - (g3 << 1);
armVCM4P10_TransformResidual4x4.c 69 int g3 = f1 + (f3>>1); local
70 int h0 = g0 + g3;
73 int h3 = g0 - g3;
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 42 int g3 = NS::TS<int, 2>::value;
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java 61 Geometry g3 = new Geometry("Quad2", q2); local
64 g3.setMaterial(mat2);
65 g3.setLocalTranslation(.5f, .5f, .01f);
77 bb.attachChild(g3);

Completed in 1560 milliseconds

1 2 3 4 5 6