HomeSort by relevance Sort by last modified time
    Searched refs:g2 (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/clang/test/Sema/
constant-builtins.c 8 long double g2 = __builtin_huge_vall(); variable
function-redecl.c 24 int g2(int, int); // expected-note{{previous declaration is here}}
26 INT g2(x) // expected-error{{conflicting types for 'g2'}} function
  /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);
  /external/webkit/Source/WebCore/svg/
SVGHKernElement.cpp 73 String g2 = getAttribute(g2Attr); local
74 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
79 && parseGlyphName(g2, kerningPair.glyphName2)
SVGVKernElement.cpp 71 String g2 = getAttribute(g2Attr); local
72 if ((u1.isEmpty() && g1.isEmpty()) || (u2.isEmpty() && g2.isEmpty()))
77 && parseGlyphName(g2, kerningPair.glyphName2)
SVGFontElement.h 64 float horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) const;
65 float verticalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, const String& u2, const String& g2) const;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 67 int g2 = f1 + f2; local
69 int h0 = g0 + g2;
71 int h2 = g0 - g2;
armVCM4P10_TransformResidual4x4.c 68 int g2 = (f1>>1) - f3; local
71 int h1 = g1 + g2;
72 int h2 = g1 - g2;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 335 Word32 g2 = (g << 1) + 1; local
344 if(g2 < 0 && g >= 0)
346 g2 = -g2;
359 distSingle = (saShft * saShft) >> g2;
365 distSingle = (diff * diff) >> g2;
371 distSingle = (diff * diff) >> g2;
377 distSingle = (diff * diff) >> g2;
408 distSingle = L_shl((saShft * saShft), g2);
414 distSingle = L_shl((diff * diff), g2);
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 23 void g2() { function in namespace:PR6707
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 180 friend void g2(S s) {} function in struct:PR10666::S
186 g2(s1); g2(s2); g2(s3);
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 33 int g2 = NS::TS<int, 2>::value;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 99 g2 RN 12 label
296 SHADD16 g2, trCol10,constZero ;// (f1>>1) constZero is a register holding 0
298 SSUB16 g2, g2, trCol30
301 SADD16 colOp10, g1, g2
302 SSUB16 colOp20, g1, g2
309 SHADD16 g2, trCol12,constZero ;// (f1>>1) constZero is a register holding 0
311 SSUB16 g2, g2, trCol32
314 SADD16 colOp12, g1, g2
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 36 friend struct S2* g2();
40 S2* g2() { return 0; } function in namespace:N
51 g2();
53 ::g2(); // expected-error{{no member named 'g2' in the global namespace}}
55 X::g2(); // expected-error{{no member named 'g2' in 'N::X'}}
57 x.g2(); // expected-error{{no member named 'g2' in 'N::X'}}
275 template<typename T> A::I g2(A::I i) { // expected-error 2 {{is a private member of} function in namespace:test8
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 49 virtual void g2() throw(int); // expected-note {{overridden virtual function is here}}
85 virtual void g2(); // expected-error {{exception specification of overriding function is more lax}}
p1.cpp 58 void g2(bool b) noexcept(b); // expected-error {{argument to noexcept specifier must be a constant expression}}
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 90 void g2(int p = f2());// expected-warning {{use of identifier 'f2' found via unqualified lookup into dependent bases of class templates is a Microsoft extension}} expected-error {{call to non-static member function without an object argument}}
97 b.g2(); // expected-note {{required here}}
  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 114 unsigned char g1,g2; local
116 g1 = (w >> 8) & 255; g2 = w & 255;
117 g1 ^= sbox[g2^key[*kp]]; *kp = keystep[*kp];
118 g2 ^= sbox[g1^key[*kp]]; *kp = keystep[*kp];
119 g1 ^= sbox[g2^key[*kp]]; *kp = keystep[*kp];
120 g2 ^= sbox[g1^key[*kp]]; *kp = keystep[*kp];
121 return ((unsigned)g1<<8)|(unsigned)g2;
126 unsigned char g1,g2; local
128 g1 = (w >> 8) & 255; g2 = w & 255;
129 *kp = ikeystep[*kp]; g2 ^= sbox[g1^key[*kp]]
    [all...]
  /external/clang/test/CodeGen/
bitfield-2.c 111 union u2 g2 = { 0xdeadbeef }; variable in typeref:union:u2
127 union u2 g2 = { 0xdeadbeef }; local
129 res ^= g2.f0;
130 res ^= f2_load(&g2) ^ f2_store(&g2) ^ f2_reload(&g2);
131 res ^= g2.f0;
  /external/openssl/crypto/bn/asm/
sparcv8.S 50 ld [%o1],%g2
62 umul %o3,%g2,%g2
66 addcc %o4,%g2,%o4
71 ld [%o1+8],%g2
83 umul %o3,%g2,%g2
88 addcc %o4,%g2,%o4
103 ld [%o1],%g2
107 ld [%o1],%g2
    [all...]
sparcv8plus.S 149 .register %g2,#scratch
154 .register %g2,#scratch
180 lduw [%o1],%g2
196 mulx %o3,%g2,%g2
199 add %o4,%g2,%o4
204 lduw [%o1+8],%g2
214 mulx %o3,%g2,%g2
217 add %o4,%g2,%o
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestBillboard.java 68 Geometry g2 = new Geometry("Box", b); local
69 g2.setMaterial(mat);
81 n.attachChild(g2);
93 // rootNode.attachChild(g2);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 20 void g2() { function

Completed in 1570 milliseconds

12 3 4 5 6 7 8