Home
last modified time | relevance | path

Searched refs:cdiv (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/mips/ingenic/
H A Dapbus.c129 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 Dzs.c1093 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 Dtest.pl452 ($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 DGMP.xs1788 cdiv (a, d)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map213 cdiv DPML
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map213 cdiv DPML
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A DREADME324 division from tdiv to cdiv,
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-12481 * '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 Dgmp.texi3307 @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 DChangeLog33559 * gmp.h: Declare cdiv*.
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS87515 50987521ad86112e16576c245865263d libgo/runtime/go-cdiv.c