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

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dordered.c350 doacross->shift_counts[i - 1] = shift_count;
401 = (unsigned long) counts[0] << doacross->shift_counts[0];
405 << doacross->shift_counts[i];
464 = (unsigned long) first << doacross->shift_counts[0];
470 << doacross->shift_counts[i];
606 doacross->shift_counts[i - 1] = shift_count;
657 = counts[0] << doacross->shift_counts[0];
660 flattened |= counts[i] << doacross->shift_counts[i];
740 gomp_ull flattened = first << doacross->shift_counts[0];
746 << doacross->shift_counts[
[all...]
H A Dlibgomp.h257 unsigned int shift_counts[]; member in struct:gomp_doacross_work_share
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dordered.c350 doacross->shift_counts[i - 1] = shift_count;
401 = (unsigned long) counts[0] << doacross->shift_counts[0];
405 << doacross->shift_counts[i];
464 = (unsigned long) first << doacross->shift_counts[0];
470 << doacross->shift_counts[i];
606 doacross->shift_counts[i - 1] = shift_count;
657 = counts[0] << doacross->shift_counts[0];
660 flattened |= counts[i] << doacross->shift_counts[i];
740 gomp_ull flattened = first << doacross->shift_counts[0];
746 << doacross->shift_counts[
[all...]
H A Dlibgomp.h260 unsigned int shift_counts[]; member in struct:gomp_doacross_work_share

Completed in 138 milliseconds