HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 526 - 550 of 928) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
deque.tcc 335 _M_fill_initialize(const value_type& __value)
344 __value, _M_get_Tp_allocator());
347 __value, _M_get_Tp_allocator());
902 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
912 std::fill(__first._M_cur, __first._M_last, __value);
913 std::fill(__last._M_first, __last._M_cur, __value);
916 std::fill(__first._M_cur, __last._M_cur, __value);
random.tcc 162 __factor *= __detail::_Shift<_UIntType, 32>::__value;
346 __detail::_Shift<_UIntType, __w>::__value>(__sd);
355 __detail::_Shift<_UIntType, __w>::__value>(__x);
384 __factor *= __detail::_Shift<_UIntType, 32>::__value;
387 __detail::_Shift<_UIntType, __w>::__value>(__sum);
401 _M_x[0] = __detail::_Shift<_UIntType, __w - 1>::__value;
526 seed(result_type __value)
529 __lcg(__value == 0u ? default_seed : __value);
540 __detail::_Shift<uint_least32_t, 32>::__value>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
deque.tcc 351 _M_fill_initialize(const value_type& __value)
360 __value, _M_get_Tp_allocator());
363 __value, _M_get_Tp_allocator());
922 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
928 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
932 std::fill(__first._M_cur, __first._M_last, __value);
933 std::fill(__last._M_first, __last._M_cur, __value);
936 std::fill(__first._M_cur, __last._M_cur, __value);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
deque.tcc 351 _M_fill_initialize(const value_type& __value)
360 __value, _M_get_Tp_allocator());
363 __value, _M_get_Tp_allocator());
922 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
928 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
932 std::fill(__first._M_cur, __first._M_last, __value);
933 std::fill(__last._M_first, __last._M_cur, __value);
936 std::fill(__first._M_cur, __last._M_cur, __value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
deque.tcc 335 _M_fill_initialize(const value_type& __value)
344 __value, _M_get_Tp_allocator());
347 __value, _M_get_Tp_allocator());
902 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
912 std::fill(__first._M_cur, __first._M_last, __value);
913 std::fill(__last._M_first, __last._M_cur, __value);
916 std::fill(__first._M_cur, __last._M_cur, __value);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
deque.tcc 353 _M_fill_initialize(const value_type& __value)
362 __value, _M_get_Tp_allocator());
365 __value, _M_get_Tp_allocator());
920 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
926 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
930 std::fill(__first._M_cur, __first._M_last, __value);
931 std::fill(__last._M_first, __last._M_cur, __value);
934 std::fill(__first._M_cur, __last._M_cur, __value);
stl_list.h 548 * @param __value An element to copy.
551 * This constructor fills the %list with @a __n copies of @a __value.
553 list(size_type __n, const value_type& __value,
556 { _M_fill_initialize(__n, __value); }
561 * @param __value An element to copy.
564 * This constructor fills the %list with @a __n copies of @a __value.
567 list(size_type __n, const value_type& __value = value_type(),
570 { _M_fill_initialize(__n, __value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
deque.tcc 335 _M_fill_initialize(const value_type& __value)
344 __value, _M_get_Tp_allocator());
347 __value, _M_get_Tp_allocator());
902 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
908 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
912 std::fill(__first._M_cur, __first._M_last, __value);
913 std::fill(__last._M_first, __last._M_cur, __value);
916 std::fill(__first._M_cur, __last._M_cur, __value);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
deque.tcc 353 _M_fill_initialize(const value_type& __value)
362 __value, _M_get_Tp_allocator());
365 __value, _M_get_Tp_allocator());
920 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
926 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
930 std::fill(__first._M_cur, __first._M_last, __value);
931 std::fill(__last._M_first, __last._M_cur, __value);
934 std::fill(__first._M_cur, __last._M_cur, __value);
stl_list.h 548 * @param __value An element to copy.
551 * This constructor fills the %list with @a __n copies of @a __value.
553 list(size_type __n, const value_type& __value,
556 { _M_fill_initialize(__n, __value); }
561 * @param __value An element to copy.
564 * This constructor fills the %list with @a __n copies of @a __value.
567 list(size_type __n, const value_type& __value = value_type(),
570 { _M_fill_initialize(__n, __value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
deque.tcc 351 _M_fill_initialize(const value_type& __value)
360 __value, _M_get_Tp_allocator());
363 __value, _M_get_Tp_allocator());
922 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
928 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
932 std::fill(__first._M_cur, __first._M_last, __value);
933 std::fill(__last._M_first, __last._M_cur, __value);
936 std::fill(__first._M_cur, __last._M_cur, __value);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
deque.tcc 372 _M_fill_initialize(const value_type& __value)
381 __value, _M_get_Tp_allocator());
384 __value, _M_get_Tp_allocator());
943 const _Deque_iterator<_Tp, _Tp&, _Tp*>& __last, const _Tp& __value)
949 std::fill(*__node, *__node + _Self::_S_buffer_size(), __value);
953 std::fill(__first._M_cur, __first._M_last, __value);
954 std::fill(__last._M_first, __last._M_cur, __value);
957 std::fill(__first._M_cur, __last._M_cur, __value);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
random 52 { static const _UIntType __value = 0; };
56 { static const _UIntType __value = _UIntType(1) << __w; };
257 operator()(_Tp __value)
258 { return _M_dist(_M_engine, __value); }
566 mersenne_twister(unsigned long __value)
567 { seed(__value); }
578 seed(unsigned long __value);
591 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
740 subtract_with_carry(unsigned long __value)
741 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 58 { static const _UIntType __value = 0; };
62 { static const _UIntType __value = _UIntType(1) << __w; };
267 operator()(_Tp __value)
268 { return _M_dist(_M_engine, __value); }
576 mersenne_twister(unsigned long __value)
577 { seed(__value); }
588 seed(unsigned long __value);
601 { return __detail::_Shift<_UIntType, __w>::__value - 1; }
750 subtract_with_carry(unsigned long __value)
751 { this->seed(__value); }
    [all...]

Completed in 1119 milliseconds

<<21222324252627282930>>