Home
last modified time | relevance | path

Searched refs:MAXNUM (Results 1 – 4 of 4) sorted by relevance

/dragonfly/games/number/
H A Dnumber.c43 #define MAXNUM 65 /* Biggest number we handle. */ macro
148 if ((len = strlen(line)) > MAXNUM || in convert()
149 (fraction != NULL && ((flen = strlen(fraction)) > MAXNUM))) in convert()
150 errx(1, "number too large, max %d digits.", MAXNUM); in convert()
/dragonfly/contrib/openbsd_libm/src/
H A Ds_catan.c69 #define MAXNUM 1.0e308 macro
125 w = MAXNUM + MAXNUM * I; in catan()
H A Ds_ctan.c64 #define MAXNUM 1.0e308 macro
147 w = MAXNUM + MAXNUM * I; in ctan()
/dragonfly/contrib/nvi2/common/
H A Dmsg.c459 #define MAXNUM 25 in mod_rpt() macro
472 GET_SPACE_GOTOC(sp, bp, blen, sizeof(action) * MAXNUM + 1); in mod_rpt()
483 len = snprintf(p, MAXNUM, "%lu ", in mod_rpt()
513 #undef MAXNUM in mod_rpt()