Searched refs:minpos (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | texp.c | 658 mpfr_t minpos, x, y, t, t2; in underflow_up() local 665 mpfr_init2 (minpos, 2); in underflow_up() 666 mpfr_set_ui (minpos, 0, MPFR_RNDN); in underflow_up() 667 mpfr_nextabove (minpos); in underflow_up() 710 mpfr_log (x, minpos, MPFR_RNDU); in underflow_up() 740 if (mpfr_cmp0 (y, minpos) < 0) in underflow_up() 779 mpfr_log (x, minpos, MPFR_RNDD); /* |ulp| <= 1/2 */ in underflow_up() 784 if (inex <= 0 || mpfr_cmp0 (y, minpos) != 0) in underflow_up() 790 mpfr_out_str (stdout, 16, 0, minpos, MPFR_RNDN); in underflow_up() 821 mpfr_log (x, minpos, MPFR_RNDU); in underflow_up() [all …]
|