Searched refs:ABS (Results 1 – 5 of 5) sorted by relevance
87 #define ABS(x) ((x) > 0 ? (x) : -(x)) macro848 } while ((ABS(dc_meas_i) > 1900) | (ABS(dc_meas_q) > 1900)); in DCOC_DAC_INIT_Cal()857 if (ABS(dc_meas_i) != MIN(ABS(dc_meas_i), ABS(dc_meas_i_p))) in DCOC_DAC_INIT_Cal()884 if (ABS(dc_meas_i) != MIN(ABS(dc_meas_i), ABS(dc_meas_i_p))) in DCOC_DAC_INIT_Cal()911 if (ABS(dc_meas_q) != MIN(ABS(dc_meas_q), ABS(dc_meas_q_p))) in DCOC_DAC_INIT_Cal()936 if (ABS(dc_meas_q) != MIN(ABS(dc_meas_q), ABS(dc_meas_q_p))) in DCOC_DAC_INIT_Cal()
43 #define ABS(x) ((x) > 0 ? (x) : -(x)) macro
398 #define ABS(x) ((x) > 0 ? (x) : -(x)) macro
1886 num = (((1 << 28) - 1) & ((1 << 28) - 1) - ABS(num)) + 1; in XcvrOverrideFrequency()
125 …__IO uint16_t ABS; /**< Timer 2 Configuration 0 (Absolute Timer Conf… member129 …__IO uint16_t ABS; /**< Timer 2 Configuration 1 (Absolute Timer Conf… member