HomeSort by: relevance | last modified time | path
    Searched defs:tot1 (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tsub.c 391 mpfr_t ex, ex1, ex2, ex3, tot, tot1; local
398 mpfr_init2(tot1, 150);
405 test_sub( tot1, tot, ex1, MPFR_RNDN); /* tot1 = tot - ex1 */
406 mpfr_set( ex3, tot1, MPFR_RNDN); /* ex3 = high(tot - ex1) */
421 mpfr_clear (tot1);

Completed in 15 milliseconds