代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/124910/6038313
c e_jnf.c
/* e_jnf.c -- float version of e_jn.c.
* Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
* ====================================================
* Copyright (C) 1993
www.eeworm.com/read/124910/6038372
c e_lgammaf_r.c
/* e_lgammaf_r.c -- float version of e_lgamma_r.c.
* Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
* ====================================================
* Copyri
www.eeworm.com/read/124910/6039048
s memset.s
/* Set a block of memory to some byte value.
For SPARC v7.
Copyright (C) 1996, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David S. Miller
www.eeworm.com/read/124465/6046887
h precomp.h
#ifndef PRECOMP__H
/* ============================================================================
Project Name : jayaCard TCK
Module Name : proto/tck/bios/test02/precomp.h
Version : $Id: pr
www.eeworm.com/read/124465/6046893
h precomp.h
#ifndef PRECOMP__H
/* ============================================================================
Project Name : jayaCard TCK
Module Name : proto/tck/bios/test02/precomp.h
Version : $Id: pr
www.eeworm.com/read/124465/6046914
h precomp.h
#ifndef PRECOMP__H
/* ============================================================================
Project Name : jayaCard TCK
Module Name : proto/tck/bios/stream/precomp.h
Version : $Id: pr
www.eeworm.com/read/124347/6052259
c isalpha.c
/*
FUNCTION
---alphabetic character predicate
INDEX
isalpha
ANSI_SYNOPSIS
#include
int isalpha(int );
TRAD_SYNOPSIS
#include
int isalpha();
DESCRIPTI
www.eeworm.com/read/124347/6052260
c isdigit.c
/*
FUNCTION
---decimal digit predicate
INDEX
isdigit
ANSI_SYNOPSIS
#include
int isdigit(int );
TRAD_SYNOPSIS
#include
int isdigit();
DESCRIPTION
www.eeworm.com/read/124347/6052277
c isxdigit.c
/*
FUNCTION
---hexadecimal digit predicate
INDEX
isxdigit
ANSI_SYNOPSIS
#include
int isxdigit(int );
TRAD_SYNOPSIS
#include
int isxdigit(int );
DESCRIPTI
www.eeworm.com/read/124347/6052281
c isalnum.c
/*
FUNCTION
---alphanumeric character predicate
INDEX
isalnum
ANSI_SYNOPSIS
#include
int isalnum(int );
TRAD_SYNOPSIS
#include
int isalnum();
DESCR