Home
last modified time | relevance | path

Searched refs:double_up (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Ddonotoptimize_test.cc7 std::uint64_t double_up(const std::uint64_t x) __attribute__((const));
9 std::uint64_t double_up(const std::uint64_t x) { return x * 2; } in double_up() function
30 benchmark::DoNotOptimize(double_up(x)); in main()
/external/google-benchmark/test/
Ddonotoptimize_test.cc7 std::uint64_t double_up(const std::uint64_t x) __attribute__((const));
9 std::uint64_t double_up(const std::uint64_t x) { return x * 2; } in double_up() function
46 benchmark::DoNotOptimize(double_up(x)); in main()