MCPcopy Create free account
hub / github.com/chfast/intx / exp

Function exp

test/benchmarks/benchmarks.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42[[gnu::noinline]] auto exp(const uint256& x, const uint256& y) noexcept
43{
44 return intx::exp(x, y);
45}
46
47template <typename ArgT, div_result<ArgT> DivFn(const ArgT&, const ArgT&)>
48void div(benchmark::State& state) noexcept

Callers 3

exponentiationFunction · 0.70
exponentiation2Function · 0.70
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40