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

  /src/external/lgpl3/mpfr/dist/src/
mpfr.h 62 typedef int mpfr_int; typedef
1046 mpfr_int _s, _k; \
1069 (mpfr_int) MPFR_REGULAR_KIND * MPFR_SIGN (_x) \
1071 (mpfr_int) MPFR_INF_KIND * MPFR_SIGN (_x) \
1072 : _x->_mpfr_exp == __MPFR_EXP_NAN ? (mpfr_int) MPFR_NAN_KIND \
1073 : (mpfr_int) MPFR_ZERO_KIND * MPFR_SIGN (_x); \

Completed in 21 milliseconds