Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h525 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0) macro
528 #define __GMP_UNLIKELY(cond) (cond) macro
/dragonfly/contrib/gmp/
H A Dgmp-impl.h479 #define UNLIKELY(cond) __GMP_UNLIKELY(cond)