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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c1250 (1<<POWI_WINDOW_SIZE) in the corresponding "m-ary method". */
1251 #define POWI_WINDOW_SIZE 3 macro
1343 digit = val & ((1 << POWI_WINDOW_SIZE) - 1);
1345 + POWI_WINDOW_SIZE + 1;
1346 val >>= POWI_WINDOW_SIZE; local
1383 digit = n & ((1 << POWI_WINDOW_SIZE) - 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc1384 (1<<POWI_WINDOW_SIZE) in the corresponding "m-ary method". */
1385 #define POWI_WINDOW_SIZE 3 macro
1477 digit = val & ((1 << POWI_WINDOW_SIZE) - 1);
1479 + POWI_WINDOW_SIZE + 1;
1480 val >>= POWI_WINDOW_SIZE; local
1517 digit = n & ((1 << POWI_WINDOW_SIZE) - 1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c3140 #define POWI_WINDOW_SIZE 3 macro
3162 digit = n & ((1 << POWI_WINDOW_SIZE) - 1);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc3240 #define POWI_WINDOW_SIZE 3 macro
3262 digit = n & ((1 << POWI_WINDOW_SIZE) - 1);

Completed in 280 milliseconds