Searched refs:ABS (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/arch/metag/lib/ |
D | divsi3.S | 34 ABS D1Ar1,D1Ar1 ! abs(A) -> Au 35 ABS D1Re0,D1Re0 ! abs(B) -> Bu
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0367_priv.h | 42 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) macro
|
D | dibx000_common.h | 227 #define ABS(x) ((x < 0) ? (-x) : (x)) macro
|
D | stv0900_priv.h | 31 #define ABS(X) ((X) < 0 ? (-1 * (X)) : (X)) macro
|
D | mb86a16.c | 34 #define ABS(x) ((x) < 0 ? (-x) : (x)) macro 1215 if ((ABS(prev_swp_freq[j] - swp_freq)) < (swp_ofs * 3 / 2)) { in mb86a16_set_fe() 1220 …if ((signal_dupl == 0) && (swp_freq > 0) && (ABS(swp_freq - state->frequency * 1000) < fcp + state… in mb86a16_set_fe() 1394 if (ABS(state->frequency * 1000 - swp_freq) > 3800) { in mb86a16_set_fe()
|
D | stv0900_sw.c | 1262 if (ABS(offsetFreq) <= ((intp->srch_range[d] / 2000) + 500)) in stv0900_get_signal_params() 1264 else if (ABS(offsetFreq) <= in stv0900_get_signal_params() 1269 } else if (ABS(offsetFreq) <= ((intp->srch_range[d] / 2000) + 500)) in stv0900_get_signal_params()
|
D | dib0090.c | 1280 if (ABS(adc_error) < 50 || state->agc_step++ > 5) { in dib0090_gain_control() 1750 if (ABS(state->adc_diff) > ABS(state->min_adc_diff)) { in dib0090_dc_offset_calibration()
|
D | dib7000p.c | 805 u32 abs_offset_khz = ABS(offset_khz); in dib7000p_set_dds()
|
D | dib8000.c | 2673 u32 abs_offset_khz = ABS(offset_khz); in dib8000_set_dds()
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 125 (for ABS values negative is left/up, positive is right/down) 132 (for ABS values negative is left/up, positive is right/down) 143 (ABS trigger values start at 0, pressure is reported as positive values)
|
D | elantech.txt | 541 F: 1 = disable ABS Position Filter
|
/linux-4.1.27/arch/blackfin/lib/ |
D | divsi3.S | 40 R0 = ABS R0;
|
/linux-4.1.27/arch/mips/include/asm/ |
D | asm.h | 94 #define ABS(symbol,value) \ macro
|
/linux-4.1.27/arch/tile/kernel/ |
D | setup.c | 49 static inline int ABS(int x) { return x >= 0 ? x : -x; } in ABS() function 918 ABS(info.coord.x) + ABS(info.coord.y); in setup_numa_mapping()
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 106 ABS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - absolute value
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 361 Use ONLY-IF-ABS-NECESSARY as it will be very slow and also can hide
|
/linux-4.1.27/drivers/input/ |
D | input.c | 1476 INPUT_DEV_CAP_ATTR(ABS, abs); 2017 INPUT_CLEANSE_BITMASK(dev, ABS, abs); in input_cleanse_bitmasks()
|
/linux-4.1.27/ |
D | MAINTAINERS | 5101 K: \b(ABS|SYN)_MT_
|