Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/tests/devel/
Dtry.c3300 #define HIGH_LIMIT(cond) ((cond) != 0) macro
3301 #define HIGH_COUNT(cond) (HIGH_LIMIT (cond) + 1)
3303 for (w[n].high = 0; w[n].high <= HIGH_LIMIT(cond); w[n].high++)