代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/205815/15306327

html instructions2.doc25.html

VM Spec Contents |
www.eeworm.com/read/169775/5410461

c pow.c

/* pow.c - math routines */ /* Copyright 1992-1993 Wind River Systems, Inc. */ /* modification history -------------------- 01e,05feb93,jdi doc changes based on kdl review. 01d,02dec92,jdi doc twe
www.eeworm.com/read/167185/5462079

c dvclear.c

dvclear(M,n)/* clear vector */ register double *M; register int n; { register int i; register double zero; zero=0; for(i=0;i
www.eeworm.com/read/167185/5462194

c dvclear.c

dvclear(M,n)/* clear vector */ register double *M; register int n; { register int i; register double zero; zero=0; for(i=0;i
www.eeworm.com/read/167046/5469804

h fpu_control.h

/* FPU control word bits. Mips version. Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Olaf Flebbe and Ralf
www.eeworm.com/read/167046/5470099

h fpu_control.h

/* FPU control word bits. Nios2 version. Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software
www.eeworm.com/read/167046/5470679

h fpu_control.h

/* FPU control word bits. Nios2 version. Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software
www.eeworm.com/read/162634/5515215

properties java_lang_math.properties

sin(double)=Returns the trigonometric sine of an angle. Special cases: If the argument is NaN or an infinity, then the result is NaN. If the argument is zero, then the result is a zero wit
www.eeworm.com/read/162614/5527133

c widechar-1.c

#define C L'\400' #if C #define zero (!C) #else #define zero C #endif main() { if (zero != 0) abort (); exit (0); }
www.eeworm.com/read/161121/5557055

s ev6-stxcpy.s

/* * arch/alpha/lib/ev6-stxcpy.S * 21264 version contributed by Rick Gorton * * Copy a null-terminated string from SRC to DST. * * This is an internal routine u