/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 190 typename _Traits::int_type __c1 = __buf->sbumpc(); local 191 if (_Traits::eq_int_type(__c1, __eof)) { 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 190 typename _Traits::int_type __c1 = __buf->sbumpc(); local 191 if (_Traits::eq_int_type(__c1, __eof)) { 196 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
random.h | 470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 475 const linear_congruential<_UIntType1, __a1, __c1, 491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 648 _UIntType1 __c1, int __l1, 653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 667 _UIntType1 __c1, int __l1, 672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
random.h | 470 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 475 const linear_congruential<_UIntType1, __a1, __c1, 491 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 496 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 648 _UIntType1 __c1, int __l1, 653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 667 _UIntType1 __c1, int __l1, 672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
ell_integral.tcc | 90 const _Tp __c1 = _Tp(1) / _Tp(24); 127 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 332 const _Tp __c1 = _Tp(3) / _Tp(14); 375 _Tp __s1 = __ed * (-__c1 + __c3 * __ed 508 const _Tp __c1 = _Tp(1) / _Tp(7); 535 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); 584 const _Tp __c1 = _Tp(3) / _Tp(14); 639 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4)
|
/external/stlport/stlport/stl/ |
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.h | 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 774 if (_Traits::eq_int_type(__c1, __eof)) { 779 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1); 824 typename _Traits::int_type __c1 = __buf->sbumpc(); 825 if (_Traits::eq_int_type(__c1, __eof)) { 830 typename _Traits::char_type __c2 = _Traits::to_char_type(__c1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 638 _UIntType1 __c1, int __l1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 657 _UIntType1 __c1, int __l1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
random.tcc | 952 const _RealType __c1 = _M_sm * __spi_2; 953 const _RealType __c2 = _M_c2b + __c1; 970 if (__u <= __c1) [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 638 _UIntType1 __c1, int __l1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 657 _UIntType1 __c1, int __l1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 638 _UIntType1 __c1, int __l1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 657 _UIntType1 __c1, int __l1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
random | 460 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 465 const linear_congruential<_UIntType1, __a1, __c1, 481 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, 486 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); 638 _UIntType1 __c1, int __l1, 643 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); 657 _UIntType1 __c1, int __l1, 662 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
bitset | [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
bitset | [all...] |