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

1 23 4 5 6 7 8 910

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 61 private double g0; field in class:EventState
63 /** Simulated sign of g0 (we cheat when crossing events). */
104 g0 = Double.NaN;
172 g0 = handler.g(t0, interpolator.getInterpolatedState());
173 if (g0 == 0) {
180 g0Positive = g0 >= 0;
215 double ga = g0;
334 g0 = handler.g(t, y);
342 g0Positive = g0 >= 0;
  /external/clang/test/CXX/temp/temp.spec/
no-body.cpp 51 template<typename T> void g0(T) { } function
58 template void g0(int) { } // expected-error {{function cannot be defined in an explicit instantiation; if this declaration is meant to be a function definition, remove the 'template' keyword}} function in namespace:noargs_body
  /external/clang/test/CodeGen/
parameter-passing.c 11 // CHECK-NOT: @g0
37 extern void g0(void);
50 g0();
bitfield-2.c 22 struct s0 g0 = { 0xdeadbeef }; variable in typeref:struct:s0
39 struct s0 g0 = { 0xdeadbeef }; local
41 res ^= g0.f0;
42 res ^= f0_load(&g0) ^ f0_store(&g0) ^ f0_reload(&g0);
43 res ^= g0.f0;
alias.c 6 int g0; variable
7 // CHECKBASIC-DAG: @g0 = common global i32 0
8 // CHECKASM-DAG: .comm g0,4,4
30 extern int g1 __attribute((alias("g0")));
31 // CHECKBASIC-DAG: @g1 = alias i32, i32* @g0
33 // CHECKASM-DAG: g1 = g0
  /external/clang/test/Sema/
attr-aligned.c 10 short g0[3] __attribute__((aligned)); variable
11 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
bitfield-layout.c 94 struct g0 { struct
101 CHECK_SIZE(struct, g0, 16);
102 CHECK_ALIGN(struct, g0, 16);
103 CHECK_OFFSET(struct, g0, c, 2);
105 CHECK_SIZE(struct, g0, 32);
106 CHECK_ALIGN(struct, g0, 16);
107 CHECK_OFFSET(struct, g0, c, 17);
const-eval.c 16 void g0(void);
17 EVAL_EXPR(11, (g0(), 12)) // expected-error {{must have a constant size}}
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
agc.cpp 654 Word16 gain_in, gain_out, g0, gain;
673 g0 = 0;
682 * g0 = (1-agc_fac) * sqrt(gain_in/gain_out); *
692 // g0 = i * (1-agc_fac)
693 g0 = mult (i, sub (32767, agc_fac));
705 gain = add (gain, g0);
752 Word16 g0; local
778 g0 = 0;
792 * g0 = (1-agc_fac) * sqrt(gain_in/gain_out); *
808 /* g0 = i * (1-agc_fac) *
975 Word16 g0; local
    [all...]
  /prebuilts/go/darwin-x86/src/image/gif/
writer_test.go 56 r0, g0, b0, _ := c0.RGBA()
59 sum += delta(g0, g1)
165 g0 := &GIF{
180 g0.Image[i] = m
192 g0.Disposal = make([]byte, len(g0.Image))
193 for i := range g0.Disposal {
194 g0.Disposal[i] = DisposalNone
196 g0.Config = image.Config{
201 g0.BackgroundIndex = backgroundInde
    [all...]
  /prebuilts/go/linux-x86/src/image/gif/
writer_test.go 56 r0, g0, b0, _ := c0.RGBA()
59 sum += delta(g0, g1)
165 g0 := &GIF{
180 g0.Image[i] = m
192 g0.Disposal = make([]byte, len(g0.Image))
193 for i := range g0.Disposal {
194 g0.Disposal[i] = DisposalNone
196 g0.Config = image.Config{
201 g0.BackgroundIndex = backgroundInde
    [all...]
  /external/clang/test/PCH/
cxx11-exception-spec.cpp 25 decltype(g<0>()) g0;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-sparc-1.s 21 restore %g0, %o0, %o0
cfi-sparc64-1.s 24 restore %g0, %o0, %o0
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 111 addx %g0, 0x0, %g3 ! IEU1 Group
114 subcc %g5, %g4, %g0 ! IEU1 Group
119 subcc %g5, %g4, %g0 ! IEU1 Group
124 subcc %g5, %g4, %g0 ! IEU1 Group
132 st %g0, [%i5 + 0x00] ! LSU
135 st %g0, [%i5 + 0x04] ! LSU
137 st %g0, [%i5 + 0x08] ! LSU
197 addx %g0, 0x0, %g3 ! IEU1 Group
200 subcc %g5, %g4, %g0 ! IEU1 Group
205 subcc %g5, %g4, %g0 ! IEU1 Grou
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 140 if gp != gp.m.g0 {
141 throw("notesleep not on g0")
190 if gp != gp.m.g0 && gp.m.preemptoff != "" {
191 throw("notetsleep not on g0")
197 // same as runtimeˇnotetsleep, but called on user g (not g0)
201 if gp == gp.m.g0 {
202 throw("notetsleepg on g0")
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 140 if gp != gp.m.g0 {
141 throw("notesleep not on g0")
190 if gp != gp.m.g0 && gp.m.preemptoff != "" {
191 throw("notetsleep not on g0")
197 // same as runtimeˇnotetsleep, but called on user g (not g0)
201 if gp == gp.m.g0 {
202 throw("notetsleepg on g0")
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 111 g0 RN 10 label
308 SADD16 g0, trCol00,trCol20
314 SADD16 colOp00, g0, g3
317 SSUB16 colOp30, g0, g3
321 SADD16 g0, trCol02,trCol22
327 SADD16 colOp02, g0, g3
330 SSUB16 colOp32, g0, g3
  /frameworks/native/opengl/libagl/
dxt.cpp 236 int g0 = green(color0); local
244 c[0] = (r0 << 11) | ((g0 >> 1) << 6) | (b0 << 1) | 0x1;
260 g2 = avg23(g0, g1);
264 g3 = avg23(g1, g0);
269 g2 = (g0 + g1) >> 1;
366 int g0 = green(color0); local
374 int g2 = avg23(g0, g1);
378 int g3 = avg23(g1, g0);
381 c[0] = rgb565SepTo888(r0, g0, b0);
523 int g0 = green(color0) local
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-alu-instructions.s 4 ! CHECK: add %g0, %g0, %g0 ! encoding: [0x80,0x00,0x00,0x00]
5 add %g0, %g0, %g0
79 ! CHECK: restore %g0, %g0, %g1 ! encoding: [0x83,0xe8,0x00,0x00]
80 restore %g0, %g0, %g
    [all...]
  /external/openssh/
poly1305.c 43 uint32_t g0,g1,g2,g3,g4; local
137 g0 = h0 + 5; b = g0 >> 26; g0 &= 0x3ffffff;
145 h0 = (h0 & nb) | (g0 & b);
  /external/webp/src/dsp/
lossless_enc_msa.c 22 v8i16 g0, g1, t0, t1, t2, t3; \
24 VSHF_B2_SH(src0, src0, src1, src1, mask0, mask0, g0, g1); \
25 DOTP_SB2_SH(g0, g1, c0, c0, t0, t1); \
38 const v16i8 g0 = VSHF_SB(src, src, mask0); \
39 v8i16 t0 = __msa_dotp_s_h(c0, g0); \
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
copy_assign.pass.cpp 47 int g0() { return 0; } function
94 Func f = g0;
97 assert(*f.target<int(*)()>() == g0);
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 35 void g0(T&); // expected-note{{previous}}
36 void g0(typename X0::U_type&);
37 void g0(typename X0::T_type&); // expected-error{{redecl}}
108 void g0(T&); // expected-note{{previous}}
109 void g0(typename X0::U_type&);
110 void g0(typename X0::T_type&); // expected-error{{redecl}}
  /external/libopus/celt/
celt.c 184 opus_val16 g0, opus_val16 g1, int tapset0, int tapset1,
188 /* printf ("%d %d %f %f\n", T0, T1, g0, g1); */
196 if (g0==0 && g1==0)
203 g00 = MULT16_16_P15(g0, gains[tapset0][0]);
204 g01 = MULT16_16_P15(g0, gains[tapset0][1]);
205 g02 = MULT16_16_P15(g0, gains[tapset0][2]);
214 if (g0==g1 && T0==T1 && tapset0==tapset1)

Completed in 1082 milliseconds

1 23 4 5 6 7 8 910