HomeSort by relevance Sort by last modified time
    Searched refs:__next_prime (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/containers/unord/
next_prime.pass.cpp 16 // size_t __next_prime(size_t n);
42 assert(std::__next_prime(0) == 0);
45 std::size_t p = std::__next_prime(n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/
next_prime.pass.cpp 14 // size_t __next_prime(size_t n);
40 assert(std::__next_prime(0) == 0);
43 std::size_t p = std::__next_prime(n);
  /external/libcxx/src/
debug.cpp 152 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1);
501 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1);
hash.cpp 159 throw overflow_error("__next_prime overflow");
172 throw overflow_error("__next_prime overflow");
179 __next_prime(size_t n) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 152 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1);
501 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1);
hash.cpp 159 throw overflow_error("__next_prime overflow");
172 throw overflow_error("__next_prime overflow");
179 __next_prime(size_t n) function

Completed in 308 milliseconds