Searched defs:int_value (Results 1 – 2 of 2) sorted by relevance
63 #define Int_isinexact_to_sgl(int_value) (int_value << 33 - SGL_EXP_LENGTH) argument65 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument224 #define Int_negate(int_value) int_value = -int_value argument319 #define Suint_isinexact_to_sgl(int_value) \ argument
297 u8 int_value = chip->pwr_int_values[channel - 1]; in uw2453_set_tx_gain_level() local