代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/335362/12534217
1 figc.1
#include "apue.h"
#include
#include
#define OPEN_MAX_GUESS 256
long
open_max(void)
{
long openmax;
struct rlimit rl;
if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 ||
o
www.eeworm.com/read/335362/12534576
c openmax.c
#include "apue.h"
#include
#include
#define OPEN_MAX_GUESS 256
long
open_max(void)
{
long openmax;
struct rlimit rl;
if ((openmax = sysconf(_SC_OPEN_MAX)) < 0 ||
o
www.eeworm.com/read/395929/2430616
c _ieee.c
/*
* _ieee.c
* Defines four IEEE 754-1985 format double globals, accessed as:
* double _mInfinity; -Infinity
* double _pInfinity; +Infinity
* double _qNaN; quiet NaN
* double _sNaN; signalling
www.eeworm.com/read/476610/1367868
h math.h
#ifndef __MATH
#define __MATH
extern double infinity(void);
#define HUGE_VAL (infinity())
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double a
www.eeworm.com/read/195825/5107420
h math.h
#ifndef __MATH
#define __MATH
extern double infinity(void);
#define HUGE_VAL (infinity())
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double a
www.eeworm.com/read/304611/3795936
h math.h
#ifndef __MATH
#define __MATH
extern double infinity(void);
#define HUGE_VAL (infinity())
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double a
www.eeworm.com/read/384581/2598821
h math.h
#ifndef __MATH
#define __MATH
extern double infinity(void);
#define HUGE_VAL (infinity())
extern double acos(double);
extern double asin(double);
extern double atan(double);
extern double a
www.eeworm.com/read/168845/5433150
hpp greg_names.hpp
/* Copyright (c) 2002-2004 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http
www.eeworm.com/read/298657/3862117
c s_infconst.c
/* Infinity as a constant value. This is used for HUGE_VAL.
* Added by Cygnus Support.
*/
#include
#include "fdlibm.h"
/* Float version of infinity. */
const union __fmath __infinityf
www.eeworm.com/read/279968/4131670
c s_infconst.c
/* Infinity as a constant value. This is used for HUGE_VAL.
* Added by Cygnus Support.
*/
#include
#include "fdlibm.h"
/* Float version of infinity. */
const union __fmath __infinityf