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

  /src/external/lgpl3/mpfr/dist/src/
zeta.c 163 mpfr_t b, c, z_pre, f, s1; local
210 MPFR_GROUP_INIT_4 (group, MPFR_PREC_MIN, b, c, z_pre, f);
215 /* Principal loop: we compute, in z_pre,
224 MPFR_GROUP_REPREC_4 (group, dint, b, c, z_pre, f);
225 mpfr_div (z_pre, __gmpfr_one, s1, MPFR_RNDN);
227 mpfr_add (z_pre, z_pre, f, MPFR_RNDN);
268 MPFR_GROUP_REPREC_4 (group, dint, b, c, z_pre, f);
275 mpfr_zeta_part_a (z_pre, s, n);
281 mpfr_add (z_pre, z_pre, c, MPFR_RNDN)
441 mpfr_t z_pre, s1, y, p; local
    [all...]
zeta.c 163 mpfr_t b, c, z_pre, f, s1; local
210 MPFR_GROUP_INIT_4 (group, MPFR_PREC_MIN, b, c, z_pre, f);
215 /* Principal loop: we compute, in z_pre,
224 MPFR_GROUP_REPREC_4 (group, dint, b, c, z_pre, f);
225 mpfr_div (z_pre, __gmpfr_one, s1, MPFR_RNDN);
227 mpfr_add (z_pre, z_pre, f, MPFR_RNDN);
268 MPFR_GROUP_REPREC_4 (group, dint, b, c, z_pre, f);
275 mpfr_zeta_part_a (z_pre, s, n);
281 mpfr_add (z_pre, z_pre, c, MPFR_RNDN)
441 mpfr_t z_pre, s1, y, p; local
    [all...]

Completed in 44 milliseconds