Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/gmp/
HDgmp.h524 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1) macro
527 #define __GMP_LIKELY(cond) (cond) macro