HomeSort by relevance Sort by last modified time
    Searched full:__t1 (Results 26 - 50 of 346) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 246 bool operator()(const _T1& __t1, const _T2& __t2) const
247 { return __t1 == __t2; }
255 operator()(const _T1& __t1, const _T2& __t2) const
256 { return __t1 < __t2; }
259 operator()(const _T2& __t2, const _T1& __t1) const
260 { return __t2 < __t1; }
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 246 bool operator()(const _T1& __t1, const _T2& __t2) const
247 { return __t1 == __t2; }
255 operator()(const _T1& __t1, const _T2& __t2) const
256 { return __t1 < __t2; }
259 operator()(const _T2& __t2, const _T1& __t1) const
260 { return __t2 < __t1; }
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
base.h 246 bool operator()(const _T1& __t1, const _T2& __t2) const
247 { return __t1 == __t2; }
255 operator()(const _T1& __t1, const _T2& __t2) const
256 { return __t1 < __t2; }
259 operator()(const _T2& __t2, const _T1& __t1) const
260 { return __t2 < __t1; }
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
type_traits 36 typedef char __t1;
49 static __t1 __test(_Up(*)[1]);
58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1);
65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1);
74 static __t1 __test( int _Up::* );
83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1);
89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
type_traits 36 typedef char __t1;
49 static __t1 __test(_Up(*)[1]);
58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1);
65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1);
74 static __t1 __test( int _Up::* );
83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1);
89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
type_traits 36 typedef char __t1;
49 static __t1 __test(_Up(*)[1]);
58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1);
65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_types::__t1);
74 static __t1 __test( int _Up::* );
83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1);
89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hypergeometric.tcc 123 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c);
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
135 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
307 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c);
314 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
315 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
320 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hypergeometric.tcc 123 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c);
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
135 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
307 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c);
314 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
315 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
320 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hypergeometric.tcc 123 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c);
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
135 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
307 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c);
314 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
315 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
320 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hypergeometric.tcc 123 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c);
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
135 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
307 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c);
314 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
315 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
320 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hypergeometric.tcc 123 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c);
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
135 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
307 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c);
314 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
315 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
320 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hypergeometric.tcc 123 const _Tp __t1 = (__a + _Tp(1)) / (_Tp(2) * __c);
129 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
130 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
135 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
307 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c);
314 _Tp __Bnm2 = _Tp(1) + __t1 * __x;
315 _Tp __Bnm1 = _Tp(1) + __t2 * __x * (_Tp(1) + __t1 / _Tp(3) * __x);
320 + __t0 * __t1 * (__c / (__c + _Tp(1))) * __x * __x;
  /external/icu/icu4c/source/common/unicode/
utf8.h 347 uint8_t __t1, __t2; \
351 (__t1=(uint8_t)((s)[i]-0x80))<=0x3f && \
355 (c)=(UChar)(((c)<<12)|(__t1<<6)|__t2); \
360 (__t1=(uint8_t)((s)[i]-0x80))<=0x3f \
362 (c)=(((c)&0x1f)<<6)|__t1; \
398 uint8_t __t1, __t2; \
402 (__t1=(uint8_t)((s)[i]-0x80))<=0x3f && \
406 (c)=(UChar)(((c)<<12)|(__t1<<6)|__t2); \
411 (__t1=(uint8_t)((s)[i]-0x80))<=0x3f \
413 (c)=(((c)&0x1f)<<6)|__t1; \
    [all...]
  /external/libcxx/include/
utility 335 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {}
415 explicit pair(_T1 const& __t1, _T2 const& __t2)
416 : first(__t1), second(__t2) {}
422 pair(_T1 const& __t1, _T2 const& __t2)
423 : first(__t1), second(__t2) {}
635 make_pair(_T1&& __t1, _T2&& __t2)
638 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
    [all...]
memory     [all...]
regex     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
utility 335 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {}
415 explicit pair(_T1 const& __t1, _T2 const& __t2)
416 : first(__t1), second(__t2) {}
422 pair(_T1 const& __t1, _T2 const& __t2)
423 : first(__t1), second(__t2) {}
635 make_pair(_T1&& __t1, _T2&& __t2)
638 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
    [all...]
memory     [all...]
regex     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
utility 335 pair(_T1 const& __t1, _T2 const& __t2) : first(__t1), second(__t2) {}
415 explicit pair(_T1 const& __t1, _T2 const& __t2)
416 : first(__t1), second(__t2) {}
422 pair(_T1 const& __t1, _T2 const& __t2)
423 : first(__t1), second(__t2) {}
635 make_pair(_T1&& __t1, _T2&& __t2)
638 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
    [all...]
memory     [all...]
regex     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
memory     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
memory     [all...]
  /external/icu/icu4c/source/common/
utrie2.h     [all...]

Completed in 246 milliseconds

12 3 4 5 6 7 8 91011>>