代码搜索:Infinity

找到约 1,499 项符合「Infinity」的源代码

代码结果 1,499
www.eeworm.com/read/190469/5183676

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 atan2(doub
www.eeworm.com/read/340665/3271349

c s_infconst.c

/* Infinity as a constant value. This is used for HUGE_VAL. * Added by Cygnus Support. */ #include "fdlibm.h" #ifndef _DOUBLE_IS_32BITS #ifdef __IEEE_BIG_ENDIAN const union __dmath __infinity[1]
www.eeworm.com/read/340665/3271464

c s_infconst.c

/* Infinity as a constant value. This is used for HUGE_VAL. * Added by Cygnus Support. */ #include "fdlibm.h" #ifndef _DOUBLE_IS_32BITS #ifdef __IEEE_BIG_ENDIAN const union __dmath __infinity[1]
www.eeworm.com/read/395929/2430756

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 atan2(doub
www.eeworm.com/read/422113/10663277

m error_psnr_calculation.m

% % % function [Error_Location,Error,Square_Error,RMS_Error,PSNR,PSNR_Infinity] = Error_PSNR_Calculation(Input_Image,Input_Image_IDWT); % % % % % % Input_Image = double(Input_Image); % % % [Image
www.eeworm.com/read/480408/1318238

in data-70-09-d.in

3.14
www.eeworm.com/read/335762/3356283

in data-70-09-d.in

3.14
www.eeworm.com/read/100285/6272091

sql tinterval.sql

CREATE TABLE TINTERVAL_TBL (f1 tinterval); INSERT INTO TINTERVAL_TBL (f1) VALUES ('["-infinity" "infinity"]'); INSERT INTO TINTERVAL_TBL (f1) VALUES ('["May 10, 1947 23:59:12" "Jan 14, 1973 0
www.eeworm.com/read/396408/2419214

c ve_lavc.c

#include #include #include #include #include #include #if !defined(INFINITY) && defined(HUGE_VAL) #define INFINITY HUGE_VAL #endif #includ
www.eeworm.com/read/462670/1543660

as bitwise.as

// makeswf -v 7 -s 200x150 -r 1 -o bitwise.swf bitwise.as trace ("check Bitwise and shift operations"); numbers = [ Infinity, -Infinity, NaN, 0.0, -0.0, 1, -1, -2, 2, 3, 42, 0.5, -0.5, 1.5, -1.