Home
last modified time | relevance | path

Searched refs:mpfr_print_mant_binary (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dprint_raw.c28 mpfr_print_mant_binary (const char *str, const mp_limb_t *p, mpfr_prec_t r) in mpfr_print_mant_binary() function
Dmpfr-impl.h2434 __MPFR_DECLSPEC void mpfr_print_mant_binary (const char*, const mp_limb_t*,
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtoutimpl.c106 mpfr_print_mant_binary ("x =", MPFR_MANT(x), MPFR_PREC(x)); in main()
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog11452 * Check mpfr_print_mant_binary() too.
11455 [src/print_raw.c] Changes in mpfr_print_mant_binary():
36681 Change output format of mpfr_print_mant_binary.
36795 + Fixed bugs of mpfr_print_mant_binary on 64 bits CPU (1L instead of 1).