Home
last modified time | relevance | path

Searched refs:__n0 (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dratio165 template<uintmax_t __n1, uintmax_t __n0, uintmax_t __d>
179 static constexpr uintmax_t __r1y = __r1x * __c + __n0 / __c;
190 static constexpr uintmax_t __r0y = __r0x * __c + __n0 % __c;
206 static_assert(_Sum::__hi == __n1 && _Sum::__lo == __n0,
210 template<uintmax_t __n1, uintmax_t __n0, uintmax_t __d>
225 static constexpr uintmax_t __new_n0 = __n0 * __c1;
227 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
244 static_assert(_Sum::__hi == __n1 && _Sum::__lo == __n0,
/netbsd/src/external/gpl3/gcc/dist/include/
Dlonglong.h1210 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1218 "r" ((USItype) (__n0)), \
1228 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1233 "r" ((USItype) (__n0)), \
1353 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1382 "0" ((USItype) (__n0)) : "g1" __AND_CLOBBER_CC)
/netbsd/src/external/gpl3/gdb/dist/include/
Dlonglong.h1222 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1230 "r" ((USItype) (__n0)), \
1240 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1245 "r" ((USItype) (__n0)), \
1365 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1394 "0" ((USItype) (__n0)) : "g1" __AND_CLOBBER_CC)
/netbsd/src/external/gpl3/binutils/dist/include/
Dlonglong.h1222 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1230 "r" ((USItype) (__n0)), \
1240 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1245 "r" ((USItype) (__n0)), \
1365 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \ argument
1394 "0" ((USItype) (__n0)) : "g1" __AND_CLOBBER_CC)
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.tcc758 unsigned __n, __n0; in operator ()() local
764 __n0 = __n - __w % __n; in operator ()()
791 for (size_t __k = 0; __k < __n0; ++__k) in operator ()()
799 for (size_t __k = __n0; __k < __n; ++__k) in operator ()()