HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_floor (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.
78 mpfr_floor(y, x);
trint.c 1 /* Test file for mpfr_rint, mpfr_trunc, mpfr_floor, mpfr_ceil, mpfr_round,
569 inexact = (trint ? mpfr_floor (y, x) :
reuse.c 599 test2a (mpfr_floor, "mpfr_floor", p);
  /src/external/lgpl3/mpfr/dist/src/
rint.c 339 #undef mpfr_floor macro
342 mpfr_floor (mpfr_ptr r, mpfr_srcptr u) function
348 * mpfr_trunc, mpfr_ceil, mpfr_floor functions because these functions set
469 MPFR_BLOCK (flags, mpfr_floor (tmp, u));
mpf2mpfr.h 69 #define mpf_floor mpfr_floor
strtofr.c 136 mpfr_floor (y, x);
mpfr.h 669 __MPFR_DECLSPEC int mpfr_floor (mpfr_ptr, mpfr_srcptr);
911 #define mpfr_floor(a,b) mpfr_rint((a), (b), MPFR_RNDD) macro
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 3200 mpfr_floor (floor, e->value.real);
7529 mpfr_floor (log2, log2);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 3171 mpfr_floor (floor, e->value.real);
7449 mpfr_floor (log2, log2);

Completed in 57 milliseconds