| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | valarray_array.tcc | 73 for (_Tp* __q = __b._M_data; __q < __b._M_data + __n; in __valarray_copy() local 74 ++__q, ++__ok, ++__p) in __valarray_copy() 81 *__q = *__p; in __valarray_copy() 96 _Tp* __q (__b._M_data); in __valarray_copy() local 99 ++__p, ++__ok, ++__q) in __valarray_copy() 104 ++__q; in __valarray_copy() 106 *__q = *__p; in __valarray_copy() 121 _Tp* __q (__b._M_data); in __valarray_copy() local 125 ++__srcok, ++__p, ++__dstok, ++__q, ++__i) in __valarray_copy() 135 ++__q; in __valarray_copy() [all …]
|
| D | valarray_array.h | 551 for (_Tp* __q = __b._M_data; __q < __b._M_data + __n; ++__p, ++__q) \ 552 *__p _Op##= *__q; \ 570 _Tp* __q(__b._M_data); \ 572 __p += __s, ++__q) \ 573 *__p _Op##= *__q; \ 581 _Tp* __q(__b._M_data); \ 583 ++__p, __q += __s) \ 584 *__p _Op##= *__q; \ 602 _Tp* __q(__b._M_data); \ 604 ++__j, ++__q) \ [all …]
|
| D | stl_bvector.h | 649 _Bit_type* __q = this->_M_allocate(__n); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local 651 iterator(__q, 0)); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 653 this->_M_impl._M_start = iterator(__q, 0); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 654 this->_M_impl._M_end_of_storage = (__q + (__n + int(_S_word_bit) - 1) in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 788 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local 790 iterator(__q, 0)); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 796 _Bit_type* __q = this->_M_allocate(__n); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local 797 this->_M_impl._M_end_of_storage = (__q in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 800 this->_M_impl._M_start = iterator(__q, 0); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() 929 _Bit_type * __q = this->_M_allocate(__len); in _GLIBCXX_BEGIN_NESTED_NAMESPACE() local [all …]
|
| D | locale_facets.tcc | 440 const char_type* __q = in _M_extract_float() local 442 if (__q) in _M_extract_float() 444 __xtrc += '0' + (__q - __lit_zero); in _M_extract_float() 665 const char_type* __q = in _M_extract_int() local 667 if (!__q) in _M_extract_int() 670 __digit = __q - __lit_zero; in _M_extract_int() 1437 const char_type* __q = __traits_type::find(__lit_zero, in _M_extract() local 1439 if (__q != 0) in _M_extract() 1441 __res += money_base::_S_atoms[__q - __lit]; in _M_extract() 2412 const _CharT* __q = __two.c_str(); in do_compare() local [all …]
|
| D | boost_concept_check.h | 739 __c.erase(__p, __q); 751 typename _Sequence::iterator __p, __q;
|
| D | locale_facets.h | 2161 const char_type* __q = char_traits<_CharT2>::find(__zero, __len, __c); in _M_find() local 2162 if (__q) in _M_find() 2164 __ret = __q - __zero; in _M_find()
|
| /freebsd-10-stable/contrib/libc++/include/ |
| D | queue | 212 queue(const queue& __q) : c(__q.c) {} 216 queue(queue&& __q) 218 : c(_VSTD::move(__q.c)) {} 222 queue& operator=(const queue& __q) {c = __q.c; return *this;} 226 queue& operator=(queue&& __q) 228 {c = _VSTD::move(__q.c); return *this;} 245 queue(const queue& __q, const _Alloc& __a, 248 : c(__q.c, __a) {} 264 queue(queue&& __q, const _Alloc& __a, 267 : c(_VSTD::move(__q.c), __a) {} [all …]
|
| D | stack | 126 stack(const stack& __q) : c(__q.c) {} 130 stack(stack&& __q) 132 : c(_VSTD::move(__q.c)) {} 136 stack& operator=(const stack& __q) {c = __q.c; return *this;} 140 stack& operator=(stack&& __q) 142 {c = _VSTD::move(__q.c); return *this;}
|
| D | random | 1684 const result_type __q = __m / __a; 1686 const result_type __t0 = __a * (__x % __q); 1687 const result_type __t1 = __r * (__x / __q); 1702 const result_type __q = __m / __a; 1704 const result_type __t0 = __a * (__x % __q); 1705 const result_type __t1 = __r * (__x / __q); 1746 const result_type __q = __m / __a; 1748 const result_type __t0 = __a * (__x % __q); 1749 const result_type __t1 = __r * (__x / __q); 1766 const result_type __q = __m / __a; [all …]
|
| D | memory | 5312 shared_ptr<_Tp> __q = *__p; 5314 return __q;
|
| /freebsd-10-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdlib.h | 181 { lldiv_t __q; __q.quot = __n / __d; __q.rem = __n % __d; return __q; }
|
| /freebsd-10-stable/contrib/libstdc++/include/ext/ |
| D | pool_allocator.h | 249 _Obj* __q = reinterpret_cast<_Obj*>(__p); in deallocate() local 252 __q ->_M_free_list_link = *__free_list; in deallocate() 253 *__free_list = __q; in deallocate()
|
| D | rope | 2405 replace(const iterator& __p, const iterator& __q, const rope& __r) 2406 { replace(__p.index(), __q.index() - __p.index(), __r); } 2409 replace(const iterator& __p, const iterator& __q, _CharT __c) 2410 { replace(__p.index(), __q.index() - __p.index(), __c); } 2413 replace(const iterator& __p, const iterator& __q, 2415 { replace(__p.index(), __q.index() - __p.index(), __c_string); } 2418 replace(const iterator& __p, const iterator& __q, 2420 { replace(__p.index(), __q.index() - __p.index(), __i, __n); } 2423 replace(const iterator& __p, const iterator& __q, 2425 { replace(__p.index(), __q.index() - __p.index(), __i, __j); } [all …]
|
| /freebsd-10-stable/contrib/gcc/ |
| D | longlong.h | 570 USItype __q; \ 573 : "=r" (__q) \ 576 (r) = (n0) - __q * (d); (q) = __q; }) 921 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument 923 : "=&r" ((USItype) (__q)), \ 1046 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument 1071 : "=&r" ((USItype) (__q)), \
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | emmintrin.h | 1117 _mm_set1_epi64x(long long __q) in _mm_set1_epi64x() argument 1119 return (__m128i){ __q, __q }; in _mm_set1_epi64x() 1123 _mm_set1_epi64(__m64 __q) in _mm_set1_epi64() argument 1125 return (__m128i){ (long long)__q, (long long)__q }; in _mm_set1_epi64()
|
| D | avxintrin.h | 1058 _mm256_set1_epi64x(long long __q) in _mm256_set1_epi64x() argument 1060 return (__m256i)(__v4di){ __q, __q, __q, __q }; in _mm256_set1_epi64x()
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | mmintrin.h | 1027 __m64 __q; in _mm_set_pi32() member 1037 return __u.__q; in _mm_set_pi32()
|
| /freebsd-10-stable/contrib/libstdc++/include/tr1/ |
| D | random.tcc | 61 static const _Tp __q = __m / __a; in __calc() local 64 _Tp __t1 = __a * (__x % __q); in __calc() 65 _Tp __t2 = __r * (__x / __q); in __calc()
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | ChangeLog-2004 | 2512 life of __q to the actual use point.
|