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

/external/libcxx/benchmarks/
H A Dunordered_set_operations.bench.cpp32 const std::size_t __mul = 0x9ddfea08eb382d69ULL; local
33 std::size_t __a = (__u ^ __v) * __mul;
35 std::size_t __b = (__v ^ __a) * __mul;
37 __b *= __mul;

Completed in 217 milliseconds