| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | terandom_chisq.c | 85 double xmin, double xmax, int verbose) in test_erandom_chisq_cont() argument 104 mpfr_set_d (b, xmax, rnd); in test_erandom_chisq_cont() 159 num, xmin, xmax, nu, chisq); in test_erandom_chisq_cont() 206 double xmin, double xmax, int verbose) in test_erandom_chisq_disc() argument 224 mpfr_set_d (x, xmax, rnd); in test_erandom_chisq_disc() 225 xmax = mpfr_get_d (x, rnd); in test_erandom_chisq_disc() 284 "nu = %d: chisq = %.2f\n", num, prec, xmin, xmax, nu, chisq); in test_erandom_chisq_disc() 297 double xmin, double xmax, int verbose) in run_chisq() argument 307 Q = (*f)(num, prec, bin, xmin, xmax, verbose); in run_chisq()
|
| D | tnrandom_chisq.c | 86 double xmin, double xmax, int verbose) in test_nrandom_chisq_cont() argument 105 mpfr_set_d (b, xmax, rnd); in test_nrandom_chisq_cont() 155 num, xmin, xmax, nu, chisq); in test_nrandom_chisq_cont() 205 double xmin, double xmax, int verbose) in test_nrandom_chisq_disc() argument 223 mpfr_set_d (x, xmax, rnd); in test_nrandom_chisq_disc() 224 xmax = mpfr_get_d (x, rnd); in test_nrandom_chisq_disc() 285 "nu = %d: chisq = %.2f\n", num, prec, xmin, xmax, nu, chisq); in test_nrandom_chisq_disc() 298 double xmin, double xmax, int verbose) in run_chisq() argument 308 Q = (*f)(num, prec, bin, xmin, xmax, verbose); in run_chisq()
|
| /netbsd/src/sys/nfs/ |
| D | nfs_vfsops.c | 254 u_int32_t *tl, pref, xmax; in nfs_fsinfo() local 273 xmax = fxdr_unsigned(u_int32_t, fsp->fs_wtmax); in nfs_fsinfo() 274 if (xmax < nmp->nm_wsize && xmax > 0) { in nfs_fsinfo() 275 nmp->nm_wsize = xmax & ~(NFS_FABLKSIZE - 1); in nfs_fsinfo() 277 nmp->nm_wsize = xmax; in nfs_fsinfo() 284 xmax = fxdr_unsigned(u_int32_t, fsp->fs_rtmax); in nfs_fsinfo() 285 if (xmax < nmp->nm_rsize && xmax > 0) { in nfs_fsinfo() 286 nmp->nm_rsize = xmax & ~(NFS_FABLKSIZE - 1); in nfs_fsinfo() 288 nmp->nm_rsize = xmax; in nfs_fsinfo() 294 if (xmax < nmp->nm_readdirsize && xmax > 0) { in nfs_fsinfo() [all …]
|
| /netbsd/src/external/bsd/nvi/dist/gtk/ |
| D | gtkviscreen.c | 61 static void draw_lines(GtkViScreen *vi, gint y, gint x, gint ymax, gint xmax); 62 static void mark_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax); 643 gint xmax, xmin; in expose_text() local 650 xmax = MIN((area->x + area->width + vi->ch_width - 1) / vi->ch_width, in expose_text() 652 draw_lines(vi, area->y / vi->ch_height, xmin, ymax, xmax); in expose_text() 660 draw_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax) in draw_lines() argument 676 for (; xpos < xmax; x+=len, xpos+= blen) { in draw_lines() 681 for (; x+len < xmax && in draw_lines() 758 mark_lines(GtkViScreen *vi, gint ymin, gint xmin, gint ymax, gint xmax) in mark_lines() argument 763 if (xmax > vi->marked_maxx) vi->marked_maxx = xmax; in mark_lines()
|
| /netbsd/src/external/bsd/ipf/dist/perl/ |
| D | Ipfanaly.pl | 33 local ($maxin,$maxout,$lookat,$xmax)=@_; 35 $XMAX=$xmax; 144 local ($xmax)=@_; 145 $XMAX=$xmax;
|
| /netbsd/src/external/lgpl3/mpfr/dist/tune/ |
| D | tuneup.c | 592 mpfr_t xmin, xmax, x; in tune_simple_func_in_some_direction() local 600 mpfr_init2 (xmax, MPFR_SMALL_PRECISION); in tune_simple_func_in_some_direction() 616 mpfr_clear (ratio); mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax); in tune_simple_func_in_some_direction() 643 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN); in tune_simple_func_in_some_direction() 646 d = domeasure2 (threshold1, threshold2, threshold3, func, pmax, xmax); in tune_simple_func_in_some_direction() 650 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN); in tune_simple_func_in_some_direction() 682 mpfr_mul_ui (xmax, ratio, (unsigned int)pmax, MPFR_RNDN); in tune_simple_func_in_some_direction() 693 mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax); in tune_simple_func_in_some_direction() 713 mpfr_clear (ratio); mpfr_clear (x); mpfr_clear (xmin); mpfr_clear (xmax); in tune_simple_func_in_some_direction()
|
| /netbsd/src/sys/ufs/lfs/ |
| D | lfs_alloc.c | 123 daddr_t i, blkno, xmax; in lfs_extend_ifile() local 175 xmax = i + lfs_sb_getifpb(fs); in lfs_extend_ifile() 185 for (ifp64 = (IFILE64 *)bp->b_data; i < xmax; ++ifp64) { in lfs_extend_ifile() 194 for (ifp32 = (IFILE32 *)bp->b_data; i < xmax; ++ifp32) { in lfs_extend_ifile() 203 for (ifp_v1 = (IFILE_V1 *)bp->b_data; i < xmax; ++ifp_v1) { in lfs_extend_ifile() 212 LFS_PUT_TAILFREE(fs, cip, cbp, xmax - 1); in lfs_extend_ifile()
|
| /netbsd/src/sys/coda/ |
| D | coda_namecache.c | 628 int i, xmax = 0, sum = 0, temp, zeros = 0, ave, n; in coda_nc_gather_stats() local 637 if (coda_nc_hash[i].length > xmax) in coda_nc_gather_stats() 638 xmax = coda_nc_hash[i].length; in coda_nc_gather_stats() 647 coda_nc_stat.Max_bucket_len = xmax; in coda_nc_gather_stats()
|
| /netbsd/src/games/larn/ |
| D | display.c | 247 draws(int xmin, int xmax, int ymin, int ymax) in draws() argument 250 if (xmin == 0 && xmax == MAXX) { /* clear section of screen as in draws() 260 d_xmax = xmax; in draws() 264 if (xmin <= 0 && xmax == MAXX) { /* draw stuff on right side in draws()
|
| /netbsd/src/sys/kern/ |
| D | kern_uidinfo.c | 281 chgsbsize(struct uidinfo *uip, u_long *hiwat, u_long to, rlim_t xmax) in chgsbsize() argument 287 if (diff > 0 && nsb > xmax) { in chgsbsize()
|
| D | init_sysctl.c | 1035 int error, xmax; in sysctl_kern_maxptys() local 1039 xmax = pty_maxptys(0, 0); in sysctl_kern_maxptys() 1042 node.sysctl_data = &xmax; in sysctl_kern_maxptys() 1047 if (xmax != pty_maxptys(xmax, 1)) in sysctl_kern_maxptys()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | xsize.h | 87 xmax (size_t size1, size_t size2) in xmax() function
|
| D | vasnprintf.c | 794 xmax (xsum (length, count), xtimes (allocated, 2)); in VASNPRINTF()
|
| /netbsd/src/sys/dev/isa/ |
| D | ym.c | 1162 int i, xmax; in ym_resume() local 1174 xmax = YM_IS_SA3(sc)? YM_SAVE_REG_MAX_SA3 : YM_SAVE_REG_MAX_SA2; in ym_resume() 1175 for (i = SA3_PWR_MNG + 1; i <= xmax; i++) { in ym_resume() 1230 int i, xmax; in ym_chip_powerdown() local 1235 xmax = YM_IS_SA3(sc) ? YM_SAVE_REG_MAX_SA3 : YM_SAVE_REG_MAX_SA2; in ym_chip_powerdown() 1238 for (i = SA3_PWR_MNG + 1; i <= xmax; i++) { in ym_chip_powerdown()
|
| /netbsd/src/sys/dev/pci/bktr/ |
| D | bktr_card.c | 395 int xmax; in readEEProm() local 403 xmax = (int)(bktr->card.eepromSize * EEPROMBLOCKSIZE); in readEEProm() 404 if ((offset + count) > xmax) in readEEProm()
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | promlib.c | 962 prom_makememarr(struct memarr *ap, int xmax, int which) in prom_makememarr() argument 1002 if (n >= xmax) { in prom_makememarr() 1041 n = xmax; in prom_makememarr()
|
| /netbsd/src/sys/dev/ |
| D | ld.c | 180 ldadjqparam(struct ld_softc *sc, int xmax) in ldadjqparam() argument 184 sc->sc_maxqueuecnt = xmax; in ldadjqparam()
|
| /netbsd/src/sys/dev/scsipi/ |
| D | sd.c | 887 long xmax; in sdminphys() local 903 xmax = dksc->sc_dkdev.dk_geom.dg_secsize * 0xff; in sdminphys() 905 if (bp->b_bcount > xmax) in sdminphys() 906 bp->b_bcount = xmax; in sdminphys()
|
| D | cd.c | 1025 long xmax; in cdminphys() local 1039 xmax = dksc->sc_dkdev.dk_geom.dg_secsize * 0xff; in cdminphys() 1041 if (bp->b_bcount > xmax) in cdminphys() 1042 bp->b_bcount = xmax; in cdminphys()
|
| /netbsd/src/sys/arch/luna68k/stand/boot/ |
| D | bmd.c | 636 int xmin, int xmax, int ymin, int ymax) in bmd_scroll_screen() argument
|
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_netbsdkintf.c | 3730 size_t xmin, size_t xmax) in rf_pool_init() argument 3737 pool_sethiwat(p, xmax); in rf_pool_init()
|