Home
last modified time | relevance | path

Searched defs:pow2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/libcxx/containers/unord/
H A Dnext_pow2.pass.cpp53 std::size_t pow2 = 1ULL << n; test_next_pow2() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp1260 Value pow2 = exp2I32(builder, nI32); matchAndRewrite() local
/llvm-project/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h22765 isl::val val::pow2() const in pow2() function