Searched refs:scl (Results 1 – 9 of 9) sorted by relevance
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | spa_misc.c | 355 spa_config_lock_t *scl = &spa->spa_config_lock[i]; in spa_config_lock_init() local 356 mutex_init(&scl->scl_lock, NULL, MUTEX_DEFAULT, NULL); in spa_config_lock_init() 357 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init() 358 refcount_create_untracked(&scl->scl_count); in spa_config_lock_init() 359 scl->scl_writer = NULL; in spa_config_lock_init() 360 scl->scl_write_wanted = 0; in spa_config_lock_init() 368 spa_config_lock_t *scl = &spa->spa_config_lock[i]; in spa_config_lock_destroy() local 369 mutex_destroy(&scl->scl_lock); in spa_config_lock_destroy() 370 cv_destroy(&scl->scl_cv); in spa_config_lock_destroy() 371 refcount_destroy(&scl->scl_count); in spa_config_lock_destroy() [all …]
|
/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vhypot.c | 105 double scl = 0; in __vhypot() local 322 HI(&scl) = (0x7fe00000 - j0); in __vhypot() 324 x *= scl; in __vhypot() 325 y *= scl; in __vhypot() 337 HI(&scl) = j0; in __vhypot() 339 res = scl * res; in __vhypot()
|
H A D | __vrhypot.c | 204 HI(&scl##I) = 0x7ff00000 - j0;
|
/titanic_44/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 334 uint8_t cl, scl; in npe_save_htconfig_children() local 344 scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS); in npe_save_htconfig_children() 346 if (((cl == PCI_CLASS_MEM && scl == PCI_MEM_RAM) || in npe_save_htconfig_children() 347 (cl == PCI_CLASS_BRIDGE && scl == PCI_BRIDGE_HOST)) && in npe_save_htconfig_children()
|
/titanic_44/usr/src/cmd/prstat/ |
H A D | prstat.c | 360 char vcx[4], icx[4], scl[4], sig[4]; in list_print() local 564 Format_num(scl, lwp->li_scl, 4); in list_print() 577 slp, lat, vcx, icx, scl, sig, in list_print()
|