HomeSort by: relevance | last modified time | path
    Searched refs:DEC_MAX_MATH (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decContext.h 102 #define DEC_MAX_MATH 999999 /* max emax, etc., for math funcs. */
decNumber.c 63 /* DEC_MAX_MATH (999999), and their operand(s) must be within */
1475 aset.emax=DEC_MAX_MATH; /* usual bounds */
1476 aset.emin=-DEC_MAX_MATH; /* .. */
2094 aset.emax=DEC_MAX_MATH; /* usual bounds */
2095 aset.emin=-DEC_MAX_MATH; /* .. */
5157 /* 2*DEC_MAX_MATH (1999998), and the rhs must be within these */
5540 /* DEC_MAX_MATH+11 (1000010), and the rhs must be within these */
5724 bset.emax=DEC_MAX_MATH*2; /* use double bounds for the */
5725 bset.emin=-DEC_MAX_MATH*2; /* adjustment calculation */
7504 /* DEC_MAX_MATH (999999), and A must be within these bounds if *
    [all...]

Completed in 72 milliseconds