Home
last modified time | relevance | path

Searched refs:sign (Results 1426 - 1450 of 1832) sorted by relevance

1...<<51525354555657585960>>...74

/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_debug.c432 if (server->sign) in cifs_debug_data_proc_show()
504 if (ses->sign) in cifs_debug_data_proc_show()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dusbdux.c1277 unsigned int sign) in usbdux_pwm_pattern()
1281 char sgn_mask = (16 << chan); /* DIO bit for the sign */ in usbdux_pwm_pattern()
1292 if (!sign) in usbdux_pwm_pattern()
1315 * The sign is set via a special INSN only, this gives us 8 bits in usbdux_pwm_write()
1316 * for normal operation, sign is 0 by default. in usbdux_pwm_write()
1353 * data[2] = sign (for a relay) in usbdux_pwm_config()
1273 usbdux_pwm_pattern(struct comedi_device *dev, struct comedi_subdevice *s, unsigned int chan, unsigned int value, unsigned int sign) usbdux_pwm_pattern() argument
H A Dusbduxsigma.c1120 unsigned int sign) in usbduxsigma_pwm_pattern()
1124 char sgn_mask = (16 << chan); /* DIO bit for the sign */ in usbduxsigma_pwm_pattern()
1135 if (!sign) in usbduxsigma_pwm_pattern()
1158 * The sign is set via a special INSN only, this gives us 8 bits in usbduxsigma_pwm_write()
1159 * for normal operation, sign is 0 by default. in usbduxsigma_pwm_write()
1196 * data[2] = sign (for a relay) in usbduxsigma_pwm_config()
1116 usbduxsigma_pwm_pattern(struct comedi_device *dev, struct comedi_subdevice *s, unsigned int chan, unsigned int value, unsigned int sign) usbduxsigma_pwm_pattern() argument
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dmma8452.c1239 .sign = 's', \
1261 .sign = 's', \
H A Dbma400_core.c366 .sign = 's', \
395 .sign = 's',
H A Dsca3000.c495 .sign = 's', \
538 .sign = 'u',
H A Dadxl367.c1394 .sign = 's', \
1410 .sign = 's', \
/kernel/linux/linux-6.6/drivers/iio/imu/
H A Dadis16475.c519 .sign = 's', \
547 .sign = 's', \
H A Dkmx61.c239 .sign = 's', \
259 .sign = 's', \
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dyamaha-yas530.c717 .sign = 's', \
731 .sign = 's',
851 * The r factors are 6 bit values where bit 5 is the sign in yas530_get_calibration_data()
906 * The r factors are 6 bit values where bit 5 is the sign in yas532_get_calibration_data()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dat91_adc.c518 chan->scan_type.sign = 'u'; in at91_adc_channel_init()
530 timestamp->scan_type.sign = 's'; in at91_adc_channel_init()
H A Dti-ads1015.c195 .sign = 's', \
221 .sign = 's', \
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dltr501.c592 .sign = 'u', \
624 .sign = 'u',
/third_party/ffmpeg/libavcodec/
H A Dclearvideo.c117 int aval = FFABS(val), sign = val < 0; in decode_block() local
121 if (sign) in decode_block()
H A Dopus_silk.c479 int sign = ff_opus_rc_dec_cdf(rc, ff_silk_model_excitation_sign[active + in silk_decode_excitation() local
481 if (sign == 0) in silk_decode_excitation()
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_sse_4.h836 __m128 sign = _mm_and_ps(v, neg_zero); in round()
837 __m128 s_magic = _mm_or_ps(no_fraction, sign); in round()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp272 // Invert the negative sign if necessary in getPluralOperand()
505 bool sign; // unused; always positive in convertToAccurateDouble() local
514 &sign, in convertToAccurateDouble()
576 // parse exponentStr into exponent, but note that parseAsciiInteger doesn't handle the minus sign in fromExponentString()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.cpp272 // Invert the negative sign if necessary in getPluralOperand()
505 bool sign; // unused; always positive in convertToAccurateDouble() local
514 &sign, in convertToAccurateDouble()
576 // parse exponentStr into exponent, but note that parseAsciiInteger doesn't handle the minus sign in fromExponentString()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm301 // except for the sign bit)
307 // For 0/inf/nan, make sure the sign bit agrees with input and return
H A Dgk110.asm268 // except for the sign bit)
274 // For 0/inf/nan, make sure the sign bit agrees with input and return
/third_party/node/deps/v8/src/common/
H A Dglobals.h240 // - 1 sign
243 // - 1 exponent sign
396 // Quiet NaNs have bits 51 to 62 set, possibly the sign bit, and no
571 // Smi sign bit position must be 32-bit aligned so we can use sign extension
587 // Mask for the sign bit in a smi.
1037 unsigned int sign : 1; member
1044 unsigned int sign : 1; member
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc588 } else if (format[1] == 'i') { // 'sign: signed extra loads and stores in FormatOption()
590 DCHECK(STRING_STARTS_WITH(format, "sign")); in FormatOption()
860 Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm"); in DecodeType01()
862 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'off8"); in DecodeType01()
868 Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm"); in DecodeType01()
870 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'off8"); in DecodeType01()
876 Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w"); in DecodeType01()
878 Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'off8]'w"); in DecodeType01()
884 Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w"); in DecodeType01()
886 Format(instr, "'memop'cond'sign' in DecodeType01()
1596 char sign = instr->Bit(23) != 0 ? 'u' : 's'; DecodeTypeVFP() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl330 # offsets, but sign extension is a tricky business in perl...
606 use integer; # get right shift extend sign
609 my $sign = ($val < 0) ? -1 : 0;
618 last if (($val>>6) == $sign);
/third_party/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl325 # offsets, but sign extension is a tricky business in perl...
601 use integer; # get right shift extend sign
604 my $sign = ($val < 0) ? -1 : 0;
613 last if (($val>>6) == $sign);
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h234 // 1 sign bit, 8 exponent bits, 23 fractional bits.
248 // 1 sign bit, 11 exponent bits, 52 fractional bits.
262 // 1 sign bit, 5 exponent bits, 10 fractional bits.
337 // The bit that is used as a sign.
360 // Returns the bits associated with the value, without the leading sign bit.
702 // zero out any underflowing value (but retain the sign). in castTo()
751 const char* const sign = (bits & HF::sign_mask) ? "-" : ""; in operator <<() local
794 os << sign << "0x" << (is_zero ? '0' : '1'); in operator <<()
810 // input stream is a plus or minus sign. In that case we also set the fail bit

Completed in 46 milliseconds

1...<<51525354555657585960>>...74