Home | History | Annotate | Download | only in m4

Lines Matching full:nwords

18 #define NWORDS \
20 typedef union { long double value; unsigned int word[NWORDS]; }
22 static unsigned int ored_words[NWORDS];
23 static unsigned int anded_words[NWORDS];
32 for (i = 0; i < NWORDS; i++)
44 for (j = 0; j < NWORDS; j++)
53 for (j = 0; j < NWORDS; j++)
56 for (j = 0; j < NWORDS; j++)
59 if (j < NWORDS)
62 for (i = j + 1; i < NWORDS; i++)