Searched refs:DECDPUNMAX (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/libdecnumber/
H A DdecNumberLocal.h87 /* Set DECDPUNMAX -- the maximum integer that fits in DECDPUN digits */
89 #define DECDPUNMAX 9 macro
91 #define DECDPUNMAX 99 macro
93 #define DECDPUNMAX 999 macro
95 #define DECDPUNMAX 9999 macro
97 #define DECDPUNMAX 99999 macro
99 #define DECDPUNMAX 999999 macro
101 #define DECDPUNMAX 9999999 macro
103 #define DECDPUNMAX 99999999 macro
105 #define DECDPUNMAX 99999999 macro
[all...]
H A DdecNumber.c2406 Int maxv = DECDPUNMAX; /* highest no-overflow */
2994 msu2pair = (eInt) * msu2 * (DECDPUNMAX + 1); /* top two pair .. */
3098 (Int) (((eInt) * msu1 * (DECDPUNMAX + 1) +
3106 (Int) (((eInt) * msu1 * (DECDPUNMAX + 1) +
3325 *(up - 1) += (DECDPUNMAX + 1) / 2;
3343 if (*up != DECDPUNMAX)
4107 /* Where M is in the range -DECDPUNMAX through +DECDPUNMAX. */
4204 if ((ueInt) carry <= DECDPUNMAX)
4205 { /* fastpath 0-DECDPUNMAX */
[all...]

Completed in 191 milliseconds