Home
last modified time | relevance | path

Searched refs:__exponentiate_threshold (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dropeimpl.h1381 const size_t __exponentiate_threshold = 32; in rope() local
1391 __exponent = __n / __exponentiate_threshold; in rope()
1392 __rest = __n % __exponentiate_threshold; in rope()
1411 _Data_allocate(_S_rounded_up_size(__exponentiate_threshold)); in rope()
1414 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c); in rope()
1415 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]); in rope()
1418 __exponentiate_threshold, __a); in rope()
1423 __exponentiate_threshold, __a); in rope()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dropeimpl.h1535 const size_t __exponentiate_threshold = 32; in rope() local
1545 __exponent = __n / __exponentiate_threshold; in rope()
1546 __rest = __n % __exponentiate_threshold; in rope()
1567 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold)); in rope()
1570 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c, in rope()
1572 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]); in rope()
1576 __exponentiate_threshold, __a); in rope()
1581 __exponentiate_threshold, __a); in rope()