Searched refs:g1 (Results 76 - 100 of 185) sorted by relevance

12345678

/external/clang/test/CXX/drs/
H A Ddr15xx.cpp76 void g1() { f1({42}); } // chooses #2 function in namespace:dr1589
94 void g1() { f1({42}); } // chooses #2 expected-error{{call to 'f1' is ambiguous}} function in namespace:dr1589::with_error
/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s104 ld [%fp + 56], %g1
105 mov %g1, %i0
/external/jmonkeyengine/engine/src/desktop/com/jme3/util/
H A DScreenshots.java57 byte g1 = cpuArray[inPtr+1];
68 cpuArray[outPtr+2] = g1;
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp39 void g1(T&); // expected-note{{previous}}
40 void g1(typename X0::U_type&);
41 void g1(typename X0<T, U>::T_type&); // expected-error{{redecl}}
112 void g1(T&); // expected-note{{previous}}
113 void g1(typename X0::U_type&);
114 void g1(typename X0<T*, U*>::T_type&); // expected-error{{redecl}}
/external/libopus/celt/
H A Dcelt.c115 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1,
119 /* printf ("%d %d %f %f\n", T0, T1, g0, g1); */
127 if (g0==0 && g1==0)
137 g10 = MULT16_16_Q15(g1, gains[tapset1][0]);
138 g11 = MULT16_16_Q15(g1, gains[tapset1][1]);
139 g12 = MULT16_16_Q15(g1, gains[tapset1][2]);
162 if (g1==0)
114 comb_filter(opus_val32 *y, opus_val32 *x, int T0, int T1, int N, opus_val16 g0, opus_val16 g1, int tapset0, int tapset1, const opus_val16 *window, int overlap) argument
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c1480 t_stategroup * g1; local
1504 if (!(g1 = hash_get(h, &s1->s_final, sizeof s1->s_final))) {
1505 g1 = newgroup();
1506 g1->g_next = ghead;
1507 ghead = g1;
1509 if (hash_add(h, &s1->s_final, sizeof s1->s_final, g1))
1513 s1->s_index = g1->g_id;
1514 s1->s_stack = g1->g_member;
1515 g1->g_member = s1;
1569 g1
[all...]
/external/libvorbis/lib/
H A Dlsp.c408 float *g1=alloca(sizeof(*g1)*(order2+1)); local
423 g1[g1_order] = 1.f;
424 for(i=1;i<=g1_order;i++) g1[g1_order-i] = lpc[i-1]+lpc[m-i];
431 for(i=1; i<=g1_order;i++) g1[g1_order-i] -= g1[g1_order-i+1];
436 cheby(g1,g1_order);
440 if(Laguerre_With_Deflation(g1,g1_order,g1r) ||
444 Newton_Raphson(g1,g1_order,g1r); /* if it fails, it leaves g1r alone */
/external/llvm/test/MC/Sparc/
H A Dsparc-ctrl-instructions.s8 ! CHECK: call %g1+%i2 ! encoding: [0x9f,0xc0,0x40,0x1a]
9 call %g1 + %i2
14 ! CHECK: call %g1 ! encoding: [0x9f,0xc0,0x60,0x00]
15 call %g1
17 ! CHECK: call %g1+%lo(sym) ! encoding: [0x9f,0xc0,0b011000AA,A]
19 call %g1+%lo(sym)
21 ! CHECK: jmp %g1+%i2 ! encoding: [0x81,0xc0,0x40,0x1a]
22 jmp %g1 + %i2
27 ! CHECK: jmp %g1 ! encoding: [0x81,0xc0,0x60,0x00]
28 jmp %g1
[all...]
/external/mesa3d/src/mesa/sparc/
H A Dsparc_clip.S73 sub %o7, (. - one_dot_zero - 4), %g1
74 ld [%g1 + 0x0], %f4
75 add %g1, 0x4, %g1
100 * g1: clip_table
126 ldub [%g1 + %g3], %g3 ! LSU Group
170 sub %o7, (. - one_dot_zero - 4), %g1
171 add %g1, 0x4, %g1
189 * g1
[all...]
/external/openssh/
H A Dpoly1305.c43 uint32_t g0,g1,g2,g3,g4; local
138 g1 = h1 + b; b = g1 >> 26; g1 &= 0x3ffffff;
146 h1 = (h1 & nb) | (g1 & b);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp35 template<typename T> B<T, 0> g1(const A<T>&);
38 B<float, 0> b0 = g1(af);
39 B<int, 0> b1 = g1(A<int>());
/external/clang/test/SemaCXX/
H A Daddr-of-overloaded-function.cpp20 int g1(int);
21 int g1(char);
31 g(g1);
H A Daddress-of-temporary.cpp30 void g1() { int *p = Y{}.a; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js69 function g1(z, y) { function
119 invoke(g1, [3, 2]);
/external/clang/test/CodeGen/
H A Dbitfield.c40 int g1(void) { function
41 // CHECK-LABEL: @g1()
43 // PATH-LABEL: @g1()
/external/clang/test/CodeGenCXX/
H A Dcxx11-exception-spec.cpp86 void (*g1)() = &g<float>;
H A Dmangle-ms-back-references.cpp30 void g1(struct S a) {} function
31 // CHECK: "\01?g1@@YAXUS@@@Z"
H A Dpr12251.cpp17 e1 g1(e1 *x) { function
H A Dmangle-ms-return-qualifiers.cpp175 function_pointer g1() { return 0; } function
176 // CHECK: "\01?g1@@YAP6AHH@ZXZ"
/external/clang/test/Sema/
H A Dattr-alias-elf.c3 void f1(void) __attribute__((alias("g1")));
4 void g1(void) { function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp8 constexpr int g1() { return f(0); } function in namespace:StdExample
21 static_assert(g1() == 0, "");
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dmove.pass.cpp54 void g1(std::ios_base::event ev, std::ios_base& stream, int index) function
92 ios2.register_callback(g1, 7);
/external/skia/third_party/etc1/
H A Detc1.cpp211 int r1, r2, g1, g2, b1, b2; local
219 g1 = convert5To8(gBase);
227 g1 = convert4To8(high >> 20);
237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
387 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
398 g1 = convert5To8(g51);
424 g1 = convert4To8(g41);
433 pBaseColors[1] = g1;
/external/clang/test/Parser/
H A Dattributes.c31 void g1(void (*f1)(__attribute__(()) int x));
/external/skia/src/opts/
H A DSkColor_opts_SSE2.h186 __m128i g1 = _mm_srli_epi32(src_pixel1, local
188 g1 = _mm_and_si128(g1, _mm_set1_epi32(SK_G16_MASK));
192 __m128i g = _mm_packs_epi32(g1, g2);

Completed in 5574 milliseconds

12345678