代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/147598/12543760
gif infinity.gif
www.eeworm.com/read/147331/5732887
c sf_infinity.c
/*
* infinityf () returns the representation of infinity.
* Added by Cygnus Support.
*/
#include "fdlibm.h"
float infinityf()
{
float x;
SET_FLOAT_WORD(x,0x7f800000);
return x;
}
#ifdef _DO
www.eeworm.com/read/147331/5732897
c s_infinity.c
/*
* infinity () returns the representation of infinity.
* Added by Cygnus Support.
*/
/*
FUNCTION
, ---representation of infinity
INDEX
infinity
INDEX
infinityf
ANSI
www.eeworm.com/read/124347/6052345
c sf_infinity.c
/*
* infinityf () returns the representation of infinity.
* Added by Cygnus Support.
*/
#include "fdlibm.h"
float infinityf()
{
float x;
SET_FLOAT_WORD(x,0x7f800000);
return x;
}
#ifdef _DO
www.eeworm.com/read/124347/6052355
c s_infinity.c
/*
* infinity () returns the representation of infinity.
* Added by Cygnus Support.
*/
/*
FUNCTION
, ---representation of infinity
INDEX
infinity
INDEX
infinityf
ANSI
www.eeworm.com/read/340665/3271198
c sf_infinity.c
/*
* infinityf () returns the representation of infinity.
* Added by Cygnus Support.
*/
#include "fdlibm.h"
float infinityf()
{
float x;
SET_FLOAT_WORD(x,0x7f800000);
return x;
}
#ifdef _DO
www.eeworm.com/read/340665/3271208
c s_infinity.c
/*
* infinity () returns the representation of infinity.
* Added by Cygnus Support.
*/
/*
FUNCTION
, ---representation of infinity
INDEX
infinity
INDEX
infinityf
ANSI
www.eeworm.com/read/322306/3526480
c sf_infinity.c
/*
* infinityf () returns the representation of infinity.
* Added by Cygnus Support.
*/
#include "fdlibm.h"
float infinityf()
{
float x;
SET_FLOAT_WORD(x,0x7f800000);
return x;
}
www.eeworm.com/read/322306/3526498
c s_infinity.c
/*
* infinity () returns the representation of infinity.
* Added by Cygnus Support.
*/
/*
FUNCTION
, ---representation of infinity
INDEX
infinity
INDEX
infinityf
ANSI