Searched refs:cdiv (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/arch/mips/ingenic/ |
H A D | apbus.c | 129 uint32_t reg, mpll, m, n, p, mclk, pclk, pdiv, cclk, cdiv; in apbus_attach() local 153 cdiv = (reg & JZ_CDIV_M) + 1; in apbus_attach() 154 cclk = mclk / cdiv; in apbus_attach()
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | zs.c | 1093 int cdiv = 0; /* XXX gcc4 -Wuninitialized */ in zsparam() local 1108 tmp = zsbaudrate(unit, tmp, &cdiv, &clkm, &brgm, &tcon); in zsparam() 1115 cdiv |= ZSWR4_TWOSB; in zsparam() 1117 cdiv |= ZSWR4_ONESB; in zsparam() 1119 cdiv |= ZSWR4_EVENP; in zsparam() 1121 cdiv |= ZSWR4_PARENB; in zsparam() 1150 cs->cs_preg[4] = cdiv; in zsparam()
|
/netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
H A D | test.pl | 452 ($q, $r) = cdiv (16, 3); 455 ($q, $r) = cdiv (16, -3); 458 ($q, $r) = cdiv (-16, 3); 461 ($q, $r) = cdiv (-16, -3);
|
H A D | GMP.xs | 1788 cdiv (a, d)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 213 cdiv DPML
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 213 cdiv DPML
|
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/ |
H A D | README | 324 division from tdiv to cdiv,
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info-1 | 2481 * 'cdiv' rounds Q up towards +infinity, and R will have the 2500 'tdiv' and 'cdiv' the remainder can be negative, so for those the
|
H A D | gmp.texi | 3307 @c Separate deftypefun groups for cdiv, fdiv and tdiv produce a blank line 3357 @code{cdiv} rounds @var{q} up towards @m{+\infty, +infinity}, and @var{r} will 3381 @code{tdiv} and @code{cdiv} the remainder can be negative, so for those the
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 33559 * gmp.h: Declare cdiv*.
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 87515 50987521ad86112e16576c245865263d libgo/runtime/go-cdiv.c
|