代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/136812/5857188
c isinf.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)isinf.c 1.1 92/07/30 SMI"; /* from UCB X.X XX/XX/XX */
#endif
/*
* Recognize an infinity or a NaN when one is presented.
* This is
www.eeworm.com/read/124910/6035501
h huge_val.h
/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity).
Used by and functions for overflow.
SH version.
Copyright (C) 1992, 1995, 1996, 1997, 1998, 1999, 200
www.eeworm.com/read/256561/11987421
cpp graph.cpp
#include "Graph.h"
using namespace Mido::Utility;
#define INFINITY 0xFFFFFFFF
Graph::Graph() : _N(0), _size(0)
{
}
Graph::Graph(const dag_t& array)
{
_N = _size = array.size();
www.eeworm.com/read/211148/15186120
cpp graph.cpp
#include "Graph.h"
using namespace Mido::Utility;
#define INFINITY 0xFFFFFFFF
Graph::Graph() : _N(0), _size(0)
{
}
Graph::Graph(const dag_t& array)
{
_N = _size = array.size();
www.eeworm.com/read/210246/15202835
c fig-5-8.c
#define MAX_NODES 1024 /* maximum number of nodes */
#define INFINITY 1000000000 /* a number larger than every maximum path */
int n, dist[MAX_NODES][MAX_NODES]; /* dist[i][j] is the distance from
www.eeworm.com/read/470917/1439636
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/470917/1442481
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/237551/4623958
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/237551/4626593
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/322306/3526502
c sf_isinf.c
/*
* isinff(x) returns 1 if x is infinity, else 0;
* no branching!
* Added by Cygnus Support.
*/
#include "fdlibm.h"
#ifdef __STDC__
int isinff(float x)
#else
int isinff(x)
float x;
#endif
{