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

  /src/external/lgpl3/mpfr/dist/src/
add.c 94 return mpfr_add1 (a, c, b, rnd_mode);
96 return mpfr_add1 (a, b, c, rnd_mode);
118 return mpfr_add1(a, c, b, rnd_mode);
120 return mpfr_add1(a, b, c, rnd_mode);
sub.c 91 inexact = mpfr_add1 (a, c, b, rnd_mode);
96 return mpfr_add1 (a, b, c, rnd_mode);
121 inexact = mpfr_add1 (a, c, b, rnd_mode);
131 return mpfr_add1 (a, b, c, rnd_mode);
add1.c 0 /* mpfr_add1 -- internal function to perform a "real" addition
29 mpfr_add1 (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode) function
add1sp.c 28 /* Check the result of mpfr_add1sp with mpfr_add1.
37 mpfr_add1sp slow <-> mpfr_add1 when MPFR_GENERIC_ABI is defined;
38 mpfr_add1sp fast <-> mpfr_add1 when MPFR_GENERIC_ABI is not defined.
72 inexact2 = mpfr_add1 (tmpa, tmpd, tmpb, rnd_mode);
76 inexact2 = mpfr_add1 (tmpa, tmpb, tmpc, rnd_mode);
mpfr-impl.h 2395 __MPFR_DECLSPEC int mpfr_add1 (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t);
  /src/external/lgpl3/mpfr/dist/tests/
tadd1sp.c 52 mpfr_add1 (z2, x, y, MPFR_RNDN);
375 mpfr_add1 and mpfr_add1sp could
380 inexact1 = mpfr_add1 (a1, bs, cs, (mpfr_rnd_t) r);
410 continue; /* inexact makes no sense, mpfr_add1 and mpfr_add1sp
415 inexact1 = mpfr_add1(a1, b, c, (mpfr_rnd_t) r);
423 inexact1 = mpfr_add1(a1, b, c, (mpfr_rnd_t) r);
tadd.c 30 and mpfr_add1. */
54 res = mpfr_add1(a, c, b, rnd_mode);
56 res = mpfr_add1(a, b, c, rnd_mode);

Completed in 35 milliseconds