代码搜索结果

找到约 10,000 项符合 G 的代码

defs.g++

# defs.g++ # # modification history # -------------------- # 01f,03jun03,sn cleaned up GCC 3.x support # 01e,04mar03,dtr Adding support for GNU3.3 compiler. # 01d,21may02,sn Rename OBJS_$(TOOLEN

tlsexetoc.g

#source: tlstoc.s #as: -a64 #ld: -melf64ppc tmpdir/libtlslib.so #objdump: -sj.got #target: powerpc64*-*-* .*: +file format elf64-powerpc Contents of section \.got: 10010580 00000000 10018580 000000

tlsso.g

#source: tls.s #as: -a64 #ld: -shared -melf64ppc #objdump: -sj.got #target: powerpc64*-*-* .*: +file format elf64-powerpc Contents of section \.got: 10850 00000000 00018850 00000000 00000000 .* 1

tlstocso.g

#source: tlstoc.s #as: -a64 #ld: -shared -melf64ppc #objdump: -sj.got #target: powerpc64*-*-* .*: +file format elf64-powerpc Contents of section \.got: 10798 00000000 00018798 00000000 00000000 .*

tls.g

#source: tls.s #source: tlslib.s #as: -a64 #ld: -melf64ppc #objdump: -sj.got #target: powerpc64*-*-* .*: +file format elf64-powerpc Contents of section \.got: 100101e0 00000000 100181e0 ffffffff ff

tlstoc.g

#source: tlslib.s #source: tlstoc.s #as: -a64 #ld: -melf64ppc #objdump: -sj.got #target: powerpc64*-*-* .*: +file format elf64-powerpc Contents of section \.got: 100101a0 00000000 00000001 00000000

tlsexe.g

#source: tls.s #as: -a64 #ld: -melf64ppc tmpdir/libtlslib.so #objdump: -sj.got #target: powerpc64*-*-* .*: +file format elf64-powerpc Contents of section \.got: 100105f0 00000000 100185f0 ffffffff

g++.exp

# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of th

g.c

foo (a, b) long long a, b; { if (a == b) return 0; else return 1; }

g.m

function y=g(t) %global a T B %B为3db带宽 %GMSK中B*T=0.3 %T为码元周期 %a是决定filter性能的参数 T=1/270833;%s B=0.3/T;%t=[-2.5/270833:0.0000001:2.5/270833]; a=sqrt(log(2)/2)/B; y=1/4/T*erfc(pi/a*(t-T/2))-1/4/T