Lines Matching refs:NWORDS
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;
23125 typedef union { float value; unsigned int word[NWORDS]; } memory_float;
23126 static unsigned int ored_words[NWORDS];
23127 static unsigned int anded_words[NWORDS];
23136 for (i = 0; i < NWORDS; i++)
23148 for (j = 0; j < NWORDS; j++)
23157 for (j = 0; j < NWORDS; j++)
23160 for (j = 0; j < NWORDS; j++)
23163 if (j < NWORDS)
23166 for (i = j + 1; i < NWORDS; i++)
23312 typedef union { unsigned int word[NWORDS]; float value; } memory_float;
23403 typedef union { float value; unsigned int word[NWORDS]; } memory_float;
23404 static unsigned int ored_words[NWORDS];
23405 static unsigned int anded_words[NWORDS];
23414 for (i = 0; i < NWORDS; i++)
23426 for (j = 0; j < NWORDS; j++)
23435 for (j = 0; j < NWORDS; j++)
23438 for (j = 0; j < NWORDS; j++)
23441 if (j < NWORDS)
23444 for (i = j + 1; i < NWORDS; i++)
23624 typedef union { unsigned int word[NWORDS]; long double value; }
23792 typedef union { long double value; unsigned int word[NWORDS]; }
23794 static unsigned int ored_words[NWORDS];
23795 static unsigned int anded_words[NWORDS];
23804 for (i = 0; i < NWORDS; i++)
23816 for (j = 0; j < NWORDS; j++)
23825 for (j = 0; j < NWORDS; j++)
23828 for (j = 0; j < NWORDS; j++)
23831 if (j < NWORDS)
23834 for (i = j + 1; i < NWORDS; i++)
23980 typedef union { unsigned int word[NWORDS]; long double value; }
24143 typedef union { long double value; unsigned int word[NWORDS]; }
24145 static unsigned int ored_words[NWORDS];
24146 static unsigned int anded_words[NWORDS];
24155 for (i = 0; i < NWORDS; i++)
24167 for (j = 0; j < NWORDS; j++)
24176 for (j = 0; j < NWORDS; j++)
24179 for (j = 0; j < NWORDS; j++)
24182 if (j < NWORDS)
24185 for (i = j + 1; i < NWORDS; i++)