Searched refs:__exponentiate_threshold (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dropeimpl.h1531 const size_t __exponentiate_threshold = 32; local
1541 __exponent = __n / __exponentiate_threshold;
1542 __rest = __n % __exponentiate_threshold;
1565 this->_Data_allocate(_S_rounded_up_size(__exponentiate_threshold));
1568 __uninitialized_fill_n_a(__base_buffer, __exponentiate_threshold, __c,
1570 _S_cond_store_eos(__base_buffer[__exponentiate_threshold]);
1574 __exponentiate_threshold,
1580 __exponentiate_threshold,
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_rope.h1414 # define __exponentiate_threshold size_t(32) macro
1421 size_t __exponent = __n / __exponentiate_threshold;
1422 size_t __rest = __n % __exponentiate_threshold;
1436 _CharT* __base_buffer = _M_tree_ptr.allocate(_S_rounded_up_size(__exponentiate_threshold));
1439 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c);
1440 _S_construct_null(__base_buffer + __exponentiate_threshold);
1443 __exponentiate_threshold, __a);
1446 __exponentiate_threshold, __a))
1463 # undef __exponentiate_threshold macro
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_rope.h1414 # define __exponentiate_threshold size_t(32) macro
1421 size_t __exponent = __n / __exponentiate_threshold;
1422 size_t __rest = __n % __exponentiate_threshold;
1436 _CharT* __base_buffer = _M_tree_ptr.allocate(_S_rounded_up_size(__exponentiate_threshold));
1439 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c);
1440 _S_construct_null(__base_buffer + __exponentiate_threshold);
1443 __exponentiate_threshold, __a);
1446 __exponentiate_threshold, __a))
1463 # undef __exponentiate_threshold macro
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_rope.h1414 # define __exponentiate_threshold size_t(32) macro
1421 size_t __exponent = __n / __exponentiate_threshold;
1422 size_t __rest = __n % __exponentiate_threshold;
1436 _CharT* __base_buffer = _M_tree_ptr.allocate(_S_rounded_up_size(__exponentiate_threshold));
1439 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c);
1440 _S_construct_null(__base_buffer + __exponentiate_threshold);
1443 __exponentiate_threshold, __a);
1446 __exponentiate_threshold, __a))
1463 # undef __exponentiate_threshold macro
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_rope.h1414 # define __exponentiate_threshold size_t(32) macro
1421 size_t __exponent = __n / __exponentiate_threshold;
1422 size_t __rest = __n % __exponentiate_threshold;
1436 _CharT* __base_buffer = _M_tree_ptr.allocate(_S_rounded_up_size(__exponentiate_threshold));
1439 uninitialized_fill_n(__base_buffer, __exponentiate_threshold, __c);
1440 _S_construct_null(__base_buffer + __exponentiate_threshold);
1443 __exponentiate_threshold, __a);
1446 __exponentiate_threshold, __a))
1463 # undef __exponentiate_threshold macro

Completed in 493 milliseconds