Searched refs:__q (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Doddfac_1.c142 mp_limb_t __q, __prime; \
146 __q = (N); \
148 __q /= __prime; \
149 __exp += __q & 1; \
150 } while (__q >= __prime); \
152 for (__q = __prime; --__exp; __q *= __prime); \
153 FACTOR_LIST_STORE(__q, PR, MAX_PR, VEC, I); \
159 mp_limb_t __q, __prime; \
162 __q
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dvalarray_array.h525 for (_Tp* __q = __b._M_data; __q < __b._M_data + __n; ++__p, ++__q) \
526 *__p _Op##= *__q; \
544 _Tp* __q(__b._M_data); \
546 __p += __s, ++__q) \
547 *__p _Op##= *__q; \
555 _Tp* __q(__b._M_data); \
557 ++__p, __q += __s) \
558 *__p _Op##= *__q; \
[all...]
H A Dstl_queue.h191 queue(const queue& __q, const _Alloc& __a) argument
192 : c(__q.c, __a) { }
195 queue(queue&& __q, const _Alloc& __a) argument
196 : c(std::move(__q.c), __a) { }
306 swap(queue& __q)
314 swap(c, __q.c);
550 priority_queue(const priority_queue& __q, const _Alloc& __a) argument
551 : c(__q.c, __a), comp(__q.comp) { }
554 priority_queue(priority_queue&& __q, cons argument
[all...]
H A Dstl_stack.h187 stack(const stack& __q, const _Alloc& __a) argument
188 : c(__q.c, __a) { }
191 stack(stack&& __q, const _Alloc& __a) argument
192 : c(std::move(__q.c), __a) { }
H A Drandom.h298 * generator engine seeded from the seed sequence @p __q.
300 * @param __q the seed sequence.
304 linear_congruential_engine(_Sseq& __q)
305 { seed(__q); }
319 * sequence using values from the seed sequence @p __q.
321 * @param __q the seed sequence.
325 seed(_Sseq& __q);
535 * engine seeded from the seed sequence @p __q.
537 * @param __q the seed sequence.
541 mersenne_twister_engine(_Sseq& __q)
[all...]
H A Dstl_bvector.h1137 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p); local
1139 iterator(__q, 0));
1147 _Bit_pointer __q = this->_M_allocate(__n); local
1148 this->_M_impl._M_end_of_storage = __q + _S_nword(__n);
1149 this->_M_impl._M_start = iterator(std::__addressof(*__q), 0);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dvalarray_array.h525 for (_Tp* __q = __b._M_data; __q < __b._M_data + __n; ++__p, ++__q) \
526 *__p _Op##= *__q; \
544 _Tp* __q(__b._M_data); \
546 __p += __s, ++__q) \
547 *__p _Op##= *__q; \
555 _Tp* __q(__b._M_data); \
557 ++__p, __q += __s) \
558 *__p _Op##= *__q; \
[all...]
H A Dstl_stack.h197 stack(const stack& __q, const _Alloc& __a) argument
198 : c(__q.c, __a) { }
201 stack(stack&& __q, const _Alloc& __a) argument
202 : c(std::move(__q.c), __a) { }
H A Dstl_queue.h191 queue(const queue& __q, const _Alloc& __a) argument
192 : c(__q.c, __a) { }
195 queue(queue&& __q, const _Alloc& __a) argument
196 : c(std::move(__q.c), __a) { }
326 swap(queue& __q)
334 swap(c, __q.c);
592 priority_queue(const priority_queue& __q, const _Alloc& __a) argument
593 : c(__q.c, __a), comp(__q.comp) { }
596 priority_queue(priority_queue&& __q, cons argument
[all...]
H A Drandom.h301 * generator engine seeded from the seed sequence @p __q.
303 * @param __q the seed sequence.
307 linear_congruential_engine(_Sseq& __q)
308 { seed(__q); }
322 * sequence using values from the seed sequence @p __q.
324 * @param __q the seed sequence.
328 seed(_Sseq& __q);
538 * engine seeded from the seed sequence @p __q.
540 * @param __q the seed sequence.
544 mersenne_twister_engine(_Sseq& __q)
[all...]
H A Dstl_bvector.h1293 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p);
1295 iterator(__q, 0));
1304 _Bit_pointer __q = this->_M_allocate(__n);
1305 this->_M_impl._M_end_of_storage = __q + _S_nword(__n);
1306 iterator __start = iterator(std::__addressof(*__q), 0);
1291 _Bit_type* __q = std::copy(__first._M_p, __last._M_p, __result._M_p); local
1302 _Bit_pointer __q = this->_M_allocate(__n); local
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c126 mp_limb_t __q = (n) / (d); \
128 (q) = __q; \
134 mp_limb_t __q = (n) / (d); \
135 mp_limb_t __r = (n) - __q*(d); \
136 (q) = __q; \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h286 _Obj* __q = reinterpret_cast<_Obj*>(__p); local
289 __q ->_M_free_list_link = *__free_list;
290 *__free_list = __q;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h286 _Obj* __q = reinterpret_cast<_Obj*>(__p); local
289 __q ->_M_free_list_link = *__free_list;
290 *__free_list = __q;
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlonglong.h807 USItype __q; \
810 : "=r" (__q) \
813 (r) = (n0) - __q * (d); (q) = __q; })
1222 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1227 : "=&r" ((USItype) (__q)), \
1240 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1242 : "=&r" ((USItype) (__q)), \
1365 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1390 : "=&r" ((USItype) (__q)), \
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h795 USItype __q; \
798 : "=r" (__q) \
801 (r) = (n0) - __q * (d); (q) = __q; })
1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1215 : "=&r" ((USItype) (__q)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1230 : "=&r" ((USItype) (__q)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1378 : "=&r" ((USItype) (__q)), \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h795 USItype __q; \
798 : "=r" (__q) \
801 (r) = (n0) - __q * (d); (q) = __q; })
1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1215 : "=&r" ((USItype) (__q)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1230 : "=&r" ((USItype) (__q)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1378 : "=&r" ((USItype) (__q)), \
[all...]
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlonglong.h795 USItype __q; \
798 : "=r" (__q) \
801 (r) = (n0) - __q * (d); (q) = __q; })
1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1215 : "=&r" ((USItype) (__q)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1230 : "=&r" ((USItype) (__q)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1378 : "=&r" ((USItype) (__q)), \
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlonglong.h795 USItype __q; \
798 : "=r" (__q) \
801 (r) = (n0) - __q * (d); (q) = __q; })
1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1215 : "=&r" ((USItype) (__q)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1230 : "=&r" ((USItype) (__q)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1378 : "=&r" ((USItype) (__q)), \
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h795 USItype __q; \
798 : "=r" (__q) \
801 (r) = (n0) - __q * (d); (q) = __q; })
1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1215 : "=&r" ((USItype) (__q)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1230 : "=&r" ((USItype) (__q)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1378 : "=&r" ((USItype) (__q)), \
[all...]
/netbsd-current/external/lgpl3/gmp/dist/
H A Dlonglong.h1272 } __x, __q; \
1275 : "=r" (__q.__ll) : "r" (__x.__ll), "r" (d)); \
1276 (r) = (n0) - __q.__l * (d); (q) = __q.__l; })
1705 USItype __q; \
1707 : "=r" (__q) : "r" (n1), "r" (n0), "r" (d)); \
1708 (r) = (n0) - __q * (d); \
1709 (q) = __q; \
1728 USItype __q; \
1730 : "=r" (__q)
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h1283 } __x, __q; \
1286 : "=r" (__q.__ll) : "r" (__x.__ll), "r" (d)); \
1287 (r) = (n0) - __q.__l * (d); (q) = __q.__l; })
1717 USItype __q; \
1719 : "=r" (__q) : "r" (n1), "r" (n0), "r" (d)); \
1720 (r) = (n0) - __q * (d); \
1721 (q) = __q; \
1740 USItype __q; \
1742 : "=r" (__q)
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Davxintrin.h4234 /// \param __q
4239 _mm256_set1_epi64x(long long __q) argument
4241 return _mm256_set_epi64x(__q, __q, __q, __q);
H A Demmintrin.h3760 /// \param __q
3766 _mm_set1_epi64x(long long __q) argument
3768 return _mm_set_epi64x(__q, __q);
3779 /// \param __q
3785 _mm_set1_epi64(__m64 __q) argument
3787 return _mm_set_epi64(__q, __q);
H A D__clang_cuda_cmath.h182 __DEVICE__ float remquo(float __n, float __d, int *__q) { argument
183 return ::remquof(__n, __d, __q);

Completed in 511 milliseconds

12