Home
last modified time | relevance | path

Searched refs:mpfr_log_current (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dlogging.c40 int mpfr_log_current; variable
57 mpfr_log_current = 0; in mpfr_log_begin()
H A Dmpfr-impl.h2170 __MPFR_DECLSPEC extern int mpfr_log_current;
2181 if ((mpfr_log_type & (type)) && mpfr_log_current <= mpfr_log_level) \
2206 mpfr_log_current ++; \
2210 (mpfr_log_current <= mpfr_log_level)) \
2222 mpfr_log_current --;