Searched refs:m_exp (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | sreal.h | 44 sreal () : m_sig (-1), m_exp (-1) {} in sreal() 64 if (m_exp == other.m_exp) 74 bool r = m_exp < other.m_exp; 81 return m_exp == other.m_exp && m_sig == other.m_sig; 102 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP); in shift() 103 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP); in shift() 106 tmp.m_exp += s; in shift() 117 min.m_exp = SREAL_MAX_EXP; in min() 127 max.m_exp = SREAL_MAX_EXP; in max() 140 signed int m_exp; /* Exponent. */ variable [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | sreal.h | 44 sreal () : m_sig (-1), m_exp (-1) {} in sreal() 64 if (m_exp == other.m_exp) 74 bool r = m_exp < other.m_exp; 81 return m_exp == other.m_exp && m_sig == other.m_sig; 102 gcc_checking_assert (m_exp + s <= SREAL_MAX_EXP); in shift() 103 gcc_checking_assert (m_exp + s >= -SREAL_MAX_EXP); in shift() 106 tmp.m_exp += s; in shift() 117 min.m_exp = SREAL_MAX_EXP; in min() 127 max.m_exp = SREAL_MAX_EXP; in max() 140 signed int m_exp; /* Exponent. */ variable [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov4689.c | 798 u32 m_exp = ae->middle_exp_reg; in ov4689_set_hdrae() local 812 l_exp, m_exp, s_exp, l_gain, m_gain, s_gain); in ov4689_set_hdrae() 816 if (m_exp < 3) in ov4689_set_hdrae() 817 m_exp = 3; in ov4689_set_hdrae() 823 l_exp = m_exp; in ov4689_set_hdrae() 825 m_exp = s_exp; in ov4689_set_hdrae() 826 if (l_exp <= m_exp || in ov4689_set_hdrae() 827 l_exp + m_exp >= ov4689->cur_vts - 4) { in ov4689_set_hdrae() 830 l_exp, m_exp, ov4689->cur_vts); in ov4689_set_hdrae() 834 if (l_exp <= m_exp || in ov4689_set_hdrae() [all …]
|
| H A D | ov4686.c | 761 u32 m_exp = ae->middle_exp_reg; in OV4686_set_hdrae() local 776 l_exp, l_gain, m_exp, m_gain, s_exp, s_gain); in OV4686_set_hdrae() 780 if (m_exp < 3) in OV4686_set_hdrae() 781 m_exp = 3; in OV4686_set_hdrae() 787 l_exp = m_exp; in OV4686_set_hdrae() 789 m_exp = s_exp; in OV4686_set_hdrae() 802 OV4686_REG_VALUE_24BIT, m_exp << 4); in OV4686_set_hdrae()
|