/titanic_44/usr/src/lib/libm/common/C/ |
H A D | nextafter.c | 83 dummy = DBL_MIN * copysign(DBL_MIN, x); in nextafter()
|
H A D | _SVID_error.c | 175 copysign(PI_RZ + DBL_MIN, y); in _SVID_libm_err() 966 retv = DBL_MIN * copysign(DBL_MIN, x); in setexception()
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | scalbln.c | 99 return (DBL_MIN * copysign(DBL_MIN, x)); in scalbln()
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_float.h | 140 #ifndef DBL_MIN 141 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_float.h | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_float.h | 140 #ifndef DBL_MIN 141 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_float.h | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_float.h | 140 #ifndef DBL_MIN 141 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_float.h | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_float.h | 140 #ifndef DBL_MIN 141 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_float.h | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | float | 88 #if !defined(DBL_MIN) && defined(MINDOUBLE) 89 #define DBL_MIN MINDOUBLE 161 #ifdef DBL_MIN 162 <<"#ifndef DBL_MIN">> 163 <<"#define DBL_MIN">> DBL_MIN 546 #if defined(DBL_MIN) && defined(DBL_MIN_EXP) 548 md = DBL_MIN; 562 #ifdef DBL_MIN 563 md = DBL_MIN; 571 #ifndef DBL_MIN [all …]
|
/titanic_44/usr/src/head/ |
H A D | float.h | 84 #define DBL_MIN 2.2250738585072013830903E-308 macro
|
H A D | limits.h | 228 #define DBL_MIN 2.2250738585072013830903E-308 /* min decimal value */ macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | float | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | float | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | float | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | float | 119 #ifndef DBL_MIN 120 #define DBL_MIN 2.2250738585072013830903E-308
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfcvt.c | 364 if(f < DBL_MIN)
|
H A D | sfstrtof.h | 89 #define S2F_min (DBL_MIN)
|