HomeSort by relevance Sort by last modified time
    Searched full:__i2 (Results 76 - 100 of 166) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
complex 252 const _Tp __i2 = __z.imag() * __z.imag();
253 const _Tp __x = _Tp(1.0) - __i2 - __z.real() * __z.real();
258 __num = __i2 + __num * __num;
259 __den = __i2 + __den * __den;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
complex 263 const _Tp __i2 = __z.imag() * __z.imag();
264 const _Tp __x = _Tp(1.0) - __i2 - __z.real() * __z.real();
269 __num = __i2 + __num * __num;
270 __den = __i2 + __den * __den;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
complex 263 const _Tp __i2 = __z.imag() * __z.imag();
264 const _Tp __x = _Tp(1.0) - __i2 - __z.real() * __z.real();
269 __num = __i2 + __num * __num;
270 __den = __i2 + __den * __den;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 263 const _Tp __i2 = __z.imag() * __z.imag();
264 const _Tp __x = _Tp(1.0) - __i2 - __z.real() * __z.real();
269 __num = __i2 + __num * __num;
270 __den = __i2 + __den * __den;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 263 const _Tp __i2 = __z.imag() * __z.imag();
264 const _Tp __x = _Tp(1.0) - __i2 - __z.real() * __z.real();
269 __num = __i2 + __num * __num;
270 __den = __i2 + __den * __den;
  /external/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /external/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
slist 799 const_iterator __i2 = _SL2.begin();
800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
803 ++__i2;
805 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
slist 801 const_iterator __i2 = _SL2.begin();
802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
805 ++__i2;
807 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
slist 801 const_iterator __i2 = _SL2.begin();
802 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
805 ++__i2;
807 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 799 const_iterator __i2 = _SL2.begin();
800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
803 ++__i2;
805 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 799 const_iterator __i2 = _SL2.begin();
800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
803 ++__i2;
805 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.c 584 const __owned_link& __i2) {
586 _STLP_VERBOSE_RETURN(__i2._Valid(), _StlMsg_INVALID_RIGHTHAND_ITERATOR)
587 _STLP_VERBOSE_RETURN((__i1._Owner() == __i2._Owner()), _StlMsg_DIFFERENT_OWNERS)
594 const __owned_link& __i2) {
595 _STLP_VERBOSE_RETURN(__i1._Owner() == __i2._Owner(), _StlMsg_DIFFERENT_OWNERS)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
slist 799 const_iterator __i2 = _SL2.begin();
800 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2)
803 ++__i2;
805 return __i1 == __end1 && __i2 == __end2;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_list.h 712 const_iterator __i2 = __y.begin(); local
713 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
715 ++__i2;
717 return __i1 == __end1 && __i2 == __end2;
_slist.h 847 const_iterator __i2 = _SL2.begin(); local
848 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) {
850 ++__i2;
852 return __i1 == __end1 && __i2 == __end2;

Completed in 1432 milliseconds

1 2 34 5 6 7