Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Ddonotoptimize_test.cc7 std::int64_t double_up(const std::int64_t x) __attribute__((const));
9 std::int64_t double_up(const std::int64_t x) { return x * 2; } in double_up() function
58 std::int64_t y = double_up(x); in main()

Completed in 1 milliseconds