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

1 2

  /external/clang/test/CodeGen/
darwin-string-literals.c 19 const void *g3 = __builtin___CFStringMakeConstantString("test?"); variable
bitfield.c 72 int g3(void) { function
  /external/clang/test/Sema/
attr-weak.c 6 int g3 __attribute__((weak_import)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}} variable
align-x86.c 17 _Complex double g3; variable
18 short chk1[__alignof__(g3) == 8 ? 1 : -1];
constant-builtins.c 9 float g3 = __builtin_inf(); variable
constant-builtins-2.c 9 double g3 = __builtin_inf(); variable
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 134 case 1: assertEquals(g3, frame.func().value()); break;
152 // expect an optimized frame for f with g1, g2 and g3 inlined.
191 function g3(i, x1, y1) { function
205 g3(i - 1, a2, b2);
debug-evaluate-locals-optimized.js 124 case 1: assertEquals(g3, frame.func().value()); break;
142 // expect an optimized frame for f with g1, g2 and g3 inlined.
179 function g3(i, x1, y1) { function
188 g3(i - 1, a2, b2);
  /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);
  /external/v8/test/mjsunit/compiler/
count-deopt.js 178 var g3 = {x:null, f:inc11};
180 assertEquals(42, g3.f(g4));
simple-global-access.js 31 var g3 = 44; variable
35 function f2() { this.x = g1; this.y = g2; this.z = g3; }
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 29 void g3() { function
  /external/v8/test/mjsunit/regress/
regress-1229.js 77 function g3(z, y, x) { function
121 invoke(g3, [4, 3, 2]);
  /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;
  /ndk/sources/cxx-stl/llvm-libc++/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++/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);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 94 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
141 ios2.register_callback(g3, 9);
move.pass.cpp 70 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
92 ios2.register_callback(g3, 9);
swap.pass.cpp 65 void g3(std::ios_base::event ev, std::ios_base& stream, int index) function
103 ios2.register_callback(g3, 9);
  /external/clang/test/Analysis/
stack-addr-ps.cpp 16 const int& g3() { function
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 36 void g3(struct S a, struct S b, struct S* c, struct S* d) {} function
37 // CHECK: "\01?g3@@YAXUS@@0PAU1@1@Z"
  /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/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 66 constexpr T3<Literal> g3() { return {}; } // ok function in namespace:TemplateVBase

Completed in 457 milliseconds

1 2