/netbsd-src/sys/dev/pci/ |
H A D | if_ntwoc_pci.c | 198 u_int8_t tmc, rdiv, tdiv; in ntwoc_pci_attach() local 355 tdiv = (flags & NTWOC_FLAGS_TXDIV_MASK) >> NTWOC_FLAGS_TXDIV_SHIFT; in ntwoc_pci_attach() 356 if (tdiv > 9) in ntwoc_pci_attach() 361 tmc, rdiv, tdiv); in ntwoc_pci_attach() 365 tmc, rdiv, tdiv); in ntwoc_pci_attach() 406 u_int8_t rdiv, u_int8_t tdiv) in ntwoc_pci_get_clock() argument 411 scp->sp_txs = tdiv; in ntwoc_pci_get_clock()
|
H A D | if_iwn.c | 3716 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; in iwn4965_set_txpower() 3795 tdiff = ((sc->temp - temp) * 2) / tdiv[grp]; in iwn4965_set_txpower() 3694 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; iwn4965_set_txpower() local
|
/netbsd-src/sys/arch/arm/nvidia/ |
H A D | tegra124_car.c | 1235 struct tegra_div_clk *tdiv = &tclk->u.div; in tegra124_car_clock_get_rate_div() local 1246 const uint32_t v = bus_space_read_4(bst, bsh, tdiv->reg); in tegra124_car_clock_get_rate_div() 1247 const u_int raw_div = __SHIFTOUT(v, tdiv->bits); in tegra124_car_clock_get_rate_div() 1249 switch (tdiv->reg) { in tegra124_car_clock_get_rate_div() 1282 struct tegra_div_clk *tdiv = &tclk->u.div; in tegra124_car_clock_set_rate_div() local 1296 v = bus_space_read_4(bst, bsh, tdiv->reg); in tegra124_car_clock_set_rate_div() 1298 raw_div = __SHIFTOUT(tdiv->bits, tdiv->bits); in tegra124_car_clock_set_rate_div() 1300 switch (tdiv->reg) { in tegra124_car_clock_set_rate_div() 1353 v &= ~tdiv->bits; in tegra124_car_clock_set_rate_div() 1354 v |= __SHIFTIN(raw_div, tdiv->bits); in tegra124_car_clock_set_rate_div() [all …]
|
H A D | tegra210_car.c | 1331 struct tegra_div_clk *tdiv = &tclk->u.div; in tegra210_car_clock_get_rate_div() local 1342 const uint32_t v = bus_space_read_4(bst, bsh, tdiv->reg); in tegra210_car_clock_get_rate_div() 1343 u_int raw_div = __SHIFTOUT(v, tdiv->bits); in tegra210_car_clock_get_rate_div() 1345 switch (tdiv->reg) { in tegra210_car_clock_get_rate_div() 1386 struct tegra_div_clk *tdiv = &tclk->u.div; in tegra210_car_clock_set_rate_div() local 1400 v = bus_space_read_4(bst, bsh, tdiv->reg); in tegra210_car_clock_set_rate_div() 1402 raw_div = __SHIFTOUT(tdiv->bits, tdiv->bits); in tegra210_car_clock_set_rate_div() 1404 switch (tdiv->reg) { in tegra210_car_clock_set_rate_div() 1451 v &= ~tdiv->bits; in tegra210_car_clock_set_rate_div() 1452 v |= __SHIFTIN(raw_div, tdiv->bits); in tegra210_car_clock_set_rate_div() [all …]
|
/netbsd-src/sys/dev/isa/ |
H A D | if_ntwoc_isa.c | 389 u_int8_t rdiv, tdiv, tmc; in ntwoc_isa_attach() local 587 tdiv = (flags & NTWOC_FLAGS_TXDIV_MASK) >> NTWOC_FLAGS_TXDIV_SHIFT; in ntwoc_isa_attach() 588 if (tdiv > 9) in ntwoc_isa_attach() 593 flags & NTWOC_FLAGS_CLK0_MASK, tmc, rdiv, tdiv); in ntwoc_isa_attach() 597 tmc, rdiv, tdiv); in ntwoc_isa_attach() 633 u_int8_t rdiv, u_int8_t tdiv) in ntwoc_isa_get_clock() argument 638 scp->sp_txs = tdiv; in ntwoc_isa_get_clock()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | Makefile.am | 25 check_PROGRAMS = reuse t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv \
|
H A D | Makefile.in | 108 t-mul$(EXEEXT) t-mul_i$(EXEEXT) t-tdiv$(EXEEXT) \ 453 t_tdiv_SOURCES = t-tdiv.c 454 t_tdiv_OBJECTS = t-tdiv.$(OBJEXT) 507 t-sizeinbase.c t-sqrtrem.c t-tdiv.c t-tdiv_ui.c 519 t-sizeinbase.c t-sqrtrem.c t-tdiv.c t-tdiv_ui.c 1211 t-tdiv$(EXEEXT): $(t_tdiv_OBJECTS) $(t_tdiv_DEPENDENCIES) $(EXTRA_t_tdiv_DEPENDENCIES) 1212 @rm -f t-tdiv$(EXEEXT) 1468 t-tdiv.log: t-tdiv$(EXEEXT)
|
/netbsd-src/external/lgpl3/mpc/dist/ |
H A D | Makefile.vc | 342 $(TESTCOMPILE)tdiv.c $(MIDTESTCOMPILE)tdiv.exe $(ENDTESTCOMPILE) 343 cd $(DIRMPCTESTS) && tdiv.exe && cd ..
|
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | Makefile.in | 95 tconj$(EXEEXT) tcos$(EXEEXT) tcosh$(EXEEXT) tdiv$(EXEEXT) \ 212 tdiv_SOURCES = tdiv.c 213 tdiv_OBJECTS = tdiv.$(OBJEXT) 471 ./$(DEPDIR)/tcos.Po ./$(DEPDIR)/tcosh.Po ./$(DEPDIR)/tdiv.Po \ 522 tdiv.c tdiv_2si.c tdiv_2ui.c tdiv_fr.c tdiv_ui.c tdot.c \ 534 tcosh.c tdiv.c tdiv_2si.c tdiv_2ui.c tdiv_fr.c tdiv_ui.c \ 1082 tdiv$(EXEEXT): $(tdiv_OBJECTS) $(tdiv_DEPENDENCIES) $(EXTRA_tdiv_DEPENDENCIES) 1083 @rm -f tdiv$(EXEEXT) 1346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdiv.Po@am__quote@ # am--include-marker 1773 tdiv.log: tdiv$(EXEEXT) [all …]
|
H A D | Makefile.am | 41 tdiv tdiv_2si tdiv_2ui tdiv_fr tdiv_ui tdot texp tfma tfr_div tfr_sub \ program
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | Makefile.am | 61 tdigamma tdim tdiv tdiv_d tdiv_ui tdot teint teq terandom \
|
H A D | Makefile.in | 138 tdim$(EXEEXT) tdiv$(EXEEXT) tdiv_d$(EXEEXT) tdiv_ui$(EXEEXT) \ 469 tdiv_SOURCES = tdiv.c 470 tdiv_OBJECTS = tdiv.$(OBJEXT) 1221 ./$(DEPDIR)/tdim.Po ./$(DEPDIR)/tdiv.Po ./$(DEPDIR)/tdiv_d.Po \ 1317 tcsc.c tcsch.c td_div.c td_sub.c tdigamma.c tdim.c tdiv.c \ 1353 tcsch.c td_div.c td_sub.c tdigamma.c tdim.c tdiv.c tdiv_d.c \ 1781 tdigamma tdim tdiv tdiv_d tdiv_ui tdot teint teq terandom \ 2144 tdiv$(EXEEXT): $(tdiv_OBJECTS) $(tdiv_DEPENDENCIES) $(EXTRA_tdiv_DEPENDENCIES) 2145 @rm -f tdiv$(EXEEXT) 2778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tdiv.Po@am__quote@ # am--include-marker [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
H A D | test.pl | 1072 ($q, $r) = tdiv (16, 3); 1075 ($q, $r) = tdiv (16, -3); 1078 ($q, $r) = tdiv (-16, 3); 1081 ($q, $r) = tdiv (-16, -3);
|
H A D | GMP.xs | 1793 GMP::Mpz::tdiv = 2
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-cpus.in | 82 define feature tdiv 281 define fgroup ARMv7ve ARMv7a adiv tdiv lpae mp sec 282 define fgroup ARMv7r ARMv7a tdiv 283 define fgroup ARMv7m ARMv7 tdiv 292 define fgroup ARMv8m_base ARMv6m armv8 cmse tdiv
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-cpus.in | 82 define feature tdiv 287 define fgroup ARMv7ve ARMv7a adiv tdiv lpae mp sec 288 define fgroup ARMv7r ARMv7a tdiv 289 define fgroup ARMv7m ARMv7 tdiv 298 define fgroup ARMv8m_base ARMv6m armv8 cmse tdiv
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.md | 405 "%.\\tdiv.s%T0\\t%0, %1, %2;") 412 "%.\\tdiv.u%T0\\t%0, %1, %2;") 822 "%.\\tdiv%#%t0\\t%0, %1, %2;")
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.md | 552 "%.\\tdiv.s%T0\\t%0, %1, %2;") 559 "%.\\tdiv.u%T0\\t%0, %1, %2;") 1245 "%.\\tdiv%#%t0\\t%0, %1, %2;")
|
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/ |
H A D | README | 324 division from tdiv to cdiv,
|
/netbsd-src/external/lgpl3/mpfr/dist/ |
H A D | ChangeLog | 3773 [tests/tdiv.c] Use set_emax rather than mpfr_set_emax with a test. 6872 [tests/tdiv.c] fixed test_20151023 (was giving an error with micro-gmp-8 6977 [tests/tdiv.c] Fixed bad format string for an error message, detected 7395 [tests/tdiv.c] !mpfr_equal_p is better than mpfr_cmp. 7402 [tests/tdiv.c] fixed test_20151023() 7508 [tests/tdiv.c] more detailed error message 9739 [tests/tdiv.c] improve coverage, now 100% for div.c 9760 [tests/tdiv.c] improve coverage 9762 [tests/tdiv.c] improve coverage of mpfr_div_2 10315 [src/div_ui.c] fixed bug20180126 (from tdiv.c), with a complete rewrite of [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | vsx.md | 1714 ;; *tdiv* instruction returning the FG flag 1728 ;; *tdiv* instruction returning the FE flag 1748 "x<VSv>tdiv<sd>p %0,%x1,%x2"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | vsx.md | 1888 ;; *tdiv* instruction returning the FG flag 1902 ;; *tdiv* instruction returning the FE flag 1922 "x<VSv>tdiv<sd>p %0,%x1,%x2"
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 786 * mpz/nextprime.c: Use tdiv instead of fdiv. 10214 * tests/mpz/t-tdiv.c: Likewise. 10242 * tests/mpz/t-tdiv.c: Increase operands size again. 10258 * tests/mpz/t-tdiv.c: Use larger test operands. 19015 compiler bug with mpfr/tests/tdiv. 19238 * mpfr/tests/tdiv.c: Decrease number of performed tests. 21426 * mpfr/tests/tdiv.c, mpfr/tests/tui_div.c: Don't depend on nan and inf 22254 tatan.c, tcmp2.c, tcos.c, tdiv.c, tdiv_ui.c, teq.c, texp.c, 25003 t-powm.c, t-powm_ui.c, t-root.c, t-sqrtrem.c, t-tdiv.c, 25913 * mpz/tests/t-tdiv.c: Likewise. [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info-1 | 2487 * 'tdiv' rounds Q towards zero, and R will have the same sign as 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 3366 @code{tdiv} rounds @var{q} towards zero, and @var{r} will have the same sign 3381 @code{tdiv} and @code{cdiv} the remainder can be negative, so for those the
|