Searched refs:mpfr_log_type (Results 1 – 2 of 2) sorted by relevance
38 int mpfr_log_type; variable63 mpfr_log_type = 0; in mpfr_log_begin()65 mpfr_log_type |= MPFR_LOG_INPUT_F; in mpfr_log_begin()67 mpfr_log_type |= MPFR_LOG_OUTPUT_F; in mpfr_log_begin()69 mpfr_log_type |= MPFR_LOG_TIME_F; in mpfr_log_begin()71 mpfr_log_type |= MPFR_LOG_INTERNAL_F; in mpfr_log_begin()73 mpfr_log_type |= MPFR_LOG_MSG_F; in mpfr_log_begin()75 mpfr_log_type |= MPFR_LOG_BADCASE_F; in mpfr_log_begin()77 mpfr_log_type |= MPFR_LOG_STAT_F; in mpfr_log_begin()79 mpfr_log_type = MPFR_LOG_INPUT_F|MPFR_LOG_OUTPUT_F|MPFR_LOG_TIME_F in mpfr_log_begin()[all …]
2095 if (_x ## _loop != 0 && (MPFR_LOG_STAT_F & mpfr_log_type)) { \2168 __MPFR_DECLSPEC extern int mpfr_log_type;2181 if ((mpfr_log_type & (type)) && mpfr_log_current <= mpfr_log_level) \2209 if ((MPFR_LOG_TIME_F & mpfr_log_type) && \