Searched refs:DBL_MAX_10_EXP (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Ddoprnt.c43 #ifndef DBL_MAX_10_EXP
44 #define DBL_MAX_10_EXP 308 /* IEEE double */ macro
106 char tembuf[DBL_MAX_10_EXP + 100];
177 if (size_bound + DBL_MAX_10_EXP + 50 < size_bound)
179 size_bound += DBL_MAX_10_EXP + 50;
H A Deditfns.c63 #define MAX_10_EXP DBL_MAX_10_EXP
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dsfinit.c48 for (i = 0; i <= DBL_MAX_10_EXP; i++)
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoaimp.h111 * define some or all of DBL_DIG, DBL_MAX_10_EXP, DBL_MAX_EXP,
307 #define DBL_MAX_10_EXP 308 macro
315 #define DBL_MAX_10_EXP 75 macro
323 #define DBL_MAX_10_EXP 38 macro
388 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
H A Dgdtoa-strtod.c437 if (e1 > DBL_MAX_10_EXP) {
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dvbuf_print.c87 * floating-point numbers, use a similar estimate, and add DBL_MAX_10_EXP
91 #define DBL_SPACE ((CHAR_BIT * sizeof(double)) / 2 + DBL_MAX_10_EXP)
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfstrtof.h92 #define S2F_exp_10_max (DBL_MAX_10_EXP)
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtrio.c285 # define MAX_DOUBLE_DIGITS DBL_MAX_10_EXP
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtrio.c285 # define MAX_DOUBLE_DIGITS DBL_MAX_10_EXP
/macosx-10.10.1/ruby-106/ruby/
H A Dvsnprintf.c496 # if DBL_MAX_10_EXP > -DBL_MIN_10_EXP
497 # define MAXEXP (DBL_MAX_10_EXP)
H A Dnumeric.c55 #ifndef DBL_MAX_10_EXP
56 #define DBL_MAX_10_EXP 308 macro
3914 rb_define_const(rb_cFloat, "MAX_10_EXP", INT2FIX(DBL_MAX_10_EXP));
H A Dutil.c600 * define some or all of DBL_DIG, DBL_MAX_10_EXP, DBL_MAX_EXP,
747 #define DBL_MAX_10_EXP 308 macro
754 #define DBL_MAX_10_EXP 75 macro
762 #define DBL_MAX_10_EXP 38 macro
829 /* Bletch = (highest power of 2 < DBL_MAX_10_EXP) / 16 */
2317 if (e1 > DBL_MAX_10_EXP) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim238 syn keyword cConstant DBL_MIN_10_EXP DBL_MAX_10_EXP
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dnumfmtst.cpp298 // DBL_MAX_10_EXP to be a compile-time constant.
302 #if DBL_MAX_10_EXP > 300
323 #elif DBL_MAX_10_EXP > 70
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c714 if (e > (SIGNED_VALUE)(DBL_MAX_10_EXP+BASE_FIG))

Completed in 255 milliseconds