Home
last modified time | relevance | path

Searched defs:MPFR_UNLIKELY (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1483 # define MPFR_UNLIKELY(x) MPFR_DEBUGPRED__ ((x), 0) macro
1488 # define MPFR_UNLIKELY(x) (__builtin_expect(!!(x), 0)) macro
1493 # define MPFR_UNLIKELY(x) (x) macro