/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
istream.tcc | 135 else if (__l > __gnu_cxx::__numeric_traits<short>::__max) 138 __n = __gnu_cxx::__numeric_traits<short>::__max; 180 else if (__l > __gnu_cxx::__numeric_traits<int>::__max) 183 __n = __gnu_cxx::__numeric_traits<int>::__max; 522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max 534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; 579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max 592 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; 599 < __gnu_cxx::__numeric_traits<streamsize>::__max) 973 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; [all...] |
sstream.tcc | 261 while (__off > __gnu_cxx::__numeric_traits<int>::__max) 263 this->pbump(__gnu_cxx::__numeric_traits<int>::__max); 264 __off -= __gnu_cxx::__numeric_traits<int>::__max;
|
locale_facets.tcc | 96 != __gnu_cxx::__numeric_traits<char>::__max)); 466 const __unsigned_type __max = 469 : __gnu_cxx::__numeric_traits<_ValueT>::__max; 470 const __unsigned_type __smax = __max / __base; 488 __testoverflow |= __result > __max - __digit; 535 __testoverflow |= __result > __max - __digit; 574 __v = __gnu_cxx::__numeric_traits<_ValueT>::__max; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
istream.tcc | 135 else if (__l > __gnu_cxx::__numeric_traits<short>::__max) 138 __n = __gnu_cxx::__numeric_traits<short>::__max; 180 else if (__l > __gnu_cxx::__numeric_traits<int>::__max) 183 __n = __gnu_cxx::__numeric_traits<int>::__max; 522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max 534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; 579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max 592 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; 599 < __gnu_cxx::__numeric_traits<streamsize>::__max) 973 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; [all...] |
sstream.tcc | 261 while (__off > __gnu_cxx::__numeric_traits<int>::__max) 263 this->pbump(__gnu_cxx::__numeric_traits<int>::__max); 264 __off -= __gnu_cxx::__numeric_traits<int>::__max;
|
locale_facets.tcc | 96 != __gnu_cxx::__numeric_traits<char>::__max)); 466 const __unsigned_type __max = 469 : __gnu_cxx::__numeric_traits<_ValueT>::__max; 470 const __unsigned_type __smax = __max / __base; 488 __testoverflow |= __result > __max - __digit; 535 __testoverflow |= __result > __max - __digit; 574 __v = __gnu_cxx::__numeric_traits<_ValueT>::__max; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
istream.tcc | 135 else if (__l > __gnu_cxx::__numeric_traits<short>::__max) 138 __n = __gnu_cxx::__numeric_traits<short>::__max; 180 else if (__l > __gnu_cxx::__numeric_traits<int>::__max) 183 __n = __gnu_cxx::__numeric_traits<int>::__max; 522 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max 534 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; 579 if (__n == __gnu_cxx::__numeric_traits<streamsize>::__max 592 _M_gcount = __gnu_cxx::__numeric_traits<streamsize>::__max; 599 < __gnu_cxx::__numeric_traits<streamsize>::__max) 973 __num = __gnu_cxx::__numeric_traits<streamsize>::__max; [all...] |
sstream.tcc | 261 while (__off > __gnu_cxx::__numeric_traits<int>::__max) 263 this->pbump(__gnu_cxx::__numeric_traits<int>::__max); 264 __off -= __gnu_cxx::__numeric_traits<int>::__max;
|
locale_facets.tcc | 96 != __gnu_cxx::__numeric_traits<char>::__max)); 466 const __unsigned_type __max = 469 : __gnu_cxx::__numeric_traits<_ValueT>::__max; 470 const __unsigned_type __smax = __max / __base; 488 __testoverflow |= __result > __max - __digit; 535 __testoverflow |= __result > __max - __digit; 574 __v = __gnu_cxx::__numeric_traits<_ValueT>::__max; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
sstream.tcc | 261 while (__off > __gnu_cxx::__numeric_traits<int>::__max) 263 this->pbump(__gnu_cxx::__numeric_traits<int>::__max); 264 __off -= __gnu_cxx::__numeric_traits<int>::__max;
|
locale_facets.tcc | 96 != __gnu_cxx::__numeric_traits<char>::__max)); 466 const __unsigned_type __max = 469 : __gnu_cxx::__numeric_traits<_ValueT>::__max; 470 const __unsigned_type __smax = __max / __base; 488 __testoverflow |= __result > __max - __digit; 535 __testoverflow |= __result > __max - __digit; 574 __v = __gnu_cxx::__numeric_traits<_ValueT>::__max; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
string_conversions.h | 69 || __tmp > __numeric_traits<int>::__max)))
|
codecvt_specializations.h | 282 const extern_type* __end, size_t __max) const; 498 const extern_type* __end, size_t __max) const 499 { return std::min(__max, static_cast<size_t>(__end - __from)); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
string_conversions.h | 69 || __tmp > __numeric_traits<int>::__max)))
|
codecvt_specializations.h | 282 const extern_type* __end, size_t __max) const; 498 const extern_type* __end, size_t __max) const 499 { return std::min(__max, static_cast<size_t>(__end - __from)); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
string_conversions.h | 69 || __tmp > __numeric_traits<int>::__max)))
|
codecvt_specializations.h | 282 const extern_type* __end, size_t __max) const; 498 const extern_type* __end, size_t __max) const 499 { return std::min(__max, static_cast<size_t>(__end - __from)); }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
string_conversions.h | 69 || __tmp > __numeric_traits<int>::__max)))
|
codecvt_specializations.h | 282 const extern_type* __end, size_t __max) const; 498 const extern_type* __end, size_t __max) const 499 { return std::min(__max, static_cast<size_t>(__end - __from)); }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 57 int mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l) { 60 __pwc, __pmb, __max);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
ell_integral.tcc | 76 const _Tp __max = std::numeric_limits<_Tp>::max(); 78 const _Tp __uplim = __max / _Tp(5); 318 const _Tp __max = std::numeric_limits<_Tp>::max(); 319 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); 497 const _Tp __max = std::numeric_limits<_Tp>::max(); 499 const _Tp __uplim = __max / _Tp(5); 568 const _Tp __max = std::numeric_limits<_Tp>::max(); 571 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
ell_integral.tcc | 76 const _Tp __max = std::numeric_limits<_Tp>::max(); 78 const _Tp __uplim = __max / _Tp(5); 318 const _Tp __max = std::numeric_limits<_Tp>::max(); 319 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); 497 const _Tp __max = std::numeric_limits<_Tp>::max(); 499 const _Tp __uplim = __max / _Tp(5); 568 const _Tp __max = std::numeric_limits<_Tp>::max(); 571 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
ell_integral.tcc | 76 const _Tp __max = std::numeric_limits<_Tp>::max(); 78 const _Tp __uplim = __max / _Tp(5); 318 const _Tp __max = std::numeric_limits<_Tp>::max(); 319 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); 497 const _Tp __max = std::numeric_limits<_Tp>::max(); 499 const _Tp __uplim = __max / _Tp(5); 568 const _Tp __max = std::numeric_limits<_Tp>::max(); 571 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3));
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
ell_integral.tcc | 76 const _Tp __max = std::numeric_limits<_Tp>::max(); 78 const _Tp __uplim = __max / _Tp(5); 318 const _Tp __max = std::numeric_limits<_Tp>::max(); 319 const _Tp __lolim = _Tp(2) / std::pow(__max, _Tp(2) / _Tp(3)); 497 const _Tp __max = std::numeric_limits<_Tp>::max(); 499 const _Tp __uplim = __max / _Tp(5); 568 const _Tp __max = std::numeric_limits<_Tp>::max(); 571 * std::pow(_Tp(0.2L) * __max, _Tp(1)/_Tp(3));
|
/external/opencv/cvaux/src/ |
_cvvectrack.h | 76 /* Simakov: modify __max to max */
|