Searched refs:NWORDS (Results 1 - 6 of 6) sorted by relevance

/external/bison/lib/
H A Dsignbitd.c40 # define NWORDS \ macro
42 union { double value; unsigned int word[NWORDS]; } m;
H A Dsignbitf.c40 # define NWORDS \ macro
42 union { float value; unsigned int word[NWORDS]; } m;
H A Dsignbitl.c40 # define NWORDS \ macro
42 union { long double value; unsigned int word[NWORDS]; } m;
H A Disnan.c78 #define NWORDS \ macro
80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double;
H A Dvasnprintf.c567 # define NWORDS \ macro
569 union { double value; unsigned int word[NWORDS]; } m;
579 # undef NWORDS macro
/external/bison/
H A Dconfigure12614 #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;
[all...]

Completed in 3310 milliseconds