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

  /src/external/lgpl3/mpfr/dist/src/
pow_si.c 197 mpfr_pow_general (as already done for MPFR_RNDN), which
246 inexact = mpfr_pow_general (y2, x, nn, rnd, 1,
pow_z.c 134 inexact = mpfr_pow_general (y2, x, zz, rnd, 1,
342 inexact = mpfr_pow_general (y2, x, zz, rnd, 1,
pow.c 123 mpfr_pow_general (mpfr_ptr z, mpfr_srcptr x, mpfr_srcptr y, function
698 inexact = mpfr_pow_general (z, x, y, rnd_mode, y_is_integer, &expo);
mpfr-impl.h 2422 __MPFR_DECLSPEC int mpfr_pow_general (mpfr_ptr, mpfr_srcptr, mpfr_srcptr,

Completed in 32 milliseconds