代码搜索:math
找到约 10,000 项符合「math」的源代码
代码结果 10,000
www.eeworm.com/read/129924/5966244
h __math.h
/*
* ANSI/POSIX
*/
extern char __infinity[];
#define HUGE_VAL (*(double *) __infinity)
www.eeworm.com/read/129924/5966258
h __math.h
/*
* ANSI/POSIX
*/
extern char __infinity[];
#define HUGE_VAL (*(double *) __infinity)
www.eeworm.com/read/129924/5966291
h __math.h
/*
* Posix (actually ansi C) section
*/
#define HUGE_VAL (__infinity()) /* Produces IEEE Infinity. */
www.eeworm.com/read/128531/5983331
c math.c
/*
* arch/s390/math-emu/math.c
*
* S390 version
* Copyright (C) 1999-2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
*
*
www.eeworm.com/read/128531/5984816
c math.c
/* $Id: math.c,v 1.11 1999/12/20 05:02:25 davem Exp $
* arch/sparc64/math-emu/math.c
*
* Copyright (C) 1997,1999 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1999 David S. Miller (davem@redha
www.eeworm.com/read/128531/5985300
c math.c
#include
#include
#include
#include
#include
#include "sfp-util.h"
#include
#include
www.eeworm.com/read/128531/5985757
c math.c
/*
* arch/sparc/math-emu/math.c
*
* Copyright (C) 1998 Peter Maydell (pmaydell@chiark.greenend.org.uk)
* Copyright (C) 1997, 1999 Jakub Jelinek (jj@ultra.linux.cz)
* Copyright (C) 1999 David S. M
www.eeworm.com/read/128531/5986360
c math.c
/*
* arch/ppc/math-emu/math.c
*
* Copyright (C) 1999 Eddie C. Dost (ecd@atecom.com)
*/
#include
#include
#include
#include
#inc
www.eeworm.com/read/128447/5990480
h math.h
#ifndef CYGONCE_LIBM_MATH_H
#define CYGONCE_LIBM_MATH_H
//===========================================================================
//
// math.h
//
// Standard mathematical functions confo