Home
last modified time | relevance | path

Searched refs:shift_size (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c2079 int shift_size; in pdp11_shift_length() local
2082 shift_size = simple_operand_p ? 2 : 4; in pdp11_shift_length()
2086 shift_size *= 2; in pdp11_shift_length()
2092 shift_size *= INTVAL (operands[2]); in pdp11_shift_length()
2094 shift_size += 4; in pdp11_shift_length()
2098 shift_size += 2; in pdp11_shift_length()
2100 return shift_size; in pdp11_shift_length()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc2077 int shift_size; in pdp11_shift_length() local
2080 shift_size = simple_operand_p ? 2 : 4; in pdp11_shift_length()
2084 shift_size *= 2; in pdp11_shift_length()
2090 shift_size *= INTVAL (operands[2]); in pdp11_shift_length()
2092 shift_size += 4; in pdp11_shift_length()
2096 shift_size += 2; in pdp11_shift_length()
2098 return shift_size; in pdp11_shift_length()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h557 static const int shift_size = __m; in _GLIBCXX_VISIBILITY()
H A Drandom.tcc213 __b, __t, __c, __l>::shift_size; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h557 static const int shift_size = __m; in _GLIBCXX_VISIBILITY()
H A Drandom.tcc213 __b, __t, __c, __l>::shift_size; member in std::tr1::mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s, __b, __t, __c, __l>
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Drandom88 static constexpr size_t shift_size = m;
2178 static _LIBCPP_CONSTEXPR const size_t shift_size = __m;
2331 …ter_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::shift_size;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drandom.tcc215 __s, __b, __t, __c, __l, __f>::shift_size; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>
H A Drandom.h512 static constexpr size_t shift_size = __m; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.tcc217 __s, __b, __t, __c, __l, __f>::shift_size; member in std::mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>
H A Drandom.h515 static constexpr size_t shift_size = __m; in _GLIBCXX_VISIBILITY()