HomeSort by relevance Sort by last modified time
    Searched defs:__tmp (Results 426 - 450 of 509) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
smmintrin.h 367 union { int i; float f; } __tmp; local
368 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
369 return __tmp.i;
375 union { int i; float f; } __tmp; \
376 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
377 __tmp.i; \
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
smmintrin.h 366 union { int i; float f; } __tmp; local
367 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
368 return __tmp.i;
374 union { int i; float f; } __tmp; \
375 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
376 __tmp.i; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 1164 char __tmp[sizeof(_M_widen)]; local
1901 __c_locale __tmp; local
    [all...]
stl_bvector.h 212 iterator __tmp = *this; local
214 return __tmp;
227 iterator __tmp = *this; local
229 return __tmp;
249 iterator __tmp = *this; local
250 return __tmp += __i;
256 iterator __tmp = *this; local
257 return __tmp -= __i;
298 const_iterator __tmp = *this; local
300 return __tmp;
313 const_iterator __tmp = *this; local
335 const_iterator __tmp = *this; local
342 const_iterator __tmp = *this; local
773 bool __tmp = __x; local
    [all...]
stl_deque.h 161 _Self __tmp = *this; local
163 return __tmp;
181 _Self __tmp = *this; local
183 return __tmp;
208 _Self __tmp = *this; local
209 return __tmp += __n;
219 _Self __tmp = *this; local
220 return __tmp -= __n;
1303 iterator __tmp = end(); local
1315 const_iterator __tmp = end(); local
    [all...]
stl_tree.h 195 _Self __tmp = *this; local
197 return __tmp;
210 _Self __tmp = *this; local
212 return __tmp;
276 _Self __tmp = *this; local
278 return __tmp;
291 _Self __tmp = *this; local
293 return __tmp;
379 _Link_type __tmp = _M_get_node(); local
382 (std::__addressof(__tmp->_M_value_field), __x);
402 _Link_type __tmp = _M_get_node(); local
427 _Link_type __tmp = _M_create_node(__x->_M_value_field); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
smmintrin.h 367 union { int i; float f; } __tmp; local
368 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
369 return __tmp.i;
375 union { int i; float f; } __tmp; \
376 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
377 __tmp.i; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
smmintrin.h 367 union { int i; float f; } __tmp; local
368 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
369 return __tmp.i;
375 union { int i; float f; } __tmp; \
376 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
377 __tmp.i; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 1164 char __tmp[sizeof(_M_widen)]; local
1901 __c_locale __tmp; local
    [all...]
stl_bvector.h 212 iterator __tmp = *this; local
214 return __tmp;
227 iterator __tmp = *this; local
229 return __tmp;
249 iterator __tmp = *this; local
250 return __tmp += __i;
256 iterator __tmp = *this; local
257 return __tmp -= __i;
298 const_iterator __tmp = *this; local
300 return __tmp;
313 const_iterator __tmp = *this; local
335 const_iterator __tmp = *this; local
342 const_iterator __tmp = *this; local
773 bool __tmp = __x; local
    [all...]
stl_deque.h 161 _Self __tmp = *this; local
163 return __tmp;
181 _Self __tmp = *this; local
183 return __tmp;
208 _Self __tmp = *this; local
209 return __tmp += __n;
219 _Self __tmp = *this; local
220 return __tmp -= __n;
1303 iterator __tmp = end(); local
1315 const_iterator __tmp = end(); local
    [all...]
stl_tree.h 195 _Self __tmp = *this; local
197 return __tmp;
210 _Self __tmp = *this; local
212 return __tmp;
276 _Self __tmp = *this; local
278 return __tmp;
291 _Self __tmp = *this; local
293 return __tmp;
379 _Link_type __tmp = _M_get_node(); local
382 (std::__addressof(__tmp->_M_value_field), __x);
402 _Link_type __tmp = _M_get_node(); local
427 _Link_type __tmp = _M_create_node(__x->_M_value_field); local
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
smmintrin.h 367 union { int i; float f; } __tmp; local
368 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
369 return __tmp.i;
375 union { int i; float f; } __tmp; \
376 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
377 __tmp.i; \
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
smmintrin.h 366 union { int i; float f; } __tmp; local
367 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)__X, __N);
368 return __tmp.i;
374 union { int i; float f; } __tmp; \
375 __tmp.f = __builtin_ia32_vec_ext_v4sf ((__v4sf)(__m128)(X), (int)(N)); \
376 __tmp.i; \
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/5/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...]

Completed in 6402 milliseconds

<<11121314151617181920>>