Home
last modified time | relevance | path

Searched refs:__mul (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/benchmarks/
Dunordered_set_operations.bench.cpp32 const std::size_t __mul = 0x9ddfea08eb382d69ULL; in hash_len_16() local
33 std::size_t __a = (__u ^ __v) * __mul; in hash_len_16()
35 std::size_t __b = (__v ^ __a) * __mul; in hash_len_16()
37 __b *= __mul; in hash_len_16()
/external/libcxx/include/
Dchrono510 struct __mul // __overflow == false
516 struct __mul<_Xp, _Yp, true>
523 typedef ratio<__mul<__n1, __d2, !value>::value,
524 __mul<__n2, __d1, !value>::value> type;
Dutility1028 const _Size __mul = 0x9ddfea08eb382d69ULL;
1029 _Size __a = (__u ^ __v) * __mul;
1031 _Size __b = (__v ^ __a) * __mul;
1033 __b *= __mul;