/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_clog_rl.c | 412 int n, k, ix, iy, iz, nx, ny, nz, i; local 571 nz = (iz >> 16) - 0x3fff + (k >> 7); 574 if (nz == 1) zk += zk; 575 else if (nz == 2) zk *= 4.0L; 576 else if (nz == 3) zk *= 8.0L; 633 if (nz == 3) { 635 } else if (nz == 2) { 637 } else if (nz == 1) { 640 nz += nx + nx; 641 w = half * k_log_NKzl(nz, k, zh, er);
|
H A D | k_clog_r.c | 251 int n, k, ix, iy, iz, nx, ny, nz, i, j; in __k_clog_r() local 363 nz = (iz >> 20) - 0x3ff; in __k_clog_r() 404 if (nz == 3) {zh *= 0.125; *er *= 0.125; } in __k_clog_r() 405 if (nz == 2) {zh *= 0.25; *er *= 0.25; } in __k_clog_r() 406 if (nz == 1) {zh *= half; *er *= half; } in __k_clog_r() 407 nz += nx + nx; in __k_clog_r() 408 w = half * k_log_NKz(nz, k, zh, er); in __k_clog_r()
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 477 size_t nz = 0, old_nz; in halt_zones() local 487 (void) zone_list(NULL, &nz); in halt_zones() 488 if (nz == 1) in halt_zones() 490 old_nz = nz; in halt_zones() 491 zones = calloc(sizeof (zoneid_t), nz); in halt_zones() 499 (void) zone_list(zones, &nz); in halt_zones() 500 if (old_nz == nz) in halt_zones() 505 if (nz == 2) { in halt_zones() 510 cmdname, nz - 1); in halt_zones() 513 for (i = 0; i < nz; i++) { in halt_zones() [all …]
|
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | hypotl.c | 72 int j, nx, ny, nz; in hypotl() local 82 nz = ny; in hypotl() 84 nx = nz; in hypotl()
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | hypotl.c | 73 int j, k, nx, ny, nz; in hypotl() local 96 nz = ny; in hypotl() 98 nx = nz; in hypotl()
|
/illumos-gate/usr/src/cmd/tsol/demo/ |
H A D | clonebylabel.sh | 95 nz=`/bin/grep "^$zonename:" $ZONECFG | cut -d ":" -f1` 96 if [ $nz ]; then
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | vm_meter.c | 58 #define UsefulPagesPerIO nz((MAXBSIZE/PAGESIZE)/2)
|
H A D | vm_pageout.c | 853 nz(lotsfree) / SCHEDPAGING_HZ; in schedpaging() 858 (max_pageout_nsec - min_pageout_nsec) / nz(lotsfree); in schedpaging()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math_impl.h | 124 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff() local 128 nz = gf_exp2(ncols - z - 1); in raidz_rec_pqr_coeff() 134 nyyz = gf_mul(gf_mul(ny, nz), ny); in raidz_rec_pqr_coeff() 138 gf_mul(nxx, nz) ^ gf_mul(nzz, nx) ^ nyzz; in raidz_rec_pqr_coeff() 140 yd = gf_inv(ny ^ nz); in raidz_rec_pqr_coeff() 144 coeff[MUL_PQR_XR] = gf_div(ny ^ nz, xd); in raidz_rec_pqr_coeff() 146 coeff[MUL_PQR_YP] = gf_mul(nz, yd); in raidz_rec_pqr_coeff()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | arith.sh | 615 …(( abs(x-y) < 1e-10 )) || err_exit '$nz and nz differs in arithmetic expression when nz is referen…
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vmsystm.h | 85 #define nz(x) ((x) != 0 ? (x) : 1) macro
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 236 nz new-zealand en 271 enz en nz
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 2069 size_t nz = 0, i; in dtrace_hashstat_stats() local 2084 nz++; in dtrace_hashstat_stats() 2093 if (nz == 0) { in dtrace_hashstat_stats() 2099 avg = (double)ttl / (double)nz; in dtrace_hashstat_stats() 2110 util = (nz * 1000) / data->dthsd_hashsize; in dtrace_hashstat_stats() 2111 stddev = (uint_t)sqrt(sum / (double)nz) * 10; in dtrace_hashstat_stats() 2114 data->dthsd_hashsize, util / 10, util % 10, longest, ttl / nz, in dtrace_hashstat_stats()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 2294 int nz; in ppnest() local 2301 nz = oz * 2; in ppnest() 2302 np = newof(op, long, nz, 0); in ppnest() 2313 pp.constack = nz; in ppnest() 2314 pp.maxcon = np + nz - 1; in ppnest()
|
/illumos-gate/usr/src/cmd/tail/tests/ |
H A D | tailtests.sh | 593 checkfail -nz
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | compress.c | 59 #define bsNEEDW(nz) \ argument
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | ts.c | 1552 epri += swapout_time - pp->p_swrss / nz(maxpgio)/2; in ts_swapin() 1624 (rm_asrss(pp->p_as) / nz(maxpgio)/2) - (long)pri; in ts_swapout()
|
H A D | fss.c | 2162 epri += swapout_time - pp->p_swrss / nz(maxpgio)/2; in fss_swapin() 2214 (rm_asrss(pp->p_as) / nz(maxpgio)/2) - (long)pri; in fss_swapout()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | australasia | 604 # http://nzetc.victoria.ac.nz/tm/scholarly/tei-KloDisc-t1-body-d18.html 606 # https://atojs.natlib.govt.nz/cgi-bin/atojs?a=d&d=AJHR1900-I.2.1.2.3 1678 # http://www.dia.govt.nz/diawebsite.nsf/wpg_URL/Services-Daylight-Saving-Daylight-saving-to-be-exte… 1683 # https://www.austlii.edu.au/nz/legis/hist_act/staa19561956n100244.pdf
|
H A D | europe | 164 # http://rsnz.natlib.govt.nz/volume/rsnz_28/rsnz_28_00_006110.html
|