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

  /src/external/lgpl3/mpfr/dist/src/
rint.c 331 #undef mpfr_ceil macro
334 mpfr_ceil (mpfr_ptr r, mpfr_srcptr u) function
348 * mpfr_trunc, mpfr_ceil, mpfr_floor functions because these functions set
443 MPFR_BLOCK (flags, mpfr_ceil (tmp, u));
mpfr.h 668 __MPFR_DECLSPEC int mpfr_ceil (mpfr_ptr, mpfr_srcptr);
910 #define mpfr_ceil(a,b) mpfr_rint((a), (b), MPFR_RNDU) macro

Completed in 23 milliseconds