Searched refs:POWI_TABLE_SIZE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1246 #define POWI_TABLE_SIZE 256 macro
1260 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1298 powi(x,n) where n is less than POWI_TABLE_SIZE. This is a
1322 bool cache[POWI_TABLE_SIZE];
1334 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool));
1339 while (val >= POWI_TABLE_SIZE)
1370 if (n < POWI_TABLE_SIZE && cache[n])
1375 if (n < POWI_TABLE_SIZE)
1407 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1380 #define POWI_TABLE_SIZE 256 macro
1394 static const unsigned char powi_table[POWI_TABLE_SIZE] =
1432 powi(x,n) where n is less than POWI_TABLE_SIZE. This is a
1456 bool cache[POWI_TABLE_SIZE];
1468 memset (cache, 0, POWI_TABLE_SIZE * sizeof (bool));
1473 while (val >= POWI_TABLE_SIZE)
1504 if (n < POWI_TABLE_SIZE && cache[n])
1509 if (n < POWI_TABLE_SIZE)
1541 tree cache[POWI_TABLE_SIZE], result, type = TREE_TYPE (arg0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c3099 #define POWI_TABLE_SIZE 256 macro
3102 static const unsigned char powi_table[POWI_TABLE_SIZE] =
3152 if (n < POWI_TABLE_SIZE)
3175 if (n < POWI_TABLE_SIZE)
3191 tree vartmp[POWI_TABLE_SIZE];
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc3199 #define POWI_TABLE_SIZE 256 macro
3202 static const unsigned char powi_table[POWI_TABLE_SIZE] =
3252 if (n < POWI_TABLE_SIZE)
3275 if (n < POWI_TABLE_SIZE)
3291 tree vartmp[POWI_TABLE_SIZE];

Completed in 158 milliseconds