Searched refs:newbit (Results 1 – 2 of 2) sorted by relevance
/linux/arch/parisc/math-emu/ |
H A D | sfsqrt.c | 46 register unsigned int newbit, sum; in sgl_fsqrt() local 121 newbit = 1 << SGL_P; in sgl_fsqrt() 122 while (newbit && Sgl_isnotzero(src)) { in sgl_fsqrt() 123 Sgl_addition(result,newbit,sum); in sgl_fsqrt() 126 Sgl_addition(result,(newbit<<1),result); in sgl_fsqrt() 129 Sgl_rightshiftby1(newbit); in sgl_fsqrt()
|
/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 1687 unsigned long newbit; in ap_config_store() local 1741 for_each_set_bit_inv(newbit, m_added.apm, AP_DEVICES) in ap_config_store() 1742 vfio_ap_mdev_link_adapter(matrix_mdev, newbit); in ap_config_store() 1744 for_each_set_bit_inv(newbit, m_added.aqm, AP_DOMAINS) in ap_config_store() 1745 vfio_ap_mdev_link_domain(matrix_mdev, newbit); in ap_config_store()
|