Searched refs:g3 (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Ddarwin-string-literals.c19 const void *g3 = __builtin___CFStringMakeConstantString("testâ„¢"); variable
H A Dbitfield-2.c144 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/
H A Dsparc_clip.S29 .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...]
H A Dnorm.S5 .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
[all...]
H A Dxform.S23 .register %g3, #scratch
65 ld [%o2 + V4F_COUNT], %g3
69 cmp %g3, 1
70 st %g3, [%o0 + V4F_COUNT]
75 andn %g3, 1, %o2
110 cmp %o1, %g3
139 ld [%o2 + V4F_COUNT], %g3
141 cmp %g3, 1
142 st %g3, [%o0 + V4F_COUNT]
147 andn %g3,
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dsparc_clip.S29 .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...]
H A Dnorm.S5 .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
[all...]
/external/llvm/test/MC/ELF/
H A Dcomdat.s49 // 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/chromium_org/v8/test/mjsunit/
H A Domit-constant-mapcheck.js57 var g3 = { a:2, b:9, c:1 }
60 g3.a = v;
61 return g3.a;
68 delete g3.c;
70 assertEquals({a:7, b:9}, g3);
/external/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp10 S &g3() __attribute__((warn_unused_result));
16 g3(); // expected-warning {{ignoring return value}}
21 (void)g3();
27 g3().t();
32 S &s3 = g3();
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js31 var g3 = 44; variable
35 function f2() { this.x = g1; this.y = g2; this.z = g3; }
/external/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js31 var g3 = 44; variable
35 function f2() { this.x = g1; this.y = g2; this.z = g3; }
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp7 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/
H A Dp5-cxx03-extra-copy.cpp51 void g3(const X3&);
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}}
H A Dp5-cxx0x-no-extra-copy.cpp42 void g3(const X3&);
48 g3(X3());
/external/clang/test/Sema/
H A Dalign-x86.c17 _Complex double g3; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1];
H A Dprivate-extern.c13 int g3; // expected-note{{previous definition}} variable
14 static int g3; // expected-error{{static declaration of 'g3' follows non-static declaration}} variable
H A Dattr-weak.c6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
H A Dconstant-builtins.c9 float g3 = __builtin_inf(); variable
H A Dfunction-redecl.c45 extern void g3(int); // expected-note{{previous declaration is here}}
46 static void g3(int x) { } // expected-error{{static declaration of 'g3' follows non-static declaration}} function
/external/valgrind/main/tests/
H A Dos_test.c32 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;
/external/clang/test/PCH/
H A Dchain-staticvar-instantiation.cpp42 int g3 = NS::TS<int, 2>::value;
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
H A DTestBillboard.java61 Geometry g3 = new Geometry("Quad2", q2);
64 g3.setMaterial(mat2);
65 g3.setLocalTranslation(.5f, .5f, .01f);
77 bb.attachChild(g3);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-objects.js37 function* g3() { yield 1; return this; }
44 g3();
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp50 virtual void g3() throw(A); // expected-note {{overridden virtual function is here}}
86 virtual void g3() throw(D); // expected-error {{exception specification of overriding function is more lax}}

Completed in 2561 milliseconds

12345