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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtsub.c321 mpfr_t ex, ex1, ex2, ex3, tot, tot1; local
328 mpfr_init2(tot1, 150);
335 test_sub( tot1, tot, ex1, MPFR_RNDN); /* tot1 = tot - ex1 */
336 mpfr_set( ex3, tot1, MPFR_RNDN); /* ex3 = high(tot - ex1) */
351 mpfr_clear (tot1);

Completed in 98 milliseconds