Searched refs:__mul (Results 1 – 3 of 3) sorted by relevance
33 const std::size_t __mul = 0x9ddfea08eb382d69ULL; in hash_len_16() local34 std::size_t __a = (__u ^ __v) * __mul; in hash_len_16()36 std::size_t __b = (__v ^ __a) * __mul; in hash_len_16()38 __b *= __mul; in hash_len_16()
1058 const _Size __mul = 0x9ddfea08eb382d69ULL;1059 _Size __a = (__u ^ __v) * __mul;1061 _Size __b = (__v ^ __a) * __mul;1063 __b *= __mul;
1011 struct __mul // __overflow == false1017 struct __mul<_Xp, _Yp, true>1024 typedef ratio<__mul<__n1, __d2, !value>::value,1025 __mul<__n2, __d1, !value>::value> type;