Home | History | Annotate | Download | only in bison

Lines Matching refs:NWORDS

12614 #define 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++)
14999 #define NWORDS \
15001 typedef union { float value; unsigned int word[NWORDS]; } memory_float;
15002 static unsigned int ored_words[NWORDS];
15003 static unsigned int anded_words[NWORDS];
15012 for (i = 0; i < NWORDS; i++)
15024 for (j = 0; j < NWORDS; j++)
15033 for (j = 0; j < NWORDS; j++)
15036 for (j = 0; j < NWORDS; j++)
15039 if (j < NWORDS)
15042 for (i = j + 1; i < NWORDS; i++)
15220 #define NWORDS \
15222 typedef union { unsigned int word[NWORDS]; float value; } memory_float;
15503 #define NWORDS \
15505 typedef union { unsigned int word[NWORDS]; long double value; }
15534 m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);
15535 for (i = 0; i < NWORDS; i++)
23031 #define NWORDS \
23033 typedef union { unsigned int word[NWORDS]; float value; } memory_float;
23123 #define NWORDS \
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++)
23310 #define NWORDS \
23312 typedef union { unsigned int word[NWORDS]; float value; } memory_float;
23401 #define NWORDS \
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++)
23622 #define NWORDS \
23624 typedef union { unsigned int word[NWORDS]; long double value; }
23653 m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);
23654 for (i = 0; i < NWORDS; i++)
23790 #define NWORDS \
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++)
23978 #define NWORDS \
23980 typedef union { unsigned int word[NWORDS]; long double value; }
24009 m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);
24010 for (i = 0; i < NWORDS; i++)
24141 #define NWORDS \
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++)
28059 #define NWORDS \
28061 typedef union { float value; unsigned int word[NWORDS]; }
28074 for (j = 0; j < NWORDS; j++)
28163 #define NWORDS \
28165 typedef union { double value; unsigned int word[NWORDS]; }
28178 for (j = 0; j < NWORDS; j++)
28267 #define NWORDS \
28269 typedef union { long double value; unsigned int word[NWORDS]; }
28282 for (j = 0; j < NWORDS; j++)