Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/gmp/dist/tests/devel/
Dtry.c3296 #define ALIGN_COUNT(cond) ((cond) ? ALIGNMENTS : 1) macro
3298 for (w[n].align = 0; w[n].align < ALIGN_COUNT(cond); w[n].align++)
3336 total *= ALIGN_COUNT (tr->dst[0]); in try_many()
3337 total *= ALIGN_COUNT (tr->dst[1]); in try_many()
3338 total *= ALIGN_COUNT (tr->src[0]); in try_many()
3339 total *= ALIGN_COUNT (tr->src[1]); in try_many()