HomeSort by relevance Sort by last modified time
    Searched defs:__x (Results 1 - 24 of 24) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 59 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
220 _To __y _IsUnused = __x;
222 _From __x; member in struct:_ConvertibleConcept
236 bool __x _IsUnused = __t;
stl_bvector.h 75 _Bit_reference(_Bit_type * __x, _Bit_type __y)
76 : _M_p(__x), _M_mask(__y) { }
84 operator=(bool __x) _GLIBCXX_NOEXCEPT
86 if (__x)
94 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
95 { return *this = bool(__x); }
98 operator==(const _Bit_reference& __x) const
99 { return bool(*this) == bool(__x); }
102 operator<(const _Bit_reference& __x) const
103 { return !bool(*this) && bool(__x); }
396 __fill_bvector(_Bit_iterator(__last._M_p, 0), __last, __x); local
    [all...]
stl_vector.h 101 void _M_swap_data(_Vector_impl& __x)
103 std::swap(_M_start, __x._M_start);
104 std::swap(_M_finish, __x._M_finish);
105 std::swap(_M_end_of_storage, __x._M_end_of_storage);
142 _Vector_base(_Vector_base&& __x)
143 : _M_impl(std::move(__x._M_get_Tp_allocator()))
144 { this->_M_impl._M_swap_data(__x._M_impl); }
146 _Vector_base(_Vector_base&& __x, const allocator_type& __a)
149 if (__x.get_allocator() == __a)
150 this->_M_impl._M_swap_data(__x._M_impl)
687 insert(end(), __new_size - size(), __x); local
707 insert(end(), __new_size - size(), __x); local
    [all...]
stl_list.h 83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
140 _List_iterator(__detail::_List_node_base* __x)
141 : _M_node(__x) { }
183 operator==(const _Self& __x) const
184 { return _M_node == __x._M_node; }
187 operator!=(const _Self& __x) const
188 { return _M_node != __x._M_node; }
216 _List_const_iterator(const __detail::_List_node_base* __x)
217 : _M_node(__x) { }
219 _List_const_iterator(const iterator& __x)
975 { this->_M_insert(begin(), __x); } local
1016 { this->_M_insert(end(), __x); } local
1481 { _M_fill_initialize(static_cast<size_type>(__n), __x); } local
    [all...]
stl_tree.h 102 _S_minimum(_Base_ptr __x)
104 while (__x->_M_left != 0) __x = __x->_M_left;
105 return __x;
109 _S_minimum(_Const_Base_ptr __x)
111 while (__x->_M_left != 0) __x = __x->_M_left;
112 return __x;
1069 _Link_type __x = _M_begin(); local
1205 _Link_type __x = _M_begin(); local
1236 _Const_Link_type __x = _M_begin(); local
1318 _Link_type __x = _M_begin(); local
1350 _Link_type __x = _M_begin(); local
1603 _Link_type __x = _M_begin(); local
1839 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
boost_concept_check.h 59 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
220 _To __y _IsUnused = __x;
222 _From __x; member in struct:_ConvertibleConcept
236 bool __x _IsUnused = __t;
stl_bvector.h 75 _Bit_reference(_Bit_type * __x, _Bit_type __y)
76 : _M_p(__x), _M_mask(__y) { }
84 operator=(bool __x) _GLIBCXX_NOEXCEPT
86 if (__x)
94 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT
95 { return *this = bool(__x); }
98 operator==(const _Bit_reference& __x) const
99 { return bool(*this) == bool(__x); }
102 operator<(const _Bit_reference& __x) const
103 { return !bool(*this) && bool(__x); }
396 __fill_bvector(_Bit_iterator(__last._M_p, 0), __last, __x); local
    [all...]
stl_vector.h 101 void _M_swap_data(_Vector_impl& __x)
103 std::swap(_M_start, __x._M_start);
104 std::swap(_M_finish, __x._M_finish);
105 std::swap(_M_end_of_storage, __x._M_end_of_storage);
142 _Vector_base(_Vector_base&& __x)
143 : _M_impl(std::move(__x._M_get_Tp_allocator()))
144 { this->_M_impl._M_swap_data(__x._M_impl); }
146 _Vector_base(_Vector_base&& __x, const allocator_type& __a)
149 if (__x.get_allocator() == __a)
150 this->_M_impl._M_swap_data(__x._M_impl)
687 insert(end(), __new_size - size(), __x); local
707 insert(end(), __new_size - size(), __x); local
    [all...]
stl_list.h 83 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT;
140 _List_iterator(__detail::_List_node_base* __x)
141 : _M_node(__x) { }
183 operator==(const _Self& __x) const
184 { return _M_node == __x._M_node; }
187 operator!=(const _Self& __x) const
188 { return _M_node != __x._M_node; }
216 _List_const_iterator(const __detail::_List_node_base* __x)
217 : _M_node(__x) { }
219 _List_const_iterator(const iterator& __x)
975 { this->_M_insert(begin(), __x); } local
1016 { this->_M_insert(end(), __x); } local
1481 { _M_fill_initialize(static_cast<size_type>(__n), __x); } local
    [all...]
stl_tree.h 102 _S_minimum(_Base_ptr __x)
104 while (__x->_M_left != 0) __x = __x->_M_left;
105 return __x;
109 _S_minimum(_Const_Base_ptr __x)
111 while (__x->_M_left != 0) __x = __x->_M_left;
112 return __x;
1069 _Link_type __x = _M_begin(); local
1205 _Link_type __x = _M_begin(); local
1236 _Const_Link_type __x = _M_begin(); local
1318 _Link_type __x = _M_begin(); local
1350 _Link_type __x = _M_begin(); local
1603 _Link_type __x = _M_begin(); local
1839 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
opt_random.h 81 __m128d __x; local
176 __x = _mm_sub_pd(__v.__d, __three);
177 __m128d __m = _mm_mul_pd(__x, __x);
185 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
187 _mm_storeu_pd(__f, __x);
193 result_type __x, __y, __r2; local
200 __x = result_type(2.0) * __aurng() - 1.0;
202 __r2 = __x * __x + __y * __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 420 unsigned short int __x[3]; /* Current state. */ member in struct:drand48_data
771 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
772 extern long int labs (long int __x) __THROW __attribute__ ((__const__)) __wur;
776 __extension__ extern long long int llabs (long long int __x)
    [all...]
  /external/libunwind_llvm/src/
Registers.hpp 1140 uint64_t __x[29]; // x0-x28 member in struct:libunwind::Registers_arm64::GPRs
1192 return _registers.__x[regNum];
1202 _registers.__x[regNum] = value;
    [all...]
  /external/libcxx/src/
locale.cpp 4696 __time_get_c_storage<char>::__x() const function in class:__time_get_c_storage
4704 __time_get_c_storage<wchar_t>::__x() const function in class:__time_get_c_storage
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp 4698 __time_get_c_storage<char>::__x() const function in class:__time_get_c_storage
4706 __time_get_c_storage<wchar_t>::__x() const function in class:__time_get_c_storage
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 636 unsigned short int __x[3]; member in struct:drand48_data
813 extern int abs (int __x) __attribute__ ((__nothrow__)) __attribute__ ((__const__));
814 extern long int labs (long int __x) __attribute__ ((__nothrow__)) __attribute__ ((__const__));
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 

Completed in 462 milliseconds