HomeSort by relevance Sort by last modified time
    Searched full:__value (Results 126 - 150 of 417) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.tcc 446 string_type __value;
447 __value.reserve(2 * __len);
458 __value.assign(2 * __paddec, char_type());
460 std::__add_grouping(&__value[0], __lc->_M_thousands_sep,
464 __value.erase(__vend - &__value[0]);
467 __value.assign(__beg, __paddec);
473 __value += __lc->_M_decimal_point;
475 __value.append(__beg + __paddec, __lc->_M_frac_digits);
479 __value.append(-__paddec, __lit[money_base::_S_zero])
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random.tcc 182 seed(unsigned long __value)
185 __detail::_Shift<_UIntType, __w>::__value>(__value);
194 __detail::_Shift<_UIntType, __w>::__value>(__x);
210 __detail::_Shift<_UIntType, __w>::__value>(__gen());
316 seed(unsigned long __value)
318 if (__value == 0)
319 __value = 19780503;
322 __lcg(__value);
347 __factor *= __detail::_Shift<_UIntType, 32>::__value;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
list 83 list(size_type __n, const _Tp& __value,
85 : _Base(__n, __value, __a) { }
88 list(size_type __n, const _Tp& __value = _Tp(),
90 : _Base(__n, __value, __a) { }
566 remove(const _Tp& __value)
570 if (*__x == __value)
vector 85 vector(size_type __n, const _Tp& __value,
87 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
90 vector(size_type __n, const _Tp& __value = _Tp(),
92 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
371 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
432 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
deque 82 deque(size_type __n, const _Tp& __value,
84 : _Base(__n, __value, __a) { }
87 deque(size_type __n, const _Tp& __value = _Tp(),
89 : _Base(__n, __value, __a) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
list 84 list(size_type __n, const _Tp& __value,
86 : _Base(__n, __value, __a)
93 list(size_type __n, const _Tp& __value = _Tp(),
95 : _Base(__n, __value, __a)
453 remove(const _Tp& __value)
457 if (*__x == __value)
vector 96 vector(size_type __n, const _Tp& __value,
98 : _Base(__n, __value, __a)
105 vector(size_type __n, const _Tp& __value = _Tp(),
107 : _Base(__n, __value, __a)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
list 83 list(size_type __n, const _Tp& __value,
85 : _Base(__n, __value, __a) { }
88 list(size_type __n, const _Tp& __value = _Tp(),
90 : _Base(__n, __value, __a) { }
566 remove(const _Tp& __value)
570 if (*__x == __value)
vector 85 vector(size_type __n, const _Tp& __value,
87 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
90 vector(size_type __n, const _Tp& __value = _Tp(),
92 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
371 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
432 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
deque 82 deque(size_type __n, const _Tp& __value,
84 : _Base(__n, __value, __a) { }
87 deque(size_type __n, const _Tp& __value = _Tp(),
89 : _Base(__n, __value, __a) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
list 84 list(size_type __n, const _Tp& __value,
86 : _Base(__n, __value, __a)
93 list(size_type __n, const _Tp& __value = _Tp(),
95 : _Base(__n, __value, __a)
453 remove(const _Tp& __value)
457 if (*__x == __value)
vector 96 vector(size_type __n, const _Tp& __value,
98 : _Base(__n, __value, __a)
105 vector(size_type __n, const _Tp& __value = _Tp(),
107 : _Base(__n, __value, __a)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
vector 77 explicit vector(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
323 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
385 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
string_conversions.h 57 || (std::__are_same<_Ret, int>::__value
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
semaphore.h 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
semaphore.h 37 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
vector 77 explicit vector(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
323 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
385 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 57 || (std::__are_same<_Ret, int>::__value
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
vector 77 explicit vector(size_type __n, const _Tp& __value = _Tp(),
79 : _Base(__n, __value, __a), _M_guaranteed_capacity(__n) { }
323 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
385 typename __gnu_cxx::__enable_if<!std::__are_same<_Up, bool>::__value,
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 57 || (std::__are_same<_Ret, int>::__value

Completed in 882 milliseconds

1 2 3 4 56 7 8 91011>>