代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/139332/5799524

h conic_arc_2_eq_core.h

// Copyright (c) 1999 Tel-Aviv University (Israel). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Public License version
www.eeworm.com/read/137956/5817902

paranoia

#undef V9 #define NOPAUSE /* A C version of Kahan's Floating Point Test "Paranoia" Thos Sumner, UCSF, Feb. 1985 David Gay, BTL, Jan. 1986 This is a rewrite from the Pascal version by B. A
www.eeworm.com/read/136812/5857292

s strcmp.s

/* * .seg "data" * .asciz "@(#)strcmp.s 1.1 92/07/30" * Copyright (c) 1987 by Sun Microsystems, Inc. */ #include .seg "text" .align 4 /* * Compare strings: s1>s2: >0 s
www.eeworm.com/read/136812/5857297

s strcpy.s

/* * .seg "data" * .asciz "@(#)strcpy.s 1.1 92/07/30" * Copyright (c) 1987 by Sun Microsystems, Inc. */ #include .seg "text" .align 4 #define DEST %i0 #define SRC %i1 #de
www.eeworm.com/read/136812/5857303

s strlen.s

/* * .seg "data" * .asciz "@(#)strlen.s 1.1 92/07/30" * Copyright (c) 1987 by Sun Microsystems, Inc. */ #include .seg "text" .align 4 /* * Returns the number of * non-NUL
www.eeworm.com/read/136812/5857308

s strncmp.s

/* * .seg "data" * .asciz "@(#)strncmp.s 1.1 92/07/30" * Copyright (c) 1989 by Sun Microsystems, Inc. */ #include .seg "text" .align 4 /* * strncmp(s1, s2, n) * Compare
www.eeworm.com/read/136812/5858198

c lgamma.c

#ifndef lint static char sccsid[] = "@(#)lgamma.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ /* double lgamma(double x) * K.C. Ng, March, 1989. * * Part of
www.eeworm.com/read/136812/5858209

c erf.c

#ifndef lint static char sccsid[] = "@(#)erf.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ /* double erf,erfc(double x) * K.C. Ng, March, 1989. * x *
www.eeworm.com/read/136786/5863474

s ev67-strrchr.s

/* * arch/alpha/lib/ev67-strrchr.S * 21264 version by Rick Gorton * * Finds length of a 0-terminated string. Optimized for the * Alpha architecture: * * - mem
www.eeworm.com/read/136786/5863491

s ev67-strchr.s

/* * arch/alpha/lib/ev67-strchr.S * 21264 version contributed by Rick Gorton * * Return the address of a given character within a null-terminated * string, or nu