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

  /src/external/lgpl3/mpc/dist/tools/mpcheck/
mpcheck-double.c 48 #define EMAX 1024
60 mpfr_exp_t emin, emax; variable
190 emin = -EMAX - PRECISION + 4; /* should be -1073 */
191 emax = EMAX;
193 mpfr_set_emax (emax);
mpcheck-float.c 48 #define EMAX 128
72 mpfr_exp_t emin, emax; variable
195 emin = -EMAX - PRECISION + 4; /* should be -148 */
196 emax = EMAX;
198 mpfr_set_emax (emax);
mpcheck-float128.c 49 #define EMAX 16384
77 mpfr_exp_t emin, emax; variable
200 emin = -EMAX - 64 + 4; /* should be -16444 like for long double */
201 emax = EMAX;
203 mpfr_set_emax (emax);
mpcheck-longdouble.c 48 #define EMAX 16384
60 mpfr_exp_t emin, emax; variable
183 emin = -EMAX - PRECISION + 4; /* should be -16444 */
184 emax = EMAX;
186 mpfr_set_emax (emax);

Completed in 27 milliseconds