| /src/external/lgpl3/mpfr/dist/src/ |
| set_ui.c | 0 /* mpfr_set_ui -- set a MPFR number from a machine unsigned integer 25 #undef mpfr_set_ui macro 27 mpfr_set_ui (mpfr_ptr x, unsigned long i, mpfr_rnd_t rnd_mode) function
|
| set_ui.c | 0 /* mpfr_set_ui -- set a MPFR number from a machine unsigned integer 25 #undef mpfr_set_ui macro 27 mpfr_set_ui (mpfr_ptr x, unsigned long i, mpfr_rnd_t rnd_mode) function
|
| mpfr.h | 496 __MPFR_DECLSPEC int mpfr_set_ui (mpfr_ptr, unsigned long, mpfr_rnd_t); 948 mpfr_set_ui (x, "foo", MPFR_RNDN); 971 #undef mpfr_set_ui macro 972 #define mpfr_set_ui(_f,_u,_r) \ macro 985 mpfr_set_ui ((_f), (mpfr_ulong) (mpfr_long) (_s), (_r)) : \ 1087 ( mpfr_init(x), mpfr_set_ui((x), (i), (rnd)) )
|
| mpfr.h | 496 __MPFR_DECLSPEC int mpfr_set_ui (mpfr_ptr, unsigned long, mpfr_rnd_t); 948 mpfr_set_ui (x, "foo", MPFR_RNDN); 971 #undef mpfr_set_ui macro 972 #define mpfr_set_ui(_f,_u,_r) \ macro 985 mpfr_set_ui ((_f), (mpfr_ulong) (mpfr_long) (_s), (_r)) : \ 1087 ( mpfr_init(x), mpfr_set_ui((x), (i), (rnd)) )
|