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

  /src/external/lgpl3/mpfr/dist/src/
logging.c 36 FILE *mpfr_log_file; variable
85 var = getenv ("MPFR_LOG_FILE");
90 mpfr_log_file = fopen (var, "w");
91 if (mpfr_log_file == NULL)
97 fprintf (mpfr_log_file, "MPFR LOG FILE %s\n", ctime (&tt));
98 fflush (mpfr_log_file); /* always done */
mpfr-impl.h 2096 fprintf (mpfr_log_file, \
2101 fflush (mpfr_log_file); \
2166 __MPFR_DECLSPEC extern FILE *mpfr_log_file;
2177 /* LOG_PRINT calls mpfr_fprintf on mpfr_log_file with logging disabled
2187 mpfr_fprintf (mpfr_log_file, format, __VA_ARGS__); \
2189 fflush (mpfr_log_file); \

Completed in 24 milliseconds