| /src/external/lgpl3/mpfr/dist/src/ |
| rint.c | 323 #undef mpfr_trunc macro 326 mpfr_trunc (mpfr_ptr r, mpfr_srcptr u) function 348 * mpfr_trunc, mpfr_ceil, mpfr_floor functions because these functions set 419 mpfr_trunc (tmp, u);
|
| rint.c | 323 #undef mpfr_trunc macro 326 mpfr_trunc (mpfr_ptr r, mpfr_srcptr u) function 348 * mpfr_trunc, mpfr_ceil, mpfr_floor functions because these functions set 419 mpfr_trunc (tmp, u);
|
| mpfr.h | 667 __MPFR_DECLSPEC int mpfr_trunc (mpfr_ptr, mpfr_srcptr); 909 #define mpfr_trunc(a,b) mpfr_rint((a), (b), MPFR_RNDZ) macro
|
| mpfr.h | 667 __MPFR_DECLSPEC int mpfr_trunc (mpfr_ptr, mpfr_srcptr); 909 #define mpfr_trunc(a,b) mpfr_rint((a), (b), MPFR_RNDZ) macro
|