HomeSort by relevance Sort by last modified time
    Searched defs:__tmp (Results 226 - 250 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 150 _Self __tmp = *this; local
152 return __tmp;
170 _Self __tmp = *this; local
172 return __tmp;
197 _Self __tmp = *this; local
198 return __tmp += __n;
208 _Self __tmp = *this; local
209 return __tmp -= __n;
1142 iterator __tmp = end(); local
1154 const_iterator __tmp = end(); local
    [all...]
stl_tree.h 191 _Self __tmp = *this; local
193 return __tmp;
206 _Self __tmp = *this; local
208 return __tmp;
266 _Self __tmp = *this; local
268 return __tmp;
281 _Self __tmp = *this; local
283 return __tmp;
369 _Link_type __tmp = _M_get_node(); local
371 { get_allocator().construct(&__tmp->_M_value_field, __x);
391 _Link_type __tmp = _M_get_node(); local
416 _Link_type __tmp = _M_create_node(__x->_M_value_field); local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 464 _Tp __tmp = *__first; local
491 *__p = __tmp;
    [all...]
_bvector.h 86 bool __tmp = (bool)__x; local
88 __y = __tmp;
195 _Self __tmp = *this; local
197 return __tmp;
204 _Self __tmp = *this; local
206 return __tmp;
217 _Self __tmp = *this; local
218 return __tmp += __i;
221 _Self __tmp = *this; local
222 return __tmp -= __i
    [all...]
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 1881 __c_locale __tmp; local
    [all...]
stl_algo.h 1650 _ValueType __tmp = _GLIBCXX_MOVE(*__first); local
    [all...]
stl_deque.h 150 _Self __tmp = *this; local
152 return __tmp;
170 _Self __tmp = *this; local
172 return __tmp;
197 _Self __tmp = *this; local
198 return __tmp += __n;
208 _Self __tmp = *this; local
209 return __tmp -= __n;
1142 iterator __tmp = end(); local
1154 const_iterator __tmp = end(); local
    [all...]
stl_tree.h 191 _Self __tmp = *this; local
193 return __tmp;
206 _Self __tmp = *this; local
208 return __tmp;
266 _Self __tmp = *this; local
268 return __tmp;
281 _Self __tmp = *this; local
283 return __tmp;
369 _Link_type __tmp = _M_get_node(); local
371 { get_allocator().construct(&__tmp->_M_value_field, __x);
391 _Link_type __tmp = _M_get_node(); local
416 _Link_type __tmp = _M_create_node(__x->_M_value_field); local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 464 _Tp __tmp = *__first; local
491 *__p = __tmp;
    [all...]
_bvector.h 86 bool __tmp = (bool)__x; local
88 __y = __tmp;
195 _Self __tmp = *this; local
197 return __tmp;
204 _Self __tmp = *this; local
206 return __tmp;
217 _Self __tmp = *this; local
218 return __tmp += __i;
221 _Self __tmp = *this; local
222 return __tmp -= __i
    [all...]
_deque.h 196 _Self __tmp = *this; local
198 return __tmp;
203 _Self __tmp = *this; local
205 return __tmp;
210 _Self __tmp = *this; local
211 return __tmp += __n;
216 _Self __tmp = *this; local
217 return __tmp -= __n;
460 iterator __tmp = this->_M_finish; local
461 --__tmp;
466 const_iterator __tmp = this->_M_finish; local
743 iterator __tmp = this->_M_finish; local
    [all...]
  /external/stlport/stlport/stl/
_rope.h 686 _CharT __tmp = __a; local
688 __b = __tmp;
700 _CharT __tmp = __a; \
702 __b = __tmp; \
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 686 _CharT __tmp = __a; local
688 __b = __tmp;
700 _CharT __tmp = __a; \
702 __b = __tmp; \
    [all...]
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
emmintrin.h 140 __m128d __tmp = _mm_load_pd (__P); local
141 return __builtin_ia32_shufpd (__tmp, __tmp, _MM_SHUFFLE2 (0,1));
285 __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B); local
286 return (__m128d)__builtin_ia32_sqrtsd ((__v2df)__tmp);
    [all...]
xmmintrin.h 709 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
710 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
913 __v4sf __tmp = *(__v4sf *)__P; local
914 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
963 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
964 _mm_storeu_ps (__P, __tmp);
978 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
979 _mm_store_ps (__P, __tmp);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
emmintrin.h 140 __m128d __tmp = _mm_load_pd (__P); local
141 return __builtin_ia32_shufpd (__tmp, __tmp, _MM_SHUFFLE2 (0,1));
285 __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B); local
286 return (__m128d)__builtin_ia32_sqrtsd ((__v2df)__tmp);
    [all...]
xmmintrin.h 709 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
710 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
913 __v4sf __tmp = *(__v4sf *)__P; local
914 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
963 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
964 _mm_storeu_ps (__P, __tmp);
978 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
979 _mm_store_ps (__P, __tmp);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 1321 __c_locale __tmp; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
emmintrin.h 140 __m128d __tmp = _mm_load_pd (__P); local
141 return __builtin_ia32_shufpd (__tmp, __tmp, _MM_SHUFFLE2 (0,1));
285 __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B); local
286 return (__m128d)__builtin_ia32_sqrtsd ((__v2df)__tmp);
    [all...]
xmmintrin.h 709 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
710 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
913 __v4sf __tmp = *(__v4sf *)__P; local
914 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
963 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
964 _mm_storeu_ps (__P, __tmp);
978 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
979 _mm_store_ps (__P, __tmp);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
emmintrin.h 138 __m128d __tmp = _mm_load_pd (__P); local
139 return __builtin_ia32_shufpd (__tmp, __tmp, _MM_SHUFFLE2 (0,1));
283 __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B); local
284 return (__m128d)__builtin_ia32_sqrtsd ((__v2df)__tmp);
    [all...]
xmmintrin.h 714 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
715 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
918 __v4sf __tmp = *(__v4sf *)__P; local
919 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
968 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
969 _mm_storeu_ps (__P, __tmp);
983 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
984 _mm_store_ps (__P, __tmp);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
emmintrin.h 138 __m128d __tmp = _mm_load_pd (__P); local
139 return __builtin_ia32_shufpd (__tmp, __tmp, _MM_SHUFFLE2 (0,1));
283 __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B); local
284 return (__m128d)__builtin_ia32_sqrtsd ((__v2df)__tmp);
    [all...]
xmmintrin.h 714 __v4hi __tmp = (__v4hi) _mm_cvtps_pi16 (__A); local
715 return (__m64) __builtin_ia32_packsswb (__tmp, (__v4hi)0LL);
918 __v4sf __tmp = *(__v4sf *)__P; local
919 return (__m128) __builtin_ia32_shufps (__tmp, __tmp, _MM_SHUFFLE (0,1,2,3));
968 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,0,0,0)); local
969 _mm_storeu_ps (__P, __tmp);
983 __v4sf __tmp = __builtin_ia32_shufps (__va, __va, _MM_SHUFFLE (0,1,2,3)); local
984 _mm_store_ps (__P, __tmp);
    [all...]

Completed in 1801 milliseconds

1 2 3 4 5 6 7 8 91011