Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h575 # define MPFR_WARNING(W) \ macro
584 # define MPFR_WARNING(W) ((void) 0) macro
/netbsd-src/external/lgpl3/mpfr/dist/
H A DChangeLog32106 mpfr-impl.h: added a comment about MPFR_WARNING.
32113 added asymptotic expansion for mpfr_eint (don't need MPFR_WARNING any more)
32157 arguments, and call to MPFR_WARNING with return value NaN for huge arguments)
32193 * mpfr-impl.h: defined MPFR_WARNING(W) macro.
32194 * eint.c, erfc.c: use MPFR_WARNING instead of fprintf.