HomeSort by: relevance | last modified time | path
    Searched refs:__res (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
mmintrin.h 258 __m64_union __mu1, __mu2, __res;
263 __res.as_char[0] = __mu1.as_char[4];
264 __res.as_char[1] = __mu2.as_char[4];
265 __res.as_char[2] = __mu1.as_char[5];
266 __res.as_char[3] = __mu2.as_char[5];
267 __res.as_char[4] = __mu1.as_char[6];
268 __res.as_char[5] = __mu2.as_char[6];
269 __res.as_char[6] = __mu1.as_char[7];
270 __res.as_char[7] = __mu2.as_char[7];
272 return (__m64) __res.as_m64
287 __m64_union __mu1, __mu2, __res; local
310 __m64_union __mu1, __mu2, __res; local
367 __m64_union __mu1, __mu2, __res; local
391 __m64_union __mu1, __mu2, __res; local
732 __m64 __res; local
1190 __m64_union __res; local
1259 __m64_union __res; local
1328 __m64_union __res; local
1361 __m64_union __res; local
1372 __m64_union __res; local
1386 __m64_union __res; local
1403 __m64_union __res; local
1427 __m64_union __res; local
1459 __vector signed char __res; local
    [all...]
bmi2intrin.h 50 unsigned long long __res = (unsigned long long) __X * __Y; local
51 *__P = (unsigned int) (__res >> 32);
52 return (unsigned int) __res;
69 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
70 *__P = (unsigned long long) (__res >> 64);
71 return (unsigned long long) __res;
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
mmintrin.h 258 __m64_union __mu1, __mu2, __res;
263 __res.as_char[0] = __mu1.as_char[4];
264 __res.as_char[1] = __mu2.as_char[4];
265 __res.as_char[2] = __mu1.as_char[5];
266 __res.as_char[3] = __mu2.as_char[5];
267 __res.as_char[4] = __mu1.as_char[6];
268 __res.as_char[5] = __mu2.as_char[6];
269 __res.as_char[6] = __mu1.as_char[7];
270 __res.as_char[7] = __mu2.as_char[7];
272 return (__m64) __res.as_m64
287 __m64_union __mu1, __mu2, __res; local
310 __m64_union __mu1, __mu2, __res; local
367 __m64_union __mu1, __mu2, __res; local
391 __m64_union __mu1, __mu2, __res; local
732 __m64 __res; local
1190 __m64_union __res; local
1259 __m64_union __res; local
1328 __m64_union __res; local
1361 __m64_union __res; local
1372 __m64_union __res; local
1386 __m64_union __res; local
1403 __m64_union __res; local
1427 __m64_union __res; local
1459 __vector signed char __res; local
    [all...]
bmi2intrin.h 50 unsigned long long __res = (unsigned long long) __X * __Y; local
51 *__P = (unsigned int) (__res >> 32);
52 return (unsigned int) __res;
69 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
70 *__P = (unsigned long long) (__res >> 64);
71 return (unsigned long long) __res;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
bmi2intrin.h 62 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
63 *__P = (unsigned long long) (__res >> 64);
64 return (unsigned long long) __res;
72 unsigned long long __res = (unsigned long long) __X * __Y; local
73 *__P = (unsigned int) (__res >> 32);
74 return (unsigned int) __res;
  /src/external/apache2/llvm/dist/libcxx/src/support/solaris/
xlocale.cpp 34 int __res = vsnprintf_l(__s, __n , __l, __format, __va); local
36 return __res;
43 int __res = vasprintf(__s, __format, __va); local
45 return __res;
52 int __res = vsscanf(__s, __format, __va); local
54 return __res;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
bmi2intrin.h 86 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
87 *__P = (unsigned long long) (__res >> 64);
88 return (unsigned long long) __res;
97 unsigned long long __res = (unsigned long long) __X * __Y; local
98 *__P = (unsigned int) (__res >> 32);
99 return (unsigned int) __res;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
compatibility.h 58 int64_t __res; local
61 __res = *__ptr;
64 return __res;
85 bool __res = false; local
91 __res = true;
94 return __res;
random_number.h 111 unsigned long __res = __cache & ((1 << __bits) - 1); local
119 return __res;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
bmi2intrin.h 86 unsigned __int128 __res = (unsigned __int128) __X * __Y; local
87 *__P = (unsigned long long) (__res >> 64);
88 return (unsigned long long) __res;
97 unsigned long long __res = (unsigned long long) __X * __Y; local
98 *__P = (unsigned int) (__res >> 32);
99 return (unsigned int) __res;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
compatibility.h 58 int64_t __res; local
61 __res = *__ptr;
64 return __res;
85 bool __res = false; local
91 __res = true;
94 return __res;
random_number.h 111 unsigned long __res = __cache & ((1 << __bits) - 1); local
119 return __res;
  /src/sys/arch/amd64/include/xen/
hypercalls.h 49 long __res; \
52 : "=a" (__res) \
55 (type)__res; \
60 long __res, __ign1; \
63 : "=a" (__res), "=D" (__ign1) \
66 (type)__res; \
71 long __res, __ign1, __ign2; \
74 : "=a" (__res), "=D" (__ign1), "=S" (__ign2) \
77 (type)__res; \
82 long __res, __ign1, __ign2, __ign3;
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/gcn/
amdgcn_veclib.h 65 to_t __res; \
66 __asm__ ("" : "=v"(__res) : "0"(from)); \
67 __res; \
72 v64udi __res; \
75 : "=&v"(__res) : "v0"(low), "v"(high), "e"(-1L)); \
76 __res; \
82 to_t __res; \
83 asm ("v_mov_b32\t%0, %H1" : "=v"(__res) : "v"(pair), "e"(-1L)); \
84 __res; \
89 v64uti __res; \
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/
__bsd_locale_fallbacks.h 112 int __res = vsnprintf(__s, __n, __format, __va); local
114 return __res;
122 int __res = vasprintf(__s, __format, __va); local
124 return __res;
132 int __res = vsscanf(__s, __format, __va); local
134 return __res;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
debug_allocator.h 123 pointer __res = _M_allocator.allocate(__n + _M_extra); local
124 size_type* __ps = reinterpret_cast<size_type*>(__res);
126 return __res + _M_extra;
132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
133 size_type* __ps = reinterpret_cast<size_type*>(__res);
135 return __res + _M_extra;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
debug_allocator.h 125 pointer __res = _M_allocator.allocate(__n + _M_extra); local
126 size_type* __ps = reinterpret_cast<size_type*>(__res);
128 return __res + _M_extra;
134 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); local
135 size_type* __ps = reinterpret_cast<size_type*>(__res);
137 return __res + _M_extra;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
parallel_impl.h 42 _Index __res = __f(__i, __j); local
44 if (__res != __j)
46 const _DifferenceType __k = __res - __first;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
parallel_impl.h 44 _Index __res = __f(__i, __j);
46 if (__res != __j)
48 const _DifferenceType __k = __res - __first;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c_locale.cc 221 vector<Catalog_info*>::iterator __res = local
223 if (__res == _M_infos.end() || (*__res)->_M_id != __c)
226 delete *__res;
227 _M_infos.erase(__res);
239 vector<Catalog_info*>::const_iterator __res = local
242 if (__res != _M_infos.end() && (*__res)->_M_id == __c)
243 return *__res;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
map.h 244 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
245 return { { __res.first, this }, __res.second };
264 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
265 return std::pair<iterator, bool>(iterator(__res.first, this),
266 __res.second);
275 auto __res = _Base::insert(std::move(__x)); local
276 return { { __res.first, this }, __res.second };
285 auto __res = _Base::insert(std::forward<_Pair>(__x)) local
352 auto __res = _Base::try_emplace(__k, local
361 auto __res = _Base::try_emplace(std::move(__k), local
397 auto __res = _Base::insert_or_assign(__k, local
406 auto __res = _Base::insert_or_assign(std::move(__k), local
664 std::pair<_Base_iterator, _Base_iterator> __res = local
677 auto __res = _Base::equal_range(__x); local
685 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
698 auto __res = _Base::equal_range(__x); local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c_locale.cc 221 vector<Catalog_info*>::iterator __res = local
223 if (__res == _M_infos.end() || (*__res)->_M_id != __c)
226 delete *__res;
227 _M_infos.erase(__res);
239 vector<Catalog_info*>::const_iterator __res = local
242 if (__res != _M_infos.end() && (*__res)->_M_id == __c)
243 return *__res;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
map.h 244 auto __res = _Base::emplace(std::forward<_Args>(__args)...); local
245 return { { __res.first, this }, __res.second };
264 std::pair<_Base_iterator, bool> __res = _Base::insert(__x); local
265 return std::pair<iterator, bool>(iterator(__res.first, this),
266 __res.second);
275 auto __res = _Base::insert(std::move(__x)); local
276 return { { __res.first, this }, __res.second };
285 auto __res = _Base::insert(std::forward<_Pair>(__x)) local
352 auto __res = _Base::try_emplace(__k, local
361 auto __res = _Base::try_emplace(std::move(__k), local
397 auto __res = _Base::insert_or_assign(__k, local
406 auto __res = _Base::insert_or_assign(std::move(__k), local
664 std::pair<_Base_iterator, _Base_iterator> __res = local
677 auto __res = _Base::equal_range(__x); local
685 std::pair<_Base_const_iterator, _Base_const_iterator> __res = local
698 auto __res = _Base::equal_range(__x); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
multiset.h 252 auto __res local
255 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1);
256 return iterator(__res, this);
280 _Base_iterator __res = _Base::insert(__pos.base(), __x); local
283 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1);
284 return iterator(__res, this);
292 auto __res = _Base::insert(__pos.base(), std::move(__x)); local
294 size_before, _M_hint_used(__pos.base(), __res) ? 0 : 1);
295 return iterator(__res, this);
544 auto __res = _Base::equal_range(__x) local
555 auto __res = _Base::equal_range(__x); local
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/experimental/
memory_resource.cpp 98 _LIBCPP_SAFE_STATIC static atomic<memory_resource*> __res = variable
104 &__res, new_res, memory_order_acq_rel);
108 &__res, memory_order_acquire);

Completed in 53 milliseconds

1 2 3 4