Searched refs:sign (Results 76 - 100 of 445) sorted by relevance

1234567891011>>

/linux-master/drivers/iio/adc/
H A Drtq6056.c130 .sign = 's',
149 .sign = 'u',
167 .sign = 'u',
184 .sign = 's',
213 .sign = 's',
231 .sign = 'u',
249 .sign = 'u',
266 .sign = 's',
H A Dad7606.h21 .sign = 's', \
H A Dpac1934.c337 .sign = 'u', \
355 .sign = 'u', \
373 .sign = 'u', \
391 .sign = 'u', \
409 .sign = 'u', \
427 .sign = 'u', \
837 if (chan->scan_type.sign == 'u')
856 if (chan->scan_type.sign == 'u')
871 if (chan->scan_type.sign == 'u')
886 if (chan->scan_type.sign
[all...]
/linux-master/include/drm/
H A Ddrm_fixed.h105 unsigned shift, sign = (a >> 63) & 1; local
108 if (((a >> shift) & 1) != sign)
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S12 | value in memory; d0 contains the k-factor sign-extended
22 | A1. Set RM and size ext; Set SIGMA = sign of input.
56 | sign of ISCALE, used in A9. Fp1 contains
106 | A16. Write sign bits to final string.
168 | A1. Set RM and size ext. Set SIGMA = sign input;
176 movel (%a0),L_SCR2(%a6) |save exponent for sign check
187 andiw #0x7fff,%d0 |strip sign of normalized exp
203 andiw #0x7fff,%d0 |strip sign of normalized exp
306 tstl %d7 |branch on sign of k
315 tstl %d4 |LEN check: branch on sign o
[all...]
H A Dsint.S40 | for the given sign and rounding mode.
149 | Input is less than zero. Restore sign, and check for directed
155 tstb LOCAL_SGN(%a0) |check for sign
182 tstb LOCAL_SGN(%a0) |check for sign
H A Ddecbin.S25 | Set the sign according to SE. Subtract 16 to compensate
31 | adds and muls in FP0. Set the sign according to SM.
59 | exponent sign is positive, and dividing FP0 by FP1 if
126 | 3. Correct for exponent sign.
173 | 2. Correct for mantissa sign.
228 | Check the sign of the mant and make the value in fp0 the same sign.
231 btst #31,(%a0) |test sign of the mantissa
245 | 1. Branch on the sign of the adjusted exponent.
281 | routine is necessary. If so, then check the sign o
[all...]
H A Dsgetem.S50 bclrl #15,%d0 |clear the sign bit
81 movew LOCAL_EX(%a0),%d0 |get the exp (really just want sign bit)
84 movew %d0,LOCAL_EX(%a0) |move the sign & exp back to fsave stack
H A Dstanh.S26 | sgn := sign(X), y := 2|X|, z := expm1(Y), and
36 | sgn := sign(X), y := 2|X|, z := exp(Y),
42 | sgn := sign(X), Tiny := 2**(-126),
/linux-master/drivers/isdn/mISDN/
H A Ddsp_audio.c69 /* Combine the sign, segment, and quantization bits. */
124 int sign, exponent, mantissa; local
127 /* Get the sample into sign-magnitude. */
128 sign = (sample >> 8) & 0x80; /* set aside the sign */
129 if (sign != 0)
136 ulawbyte = ~(sign | (exponent << 4) | mantissa);
/linux-master/include/math-emu/
H A Dop-1.h81 X##_s = _flo.bits.sign; \
91 X##_s = _flo->bits.sign; \
104 _flo.bits.sign = X##_s; \
116 _flo->bits.sign = X##_s; \
/linux-master/arch/mips/math-emu/
H A Dieee754.c31 .sign = (s), \
/linux-master/include/linux/iio/common/
H A Dcros_ec_sensors_core.h77 s8 sign[CROS_EC_SENSOR_MAX_AXIS]; member in struct:cros_ec_sensors_core_state
/linux-master/fs/smb/server/mgmt/
H A Duser_session.h42 bool sign; member in struct:ksmbd_session
/linux-master/scripts/
H A DMakefile10 hostprogs-always-$(CONFIG_MODULE_SIG_FORMAT) += sign-file
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase907c.c122 bool sign = in & BIT_ULL(63); local
127 return (1 << 18) - (sign ? 0 : 1);
130 if (sign)
/linux-master/drivers/iio/temperature/
H A Dmaxim_thermocouple.c48 .sign = 's',
67 .sign = 's',
83 .sign = 's',
/linux-master/sound/soc/codecs/
H A Dda732x.c1266 u8 sign[DA732X_HP_DACS]; local
1284 /* Check DAC offset sign */
1285 sign[DA732X_HPL_DAC] = (snd_soc_component_read(component, DA732X_REG_HPL_DAC_OFF_CNTL) &
1287 sign[DA732X_HPR_DAC] = (snd_soc_component_read(component, DA732X_REG_HPR_DAC_OFF_CNTL) &
1291 offset[DA732X_HPL_DAC] = sign[DA732X_HPL_DAC] << DA732X_HP_DAC_COMPO_SHIFT;
1292 offset[DA732X_HPR_DAC] = sign[DA732X_HPR_DAC] << DA732X_HP_DAC_COMPO_SHIFT;
1305 DA732X_HP_DAC_OFF_CNTL_COMPO) ^ sign[DA732X_HPL_DAC])
1308 DA732X_HP_DAC_OFF_CNTL_COMPO) ^ sign[DA732X_HPR_DAC])
1330 u8 sign[DA732X_HP_AMPS]; local
1347 /* Check output offset sign */
[all...]
/linux-master/drivers/iio/chemical/
H A Datlas-sensor.c122 .sign = 'u',
149 .sign = 'u', \
164 .sign = 'u',
191 .sign = 's',
208 .sign = 'u',
232 .sign = 's',
H A Dsgp40.c105 int sign = 1; local
111 sign = -1;
134 if (sign == -1)
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py214 sign = "+"
227 if sign == "*":
229 elif sign == "/":
231 elif sign == '-':
236 sign = formula[i]
237 f += sign
/linux-master/arch/x86/math-emu/
H A Dreg_add_sub.c80 /* sign depends upon rounding mode */
133 u_char taga, tagb, signa, signb, saved_sign, sign; local
191 /* sign depends upon rounding mode */
196 sign = signa ^ SIGN_NEG;
198 FPU_u_sub(b, a, dest, control_w, sign, expb,
291 setsign(dest, signa); /* signa may differ from the sign of a. */
301 setsign(dest, signb); /* signb may differ from the sign of b. */
313 setsign(dest, signa); /* signa may differ from the sign of a. */
319 setsign(dest, signa); /* signa may differ from the sign of a. */
326 setsign(dest, signb); /* signb may differ from the sign o
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h223 "sign %s\n"
234 __print_array(__entry->p.sign,
235 ARRAY_SIZE(__entry->p.sign),
236 sizeof(__entry->p.sign[0])),
/linux-master/drivers/usb/misc/
H A Dcytherm.c114 #define SIGN 0x34 /* RAM location for temperature sign */
125 int temp, sign; local
137 /* read sign */
141 sign = buffer[1];
145 return sprintf(buf, "%c%i.%i", sign ? '-' : '+', temp >> 1,
/linux-master/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c68 .sign = 's',
81 .sign = 's',
94 .sign = 's',

Completed in 463 milliseconds

1234567891011>>