Searched refs:NWORDS (Results 1 – 13 of 13) sorted by relevance
17 #define NWORDS \19 typedef union { float value; unsigned int word[NWORDS]; } memory_float;20 static unsigned int ored_words[NWORDS];21 static unsigned int anded_words[NWORDS];30 for (i = 0; i < NWORDS; i++)42 for (j = 0; j < NWORDS; j++)51 for (j = 0; j < NWORDS; j++)54 for (j = 0; j < NWORDS; j++)57 if (j < NWORDS)60 for (i = j + 1; i < NWORDS; i++)
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++)
17 #define NWORDS \19 typedef union { double value; unsigned int word[NWORDS]; } memory_double;20 static unsigned int ored_words[NWORDS];21 static unsigned int anded_words[NWORDS];29 for (i = 0; i < NWORDS; i++)41 for (j = 0; j < NWORDS; j++)50 for (j = 0; j < NWORDS; j++)53 for (j = 0; j < NWORDS; j++)56 if (j < NWORDS)59 for (i = j + 1; i < NWORDS; i++)
136 #define NWORDS \138 typedef union { unsigned int word[NWORDS]; long double value; }167 m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);168 for (i = 0; i < NWORDS; i++)
148 #define NWORDS \150 typedef union { unsigned int word[NWORDS]; float value; } memory_float;
253 #define NWORDS \255 typedef union { $1 value; unsigned int word[NWORDS]; }268 for (j = 0; j < NWORDS; j++)
40 # define NWORDS \ in gl_signbitl() macro42 union { long double value; unsigned int word[NWORDS]; } m; in gl_signbitl()
40 # define NWORDS \ in gl_signbitf() macro42 union { float value; unsigned int word[NWORDS]; } m; in gl_signbitf()
40 # define NWORDS \ in gl_signbitd() macro42 union { double value; unsigned int word[NWORDS]; } m; in gl_signbitd()
78 #define NWORDS \ macro80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double;
567 # define NWORDS \ in divide() macro569 union { double value; unsigned int word[NWORDS]; } m; in divide()579 # undef NWORDS in divide()
12616 typedef union { double value; unsigned int word[NWORDS]; } memory_double;12617 static unsigned int ored_words[NWORDS];12618 static unsigned int anded_words[NWORDS];12626 for (i = 0; i < NWORDS; i++)12638 for (j = 0; j < NWORDS; j++)12647 for (j = 0; j < NWORDS; j++)12650 for (j = 0; j < NWORDS; j++)12653 if (j < NWORDS)12656 for (i = j + 1; i < NWORDS; i++)23033 typedef union { unsigned int word[NWORDS]; float value; } memory_float;[all …]
952 NWORDS[length] = 0 (if length < 3)953 NWORDS[length] = (1 << NDBITS[lengths]) (if length >= 3)958 DOFFSET[length + 1] = DOFFSET[length] + length * NWORDS[length]959 DICTSIZE = DOFFSET[24] + 24 * NWORDS[24]973 index = word_id % NWORDS[length]