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

  /src/external/lgpl3/mpfr/dist/tests/
ttrunc.c 1 /* Test file for mpfr_trunc, mpfr_ceil, mpfr_floor.
38 mpfr_ceil(y, x);
41 printf ("Error in mpfr_ceil for x=0.5: expected 1.0, got ");
47 mpfr_ceil(y, x);
50 printf ("Error in mpfr_ceil for x=0.0: expected 0.0, got ");
56 mpfr_ceil(y, x);
59 printf ("Error in mpfr_ceil for x=1.0: expected 1.0, got ");
84 mpfr_ceil(t, x);
trint.c 1 /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round,
566 inexact = (trint ? mpfr_ceil (y, x) :
reuse.c 598 test2a (mpfr_ceil, "mpfr_ceil", p);
  /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));
mpf2mpfr.h 50 #define mpf_ceil mpfr_ceil
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
get_str.c 2550 mpfr_ceil (d, d);
2551 mpfr_ceil (u, u);
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 1767 mpfr_ceil (ceil->value.real, e->value.real);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 1738 mpfr_ceil (ceil->value.real, e->value.real);

Completed in 73 milliseconds