/external/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|
_num_put.c | 274 template <class _Integer> 276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& /* is_signed */) { 291 template <class _Integer> 293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& /* is_signed */) { 302 template <class _Integer> 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) { 352 bool _IsSigned = !((_Integer)-1 > 0); 358 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned; 370 template <class _CharT, class _OutputIter, class _Integer> 372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|
_num_put.c | 274 template <class _Integer> 276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& /* is_signed */) { 291 template <class _Integer> 293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& /* is_signed */) { 302 template <class _Integer> 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) { 352 bool _IsSigned = !((_Integer)-1 > 0); 358 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned; 370 template <class _CharT, class _OutputIter, class _Integer> 372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|
_num_put.c | 274 template <class _Integer> 276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& /* is_signed */) { 291 template <class _Integer> 293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& /* is_signed */) { 302 template <class _Integer> 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) { 352 bool _IsSigned = !((_Integer)-1 > 0); 358 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned; 370 template <class _CharT, class _OutputIter, class _Integer> 372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|
_num_put.c | 274 template <class _Integer> 276 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __true_type& /* is_signed */) { 291 template <class _Integer> 293 __write_decimal_backward(char* __ptr, _Integer __x, ios_base::fmtflags __flags, const __false_type& /* is_signed */) { 302 template <class _Integer> 304 __write_integer_backward(char* __buf, ios_base::fmtflags __flags, _Integer __x) { 352 bool _IsSigned = !((_Integer)-1 > 0); 358 typedef typename __bool2type<numeric_limits<_Integer>::is_signed>::_Ret _IsSigned; 370 template <class _CharT, class _OutputIter, class _Integer> 372 __do_put_integer(_OutputIter __s, ios_base& __f, _CharT __fill, _Integer __x) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_num_get.c | 116 template <class _InputIter, class _Integer, class _CharT> 119 int __base, _Integer& __val, 122 _Integer __result = 0; 128 _Integer __over_base = (numeric_limits<_Integer>::min)() / __STATIC_CAST(_Integer, __base); 151 _Integer __next = __STATIC_CAST(_Integer, __base * __result - __n); 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 165 : (numeric_limits<_Integer>::max)( [all...] |
_numeric.c | 73 template <class _Tp, class _Integer, class _MonoidOperation> 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
|
_numeric.h | 139 template <class _Tp, class _Integer, class _MonoidOperation> 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr); 151 template <class _Tp, class _Integer> 152 inline _Tp __power(_Tp __x, _Integer __n) { 160 template <class _Tp, class _Integer, class _MonoidOperation> 161 inline _Tp power(_Tp __x, _Integer __n, _MonoidOperation __opr) { 165 template <class _Tp, class _Integer> 166 inline _Tp power(_Tp __x, _Integer __n) {
|