Home
last modified time | relevance | path

Searched refs:__next_prime (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/
Dnext_prime.pass.cpp40 assert(std::__next_prime(0) == 0); in main()
43 std::size_t p = std::__next_prime(n); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp152 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1); in __insert_c()
501 size_t nc = __next_prime(2*static_cast<size_t>(__iend_ - __ibeg_) + 1); in __insert_iterator()
Dhash.cpp179 __next_prime(size_t n) in __next_prime() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__hash_table36 size_t __next_prime(size_t __n);
1944 __n = __next_prime(__n);
1954 __next_prime(size_t(ceil(float(size()) / max_load_factor())))
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch408 size_t nc = __next_prime(2*static_cast<size_t>(__cend_ - __cbeg_) + 1);