HomeSort by relevance Sort by last modified time
    Searched defs:g2 (Results 76 - 100 of 166) sorted by null

1 2 34 5 6 7

  /external/clang/test/CodeGen/
const-init.c 35 // CHECK: @g2 = global { i32, i32 } { i32 1, i32 10 }
36 _Complex int g2 = 1 + 10i; variable
  /external/clang/test/CodeGenCXX/
pr12251.cpp 24 e2 g2(e2 *x) { function
mangle-ms-return-qualifiers.cpp 178 const function_pointer g2() { return 0; } function
179 // CHECK: "\01?g2@@YAQ6AHH@ZXZ"
temporaries.cpp 283 void g2(T) { function in namespace:PR5867
292 g2(17);
  /external/clang/test/SemaCXX/
member-expr.cpp 134 int g2() { function in namespace:PR9025
return-noreturn.cpp 57 int g2(int x) { function in namespace:abort_struct_complex_cfgs
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 44 void g2(int x) {(void)x;} function in struct:local_class_with_virtual_functions::Z
default-expr-arguments.cpp 37 void g2() { function
  /external/libvorbis/lib/
lsp.c 409 float *g2=alloca(sizeof(*g2)*(order2+1)); local
425 g2[g2_order] = 1.f;
426 for(i=1;i<=g2_order;i++) g2[g2_order-i] = lpc[i-1]-lpc[m-i];
429 for(i=2; i<=g2_order;i++) g2[g2_order-i] += g2[g2_order-i+2];
432 for(i=1; i<=g2_order;i++) g2[g2_order-i] += g2[g2_order-i+1];
437 cheby(g2,g2_order);
441 Laguerre_With_Deflation(g2,g2_order,g2r)
    [all...]
  /external/neven/
FaceDetector_jni.cpp 231 int g2 = (rgb >> 5) & 0x3F; local
234 int L = (r<<1) + (g2<<1) + (g2>>1) + b;
  /external/skia/experimental/Intersection/
CubicParameterization.cpp 446 double e2, f2, g2, h2; local
448 alt_set_abcd(&two[0].y, e2, f2, g2, h2);
450 set_abcd(&two[0].y, e2, f2, g2, h2);
468 double g2 = two[2].y; local
470 calc_ABCD(a2, b2, c2, d2, e2, f2, g2, h2, p2);
479 calc_bc(h2, f2, g2);
485 p2[index] = (*calc_proc[procIndex])(a2, b2, c2, d2, e2, f2, g2, h2);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 113 g2 RN 12 label
310 SHADD16 g2, trCol10,constZero ;// (f1>>1) constZero is a register holding 0
312 SSUB16 g2, g2, trCol30
315 SADD16 colOp10, g1, g2
316 SSUB16 colOp20, g1, g2
323 SHADD16 g2, trCol12,constZero ;// (f1>>1) constZero is a register holding 0
325 SSUB16 g2, g2, trCol32
328 SADD16 colOp12, g1, g2
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 172 signed g2 = (tmp2 + v_g + u_g) / 256; local
182 | ((kAdjustedClip[g2] >> 2) << 5)
260 signed g2 = (tmp2 + v_g + u_g) / 256; local
270 | ((kAdjustedClip[g2] >> 2) << 5)
333 signed g2 = (tmp2 + v_g + u_g) / 256; local
343 | ((kAdjustedClip[g2] >> 2) << 5)
407 signed g2 = (tmp2 + v_g + u_g) / 256; local
417 | ((kAdjustedClip[g2] >> 2) << 5)
477 signed g2 = (tmp2 + v_g + u_g) / 256; local
487 | ((kAdjustedClip[g2] >> 2) << 5
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
imageformats.h 1989 float r2, g2, b2; local
1990 gl::convert999E5toRGBFloats(*reinterpret_cast<const unsigned int*>(src2), &r2, &g2, &b2); local
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
filters.c 675 spx_word16_t g1, g2; local
776 g2 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain2),pgain2);
779 g2 = 1-c2*pgain2*pgain2;
783 if (g2<c1)
784 g2 = c1;
786 g2 = (spx_word16_t)PDIV32_16(SHL32(EXTEND32(c1),14),(spx_word16_t)g2);
790 gain1 = MULT16_16_Q15(QCONST16(.3,15),MULT16_16_Q14(g2,gg2));
793 gain1 = MULT16_16_Q15(QCONST16(.6,15),MULT16_16_Q14(g2,gg2));
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 36 friend struct S2* g2();
40 S2* g2() { return 0; } // expected-note 2 {{'g2' declared here}} function in namespace:N
51 g2();
53 ::g2(); // expected-error{{no member named 'g2' in the global namespace; did you mean simply 'g2'?}}
55 X::g2(); // expected-error{{no member named 'g2' in 'N::X'; did you mean simply 'g2'?}
275 template<typename T> A::I g2(A::I i) { \/\/ expected-error 2 {{is a private member of}} function in namespace:test8
    [all...]
  /external/speex/libspeex/
filters.c 675 spx_word16_t g1, g2; local
776 g2 = 32767 - MULT16_16_Q13(MULT16_16_Q15(c2, pgain2),pgain2);
779 g2 = 1-c2*pgain2*pgain2;
783 if (g2<c1)
784 g2 = c1;
786 g2 = (spx_word16_t)PDIV32_16(SHL32(EXTEND32(c1),14),(spx_word16_t)g2);
790 gain1 = MULT16_16_Q15(QCONST16(.3,15),MULT16_16_Q14(g2,gg2));
793 gain1 = MULT16_16_Q15(QCONST16(.6,15),MULT16_16_Q14(g2,gg2));
  /frameworks/native/opengl/libagl/
dxt.cpp 251 int r2, g2, b2, r3, g3, b3, a3; local
260 g2 = avg23(g0, g1);
269 g2 = (g0 + g1) >> 1;
275 c[2] = (r2 << 11) | ((g2 >> 1) << 6) |
280 c[2] = (r2 << 11) | (g2 << 5) | b2;
374 int g2 = avg23(g0, g1); local
383 c[2] = rgb565SepTo888(r2, g2, b2);
531 int g2 = avg23(g0, g1); local
540 c[2] = rgb565SepTo888(r2, g2, b2);
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
asset-studio.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /developers/build/lib/
assetstudio.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 599 int g2 = ((b << 1) ^ local
602 ((b & 0x01) != 0 ? (RS_GF_FDBK >>> 1) : 0)) ^ g2 ;
603 return ((x << 8) ^ (g3 << 24) ^ (g2 << 16) ^ (g3 << 8) ^ b);
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305_vec.c 772 uint64_t g0, g1, g2, c, nc; local
862 g2 = h2 + c - ((uint64_t)1 << 42);
864 c = (g2 >> 63) - 1;
868 h2 = (h2 & nc) | (g2 & c);

Completed in 532 milliseconds

1 2 34 5 6 7