Searched refs:scl (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/lib/libc/i386/fp/ |
| H A D | _X_cplx_div_ix.c | 63 } scl[9] = { variable 158 sc = c * scl[ew + 4].e; in _X_cplx_div_ix() 159 sd = d * scl[ew + 4].e; in _X_cplx_div_ix() 163 b = (b * scl[eb + 4].e) / r; in _X_cplx_div_ix() 167 c = (c * scl[ec + 4].e) * b; in _X_cplx_div_ix() 171 d = (d * scl[ed + 4].e) * b; in _X_cplx_div_ix() 175 sc = scl[3].e; /* 2^4080 */ in _X_cplx_div_ix() 178 sc = scl[5].e; /* 2^-4080 */ in _X_cplx_div_ix() 183 sd = scl[3].e; in _X_cplx_div_ix() 186 sd = scl[5].e; in _X_cplx_div_ix()
|
| H A D | _X_cplx_div_rx.c | 63 } scl[9] = { variable 158 sc = c * scl[ew + 4].e; in _X_cplx_div_rx() 159 sd = d * scl[ew + 4].e; in _X_cplx_div_rx() 163 a = (a * scl[ea + 4].e) / r; in _X_cplx_div_rx() 167 c = (c * scl[ec + 4].e) * a; in _X_cplx_div_rx() 171 d = -(d * scl[ed + 4].e) * a; in _X_cplx_div_rx() 175 sc = scl[3].e; /* 2^4080 */ in _X_cplx_div_rx() 178 sc = scl[5].e; /* 2^-4080 */ in _X_cplx_div_rx() 183 sd = scl[3].e; in _X_cplx_div_rx() 186 sd = scl[5].e; in _X_cplx_div_rx()
|
| /onnv-gate/usr/src/lib/libc/sparc/fp/ |
| H A D | _D_cplx_div_ix.c | 66 } scl[9] = { variable 175 sc = c * scl[hw + 4].d; in _D_cplx_div_ix() 176 sd = d * scl[hw + 4].d; in _D_cplx_div_ix() 180 b = (b * scl[hb + 4].d) / r; in _D_cplx_div_ix() 184 c = (c * scl[hc + 4].d) * b; in _D_cplx_div_ix() 188 d = (d * scl[hd + 4].d) * b; in _D_cplx_div_ix() 192 sc = scl[3].d; /* 2^250 */ in _D_cplx_div_ix() 195 sc = scl[5].d; /* 2^-250 */ in _D_cplx_div_ix() 200 sd = scl[3].d; in _D_cplx_div_ix() 203 sd = scl[5].d; in _D_cplx_div_ix()
|
| H A D | _D_cplx_div_rx.c | 66 } scl[9] = { variable 175 sc = c * scl[hw + 4].d; in _D_cplx_div_rx() 176 sd = d * scl[hw + 4].d; in _D_cplx_div_rx() 180 a = (a * scl[ha + 4].d) / r; in _D_cplx_div_rx() 184 c = (c * scl[hc + 4].d) * a; in _D_cplx_div_rx() 188 d = -(d * scl[hd + 4].d) * a; in _D_cplx_div_rx() 192 sc = scl[3].d; /* 2^250 */ in _D_cplx_div_rx() 195 sc = scl[5].d; /* 2^-250 */ in _D_cplx_div_rx() 200 sd = scl[3].d; in _D_cplx_div_rx() 203 sd = scl[5].d; in _D_cplx_div_rx()
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | spa_misc.c | 259 spa_config_lock_t *scl = &spa->spa_config_lock[i]; in spa_config_lock_init() local 260 mutex_init(&scl->scl_lock, NULL, MUTEX_DEFAULT, NULL); in spa_config_lock_init() 261 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init() 262 refcount_create(&scl->scl_count); in spa_config_lock_init() 263 scl->scl_writer = NULL; in spa_config_lock_init() 264 scl->scl_write_wanted = 0; in spa_config_lock_init() 272 spa_config_lock_t *scl = &spa->spa_config_lock[i]; in spa_config_lock_destroy() local 273 mutex_destroy(&scl->scl_lock); in spa_config_lock_destroy() 274 cv_destroy(&scl->scl_cv); in spa_config_lock_destroy() 275 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy() [all …]
|
| /onnv-gate/usr/src/uts/i86pc/io/pciex/ |
| H A D | npe_misc.c | 352 uint8_t cl, scl; in npe_save_htconfig_children() local 362 scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS); in npe_save_htconfig_children() 364 if (((cl == PCI_CLASS_MEM && scl == PCI_MEM_RAM) || in npe_save_htconfig_children() 365 (cl == PCI_CLASS_BRIDGE && scl == PCI_BRIDGE_HOST)) && in npe_save_htconfig_children()
|
| /onnv-gate/usr/src/cmd/prstat/ |
| H A D | prstat.c | 354 char vcx[4], icx[4], scl[4], sig[4]; in list_print() local 545 Format_num(scl, lwp->li_scl, 4); in list_print() 558 slp, lat, vcx, icx, scl, sig, in list_print()
|