代码搜索:Ext
找到约 10,000 项符合「Ext」的源代码
代码结果 10,000
www.eeworm.com/read/113399/6131792
c nrm_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: nrm_ext.c,v 1.5 93/01
www.eeworm.com/read/113399/6131793
c zrf_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: zrf_ext.c,v 1.5 93/01
www.eeworm.com/read/113399/6131806
c sft_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: sft_ext.c,v 1.5 93/01
www.eeworm.com/read/113399/6131810
c div_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: div_ext.c,v 1.10 93/0
www.eeworm.com/read/113399/6131812
c mul_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: mul_ext.c,v 1.6 93/01
www.eeworm.com/read/113399/6131816
c add_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: add_ext.c,v 1.7 93/01
www.eeworm.com/read/113399/6131830
c sub_ext.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: sub_ext.c,v 1.6 93/01
www.eeworm.com/read/113399/6132153
c ext_comp.c
/*
(c) copyright 1989 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id: ext_comp.c,v 1.10 1994/06
www.eeworm.com/read/113399/6132180
h ext_fmt.h
struct mantissa {
unsigned long h_32;
unsigned long l_32;
};
struct EXTEND {
short sign;
short exp;
struct mantissa mantissa;
#define m1 mantissa.h_32
#define m2 mantissa.l_32
};
www.eeworm.com/read/111144/6158333
h ext_5131.h
/*H***************************************************************************
* NAME: ext_5131.h
*-----------------------------------------------------------------------------
* $AUTHO