代码搜索:Infinity

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

代码结果 1,499
www.eeworm.com/read/209211/4984936

c fmod.c

/* floating-point mod function without infinity or NaN checking */ #include double fmod (double x, double y) { int sign = 0, yexp; double r, yfr; if (y == 0) return 0; if (y < 0) y =
www.eeworm.com/read/209211/4985289

c fmod.c

#include #include /* * floating-point mod function without infinity or NaN checking */ double fmod (double x, double y) { int sign, yexp, rexp; double r, yfr, rfr; if (y == 0)
www.eeworm.com/read/167046/5469794

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, 95, 96, 97, 98, 99, 2000 Free Sof
www.eeworm.com/read/167046/5470012

h huge_val.h

/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity). Used by and functions for overflow. ARM version. Copyright (C) 1992, 95, 96, 97, 98, 99, 2000 Free So
www.eeworm.com/read/167046/5470158

h huge_val.h

/* `HUGE_VAL' constants for m68k (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
www.eeworm.com/read/163821/5508468

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, 95, 96, 97, 98, 99, 2000 Free Sof
www.eeworm.com/read/163821/5508574

h huge_val.h

/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity). Used by and functions for overflow. ARM version. Copyright (C) 1992, 95, 96, 97, 98, 99, 2000 Free So
www.eeworm.com/read/163821/5508649

h huge_val.h

/* `HUGE_VAL' constants for m68k (where it is infinity). Used by and functions for overflow. Copyright (C) 1992, 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
www.eeworm.com/read/298657/3860208

h huge_val.h

#if 0 /* We don't need this file because math.h defines these values. */ /* `HUGE_VAL' constants for ix86 (where it is infinity). Used by and functions for overflow. Copyri
www.eeworm.com/read/288937/3998910

h huge_val.h

/* `HUGE_VAL' constants for IEEE 754 machines (where it is infinity). Used by and functions for overflow. ARM version. Copyright (C) 1992, 95, 96, 97, 98, 99, 2000 Free So