Searched defs:nz (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/LD/ |
H A D | hypotl.c | 72 int j, nx, ny, nz; local 82 nz = ny; 84 nx = nz;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vmsystm.h | 82 #define nz(x) ((x) != 0 ? (x) : 1) macro
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | hypotl.c | 73 int j, k, nx, ny, nz; local 96 nz = ny; 98 nx = nz;
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_clog_r.c | 251 int n, k, ix, iy, iz, nx, ny, nz, i, j; local 363 nz = (iz >> 20) - 0x3ff; 404 if (nz == 3) {zh *= 0.125; *er *= 0.125; } 405 if (nz == 2) {zh *= 0.25; *er *= 0.25; } 406 if (nz == 1) {zh *= half; *er *= half; } 407 nz += nx + nx; 408 w = half * k_log_NKz(nz, k, zh, er);
|
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, [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 2294 int nz; local 2301 nz = oz * 2; 2302 np = newof(op, long, nz, 0); 2313 pp.constack = nz; 2314 pp.maxcon = np + nz - 1;
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 476 size_t nz = 0, old_nz; local 486 (void) zone_list(NULL, &nz); 487 if (nz == 1) 489 old_nz = nz; 490 zones = calloc(sizeof (zoneid_t), nz); 498 (void) zone_list(zones, &nz); 499 if (old_nz == nz) 504 if (nz == 2) { 509 cmdname, nz - 1); 512 for (i = 0; i < nz; 562 size_t nz = 0, last_nz; local [all...] |
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 346 int n, nz, tot; local 355 nz = 0; 366 nz++; 375 uri_hash_sz[cur], nz != 0 ? ((tot * 10 + 5) / nz) / 10 : 0);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 2021 size_t nz = 0, i; local 2036 nz++; 2045 if (nz == 0) { 2051 avg = (double)ttl / (double)nz; 2062 util = (nz * 1000) / data->dthsd_hashsize; 2063 stddev = (uint_t)sqrt(sum / (double)nz) * 10; 2066 data->dthsd_hashsize, util / 10, util % 10, longest, ttl / nz,
|
Completed in 98 milliseconds