HomeSort by relevance Sort by last modified time
    Searched full:_integer (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /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.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) {
_string_workaround.h 135 template <class _Integer>
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
239 template <class _Integer>
240 _Self& _M_append_dispatch(_Integer __n, _Integer __x, const __true_type& /*Integral*/)
278 template <class _Integer>
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
426 template <class _Integer>
    [all...]
_numeric.c 73 template <class _Tp, class _Integer, class _MonoidOperation>
74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
_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...]
_slist.h 362 template <class _Integer>
363 void _M_assign_dispatch(_Integer __n, _Integer __val,
497 template <class _Integer>
498 void _M_insert_after_range(_Node_base* __pos, _Integer __n, _Integer __x,
534 template <class _Integer>
535 void _M_splice_after_range(_Node_base* __pos, _Integer __n, _Integer __x,
570 template <class _Integer>
    [all...]
  /prebuilts/ndk/current/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.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) {
_string_workaround.h 135 template <class _Integer>
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
239 template <class _Integer>
240 _Self& _M_append_dispatch(_Integer __n, _Integer __x, const __true_type& /*Integral*/)
278 template <class _Integer>
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
426 template <class _Integer>
    [all...]
_numeric.c 73 template <class _Tp, class _Integer, class _MonoidOperation>
74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
_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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
numeric 72 template<typename _Tp, typename _Integer, typename _MonoidOperation>
74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
99 template<typename _Tp, typename _Integer>
101 __power(_Tp __x, _Integer __n)
111 template<typename _Tp, typename _Integer, typename _MonoidOperation>
113 power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
121 template<typename _Tp, typename _Integer>
123 power(_Tp __x, _Integer __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
numeric 72 template<typename _Tp, typename _Integer, typename _MonoidOperation>
74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
99 template<typename _Tp, typename _Integer>
101 __power(_Tp __x, _Integer __n)
111 template<typename _Tp, typename _Integer, typename _MonoidOperation>
113 power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
121 template<typename _Tp, typename _Integer>
123 power(_Tp __x, _Integer __n)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
numeric 72 template<typename _Tp, typename _Integer, typename _MonoidOperation>
74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
99 template<typename _Tp, typename _Integer>
101 __power(_Tp __x, _Integer __n)
111 template<typename _Tp, typename _Integer, typename _MonoidOperation>
113 power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
121 template<typename _Tp, typename _Integer>
123 power(_Tp __x, _Integer __n)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
numeric 72 template<typename _Tp, typename _Integer, typename _MonoidOperation>
74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
99 template<typename _Tp, typename _Integer>
101 __power(_Tp __x, _Integer __n)
111 template<typename _Tp, typename _Integer, typename _MonoidOperation>
113 power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
121 template<typename _Tp, typename _Integer>
123 power(_Tp __x, _Integer __n)
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 151 template <class _Integer>
152 void _M_assign_dispatch(_Integer __n, _Integer __val,
244 template <class _Integer>
245 void _M_insert_after_dispatch(iterator __pos, _Integer __n, _Integer __val,
305 template <class _Integer>
306 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
_deque.h 234 template <class _Integer>
235 void _M_assign_dispatch(_Integer __n, _Integer __val,
306 template <class _Integer>
307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
_list.h 190 template <class _Integer>
191 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
261 template <class _Integer>
262 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 151 template <class _Integer>
152 void _M_assign_dispatch(_Integer __n, _Integer __val,
244 template <class _Integer>
245 void _M_insert_after_dispatch(iterator __pos, _Integer __n, _Integer __val,
305 template <class _Integer>
306 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
_deque.h 234 template <class _Integer>
235 void _M_assign_dispatch(_Integer __n, _Integer __val,
306 template <class _Integer>
307 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
_list.h 190 template <class _Integer>
191 void _M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val,
261 template <class _Integer>
262 void _M_assign_dispatch(_Integer __n, _Integer __val, const __true_type&)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 374 template<typename _FIter, typename _Integer, typename _Tp>
376 search_n(_FIter, _FIter, _Integer, const _Tp&,
379 template<typename _FIter, typename _Integer, typename _Tp,
382 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate,
385 template<typename _FIter, typename _Integer, typename _Tp>
387 search_n(_FIter, _FIter, _Integer, const _Tp&);
389 template<typename _FIter, typename _Integer, typename _Tp,
392 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate);
394 template<typename _RAIter, typename _Integer, typename _Tp,
397 __search_n_switch(_RAIter, _RAIter, _Integer, const _Tp&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algorithmfwd.h 374 template<typename _FIter, typename _Integer, typename _Tp>
376 search_n(_FIter, _FIter, _Integer, const _Tp&,
379 template<typename _FIter, typename _Integer, typename _Tp,
382 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate,
385 template<typename _FIter, typename _Integer, typename _Tp>
387 search_n(_FIter, _FIter, _Integer, const _Tp&);
389 template<typename _FIter, typename _Integer, typename _Tp,
392 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate);
394 template<typename _RAIter, typename _Integer, typename _Tp,
397 __search_n_switch(_RAIter, _RAIter, _Integer, const _Tp&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algorithmfwd.h 374 template<typename _FIter, typename _Integer, typename _Tp>
376 search_n(_FIter, _FIter, _Integer, const _Tp&,
379 template<typename _FIter, typename _Integer, typename _Tp,
382 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate,
385 template<typename _FIter, typename _Integer, typename _Tp>
387 search_n(_FIter, _FIter, _Integer, const _Tp&);
389 template<typename _FIter, typename _Integer, typename _Tp,
392 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate);
394 template<typename _RAIter, typename _Integer, typename _Tp,
397 __search_n_switch(_RAIter, _RAIter, _Integer, const _Tp&
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algorithmfwd.h 374 template<typename _FIter, typename _Integer, typename _Tp>
376 search_n(_FIter, _FIter, _Integer, const _Tp&,
379 template<typename _FIter, typename _Integer, typename _Tp,
382 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate,
385 template<typename _FIter, typename _Integer, typename _Tp>
387 search_n(_FIter, _FIter, _Integer, const _Tp&);
389 template<typename _FIter, typename _Integer, typename _Tp,
392 search_n(_FIter, _FIter, _Integer, const _Tp&, _BiPredicate);
394 template<typename _RAIter, typename _Integer, typename _Tp,
397 __search_n_switch(_RAIter, _RAIter, _Integer, const _Tp&
    [all...]

Completed in 520 milliseconds

1 2 3 4 5