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

12 3 4 5 6 7 8 910

  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p6.cpp 5 void g0();
16 template<int X, int Y> void A0<X, Y>::g0() { } function in class:A0
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p2.cpp 16 int g0(int, int);
20 A<int(int, int)> a0 = f0(g0);
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp 15 void g0();
  /external/clang/test/Sema/
function-redecl.c 4 void g0(int, int);
5 void g0(); // expected-note{{previous declaration is here}} expected-note{{'g0' declared here}}
8 g0(1, 2, 3); // expected-error{{too many arguments to function call}}
11 void g0(int); // expected-error{{conflicting types for 'g0'}}
merge-decls.c 27 Vf2 g0; // expected-note {{previous definition is here}} variable
28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
private-extern.c 4 static int g0; // expected-note{{previous definition}} variable
5 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}} variable
attr-weak.c 3 extern int g0 __attribute__((weak));
constant-builtins.c 6 float g0 = __builtin_huge_val(); variable
attr-noreturn.c 14 int g0 __attribute__((noreturn)); // expected-warning {{'noreturn' only applies to function types; type here is 'int'}} variable
attr-unused.c 10 int g0 __attribute__((unused)); variable
  /external/clang/test/SemaTemplate/
ackermann.cpp 38 int g0[Ackermann<3, 4>::value == 125 ? 1 : -1]; variable
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
agc2_amr_wb.cpp 125 int16 gain_in, gain_out, g0; local
161 g0 = 0;
170 * g0 = sqrt(gain_in/gain_out)
178 g0 = amr_wb_round(shl_int32(s, 9));
184 sig_out[i] = extract_h(shl_int32(fxp_mul_16by16(sig_out[i], g0), 3));
  /external/libyuv/files/unit_test/
color_test.cc 351 int r0, g0, b0, r1, g1, b1; local
354 YUVToRGBReference(240, 255, 0, &r0, &g0, &b0);
356 EXPECT_EQ(255, g0);
365 YUVToRGBReference(240, 0, 0, &r0, &g0, &b0);
367 EXPECT_EQ(255, g0);
376 YUVToRGBReference(i, 128, 128, &r0, &g0, &b0);
379 EXPECT_NEAR(g0, g1, ERROR_G);
382 YUVToRGBReference(i, 0, 0, &r0, &g0, &b0);
385 EXPECT_NEAR(g0, g1, ERROR_G);
388 YUVToRGBReference(i, 0, 255, &r0, &g0, &b0)
397 int r0, g0, b0, r1, g1, b1, r2, g2, b2; local
489 int r0, g0, b0, r1, g1, b1; local
520 int r0, g0, b0, r1, g1, b1; local
537 int r0, g0, b0, r1, g1, b1, r2, g2, b2; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
test_eu_compact.c 145 struct brw_reg g0 = brw_vec8_grf(0, 0); local
149 brw_ADD(p, g0, g2, g4);
155 struct brw_reg g0 = brw_vec8_grf(0, 0); local
158 brw_ADD(p, g0, g2, brw_imm_f(1.0));
164 struct brw_reg g0 = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_D); local
167 brw_ADD(p, g0, g2, brw_imm_d(1));
173 struct brw_reg g0 = brw_vec8_grf(0, 0); local
176 brw_MOV(p, g0, g2);
192 struct brw_reg g0 = brw_vec1_grf(0, 0); local
196 brw_ADD(p, g0, g2, g4)
212 struct brw_reg g0 = brw_vec8_grf(0, 0); local
228 struct brw_reg g0 = brw_vec8_grf(0, 0); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
pr4587.s 22 restore %g0, %g0, %o0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 80 int g0 = f0 + f3; local
84 int h0 = g0 + g2;
86 int h2 = g0 - g2;
armVCM4P10_TransformResidual4x4.c 81 int g0 = f0 + f2; local
85 int h0 = g0 + g3;
88 int h3 = g0 - g3;
  /external/llvm/test/MC/Sparc/
sparc-synthetic-instructions.s 57 ! CHECK: xnor %g1, %g0, %g2 ! encoding: [0x84,0x38,0x40,0x00]
59 ! CHECK: xnor %g1, %g0, %g1 ! encoding: [0x82,0x38,0x40,0x00]
62 ! CHECK: sub %g0, %g1, %g2 ! encoding: [0x84,0x20,0x00,0x01]
64 ! CHECK: sub %g0, %g1, %g1 ! encoding: [0x82,0x20,0x00,0x01]
85 ! CHECK: andcc %g2, %g1, %g0 ! encoding: [0x80,0x88,0x80,0x01]
87 ! CHECK: andcc %g2, 4, %g0 ! encoding: [0x80,0x88,0xa0,0x04]
102 ! CHECK: mov %g0, %g1 ! encoding: [0x82,0x10,0x00,0x00]
104 ! CHECK: stb %g0, [%g1+%g2] ! encoding: [0xc0,0x28,0x40,0x02]
106 ! CHECK: sth %g0, [%g1+%g2] ! encoding: [0xc0,0x30,0x40,0x02]
108 ! CHECK: st %g0, [%g1+%g2] ! encoding: [0xc0,0x20,0x40,0x02
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.c 52 float r, g0, g1, b; local
58 g0 = ubyte_to_float((value >> 8) & 0xff);
63 dst[1] = g0; /* g */
79 g0 = ubyte_to_float((value >> 8) & 0xff);
84 dst[1] = g0; /* g */
106 uint8_t r, g0, g1, b; local
112 g0 = (value >> 8) & 0xff;
117 dst[1] = g0; /* g */
133 g0 = (value >> 8) & 0xff;
138 dst[1] = g0; /* g *
159 float r, g0, g1, b; local
208 uint32_t r, g0, g1, b; local
272 float r, g0, g1, b; local
326 uint8_t r, g0, g1, b; local
379 float r, g0, g1, b; local
428 uint32_t r, g0, g1, b; local
    [all...]
  /external/libopus/celt/mips/
celt_mipsr1.h 58 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1,
66 /* printf ("%d %d %f %f\n", T0, T1, g0, g1); */
73 if (g0==0 && g1==0)
81 g00 = MULT16_16_P15(g0, gains[tapset0][0]);
82 g01 = MULT16_16_P15(g0, gains[tapset0][1]);
83 g02 = MULT16_16_P15(g0, gains[tapset0][2]);
92 if (g0==g1 && T0==T1 && tapset0==tapset1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgenmain.c 79 grammar *g0, *g; local
87 g0 = meta_grammar();
88 n = PyParser_ParseFile(fp, filename, g0, g0->g_start,
  /external/clang/test/CodeGen/
debug-info.c 17 struct s0 { struct s0 *p; } g0; variable in typeref:struct:s0
  /external/python/cpython2/Parser/
pgenmain.c 79 grammar *g0, *g; local
87 g0 = meta_grammar();
88 n = PyParser_ParseFile(fp, filename, g0, g0->g_start,
  /prebuilts/go/darwin-x86/src/image/color/
ycbcr_test.go 20 r0, g0, b0, a0 := c0.RGBA()
22 if r0 != r1 || g0 != g1 || b0 != b1 || a0 != a1 {
24 r0, g0, b0, a0, r1, g1, b1, a1)
35 r0, g0, b0 := uint8(r), uint8(g), uint8(b)
36 y, cb, cr := RGBToYCbCr(r0, g0, b0)
38 if delta(r0, r1) > 2 || delta(g0, g1) > 2 || delta(b0, b1) > 2 {
39 t.Fatalf("\nr0, g0, b0 = %d, %d, %d\ny, cb, cr = %d, %d, %d\nr1, g1, b1 = %d, %d, %d",
40 r0, g0, b0, y, cb, cr, r1, g1, b1)
55 r0, g0, b0, _ := x.RGBA()
56 r1, g1, b1 := uint8(r0>>8), uint8(g0>>8), uint8(b0>>8
    [all...]
  /prebuilts/go/linux-x86/src/image/color/
ycbcr_test.go 20 r0, g0, b0, a0 := c0.RGBA()
22 if r0 != r1 || g0 != g1 || b0 != b1 || a0 != a1 {
24 r0, g0, b0, a0, r1, g1, b1, a1)
35 r0, g0, b0 := uint8(r), uint8(g), uint8(b)
36 y, cb, cr := RGBToYCbCr(r0, g0, b0)
38 if delta(r0, r1) > 2 || delta(g0, g1) > 2 || delta(b0, b1) > 2 {
39 t.Fatalf("\nr0, g0, b0 = %d, %d, %d\ny, cb, cr = %d, %d, %d\nr1, g1, b1 = %d, %d, %d",
40 r0, g0, b0, y, cb, cr, r1, g1, b1)
55 r0, g0, b0, _ := x.RGBA()
56 r1, g1, b1 := uint8(r0>>8), uint8(g0>>8), uint8(b0>>8
    [all...]

Completed in 845 milliseconds

12 3 4 5 6 7 8 910