HomeSort by: relevance | last modified time | path
    Searched refs:_mpfr_exp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
mpfr.h 235 mpfr_exp_t _mpfr_exp; member in struct:__anon23605
888 #define mpfr_nan_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_NAN)
889 #define mpfr_inf_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_INF)
890 #define mpfr_zero_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_ZERO)
891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF)
897 ((_x)->_mpfr_exp < __MPFR_EXP_INF ? \
902 #define mpfr_get_exp(_x) MPFR_VALUE_OF(MPFR_SRCPTR(_x)->_mpfr_exp)
977 _p->_mpfr_exp = __MPFR_EXP_ZERO; \
1036 #define mpfr_custom_get_exp(x) MPFR_VALUE_OF(MPFR_SRCPTR(x)->_mpfr_exp)
1060 _x->_mpfr_exp = _e;
    [all...]
mul_1_extracted.c 45 #define mpfr_exp _mpfr_exp
add1sp1_extracted.c 65 #define mpfr_exp _mpfr_exp
sub1sp1_extracted.c 49 /* the original code had mpfr_exp instead of _mpfr_exp */
50 #define mpfr_exp _mpfr_exp
mpfr-impl.h 961 #define MPFR_EXP(x) ((x)->_mpfr_exp)
2722 mpfr_exp_t _mpfr_exp; member in struct:__anon23603
2744 code "(x)->_mpfr_exp" (the "sizeof" prevents an access, which
2749 that the _mpfr_exp field has the value MPFR_EXP_UBF. */
2751 ((void) sizeof ((x)->_mpfr_exp), \
  /src/external/lgpl3/mpc/dist/src/
div.c 232 #define MPFR_EXP(x) ((x)->_mpfr_exp)

Completed in 70 milliseconds