HomeSort by: relevance | last modified time | path
    Searched defs:mpfr_mul_si (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
si_op.c 4 mpfr_mul_si -- multiply a floating-point number by a machine integer
91 #undef mpfr_mul_si macro
93 mpfr_mul_si (mpfr_ptr y, mpfr_srcptr x, long int u, mpfr_rnd_t rnd_mode) function
mpfr.h 601 __MPFR_DECLSPEC int mpfr_mul_si (mpfr_ptr, mpfr_srcptr, long, mpfr_rnd_t);
1007 #undef mpfr_mul_si macro
1008 #define mpfr_mul_si(_f, _g, _s,_r) \ macro
1011 mpfr_mul_si ((_f), (_g), (_s), (_r)))

Completed in 38 milliseconds