代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/322306/3526589
c s_isinf.c
/*
* isinf(x) returns 1 if x is infinity, else 0;
* no branching!
* Added by Cygnus Support.
*/
#include "fdlibm.h"
#ifdef __STDC__
int isinf(double x)
#else
int isinf(x)
double x;
#endif
{
#
www.eeworm.com/read/320652/3543144
h huge_vall.h
/* `HUGE_VALL' constant for ia64 (where it is infinity).
Used by and functions for overflow.
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
This file is part of t
www.eeworm.com/read/320652/3545741
h huge_vall.h
/* `HUGE_VALL' constant for ix86 (where it is infinity).
Used by and functions for overflow.
Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000, 2004
Free Software Foundatio
www.eeworm.com/read/298657/3862128
c s_isinfd.c
/*
* __isinfd(x) returns 1 if x is infinity, else 0;
* no branching!
* Added by Cygnus Support.
*/
#include "fdlibm.h"
#ifndef _DOUBLE_IS_32BITS
int
_DEFUN (__isinfd, (x),
double x)
{
__int32
www.eeworm.com/read/279968/4131683
c s_isinfd.c
/*
* __isinfd(x) returns 1 if x is infinity, else 0;
* no branching!
* Added by Cygnus Support.
*/
#include "fdlibm.h"
#ifndef _DOUBLE_IS_32BITS
int
_DEFUN (__isinfd, (x),
double x)
{
__int32
www.eeworm.com/read/277453/4155367
api javascript.api
Anchor
Applet
Area
Array
Boolean
Button
Checkbox
Date
E
FileUpload
Form
Frame
Function
Hidden
History
Image
Infinity
JavaArray
JavaClass
JavaObject
JavaPackage
LN10
LN2
LOG10E
www.eeworm.com/read/367182/2851017
h huge_vall.h
/* `HUGE_VALL' constant for ia64 (where it is infinity).
Used by and functions for overflow.
Copyright (C) 2000, 2004 Free Software Foundation, Inc.
This file is part of t
www.eeworm.com/read/367182/2853780
h huge_vall.h
/* `HUGE_VALL' constant for ix86 (where it is infinity).
Used by and functions for overflow.
Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000, 2004
Free Software Foundatio
www.eeworm.com/read/266360/4272498
c tdiv_q_2exp.c
/* mpz_tdiv_q_2exp -- Divide an integer by 2**CNT. Round the quotient
towards -infinity.
Copyright 1991, 1993, 1994, 1996, 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU
www.eeworm.com/read/387762/8655341
cpp grkruskl.cpp
#include
#include
#include "book.h"
#define INFINITY 65535 // Big enough for simple tests
#define ROOT -1
#include "uf.h"
#include "grlist.h"
#include "minhea