Home
last modified time | relevance | path

Searched refs:sign (Results 126 – 150 of 768) sorted by relevance

12345678910>>...31

/openbmc/linux/drivers/iio/adc/
H A Dingenic-adc.c459 .sign = 'u',
470 .sign = 'u',
481 .sign = 'u',
492 .sign = 'u',
503 .sign = 'u',
514 .sign = 'u',
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcalib.c183 ah->meas0.sign[i] = 0; in ath9k_hw_reset_calibration()
184 ah->meas1.sign[i] = 0; in ath9k_hw_reset_calibration()
185 ah->meas2.sign[i] = 0; in ath9k_hw_reset_calibration()
186 ah->meas3.sign[i] = 0; in ath9k_hw_reset_calibration()
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/
H A Du-boot-gxp_2020.10.bb4 require conf/machine/include/fitimage-sign.inc
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/
H A Dlinux-obmc_5.14.bb6 require conf/machine/include/fitimage-sign.inc
/openbmc/linux/drivers/usb/misc/
H A Dcytherm.c125 int temp, sign; in temp_show() local
141 sign = buffer[1]; in temp_show()
145 return sprintf(buf, "%c%i.%i", sign ? '-' : '+', temp >> 1, in temp_show()
/openbmc/linux/drivers/iio/chemical/
H A Dsgp40.c105 int sign = 1; in sgp40_exp() local
111 sign = -1; in sgp40_exp()
134 if (sign == -1) in sgp40_exp()
H A Datlas-ezo-sensor.c55 .sign = 'u', \
77 .sign = 'u',
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c1077 .sign = { 128, 128 },
1369 for (i = 0; i < ARRAY_SIZE(probs->mv.sign); i++) { in update_mv_probs()
1370 p = probs->mv.sign; in update_mv_probs()
1371 d = deltas->mv.sign; in update_mv_probs()
1809 for (i = 0; i < ARRAY_SIZE(probs->mv.sign); i++) { in v4l2_vp9_adapt_noncoef_probs()
1810 probs->mv.sign[i] = adapt_prob(probs->mv.sign[i], (*counts->sign)[i]); in v4l2_vp9_adapt_noncoef_probs()
/openbmc/linux/drivers/net/usb/
H A Dcdc_mbim.c226 __le32 sign = cpu_to_le32(USB_CDC_MBIM_NDP16_IPS_SIGN); in cdc_mbim_tx_fixup() local
276 c = (u8 *)&sign; in cdc_mbim_tx_fixup()
282 sign = cpu_to_le32(USB_CDC_MBIM_NDP16_DSS_SIGN); in cdc_mbim_tx_fixup()
283 c = (u8 *)&sign; in cdc_mbim_tx_fixup()
294 skb_out = cdc_ncm_fill_tx_frame(dev, skb, sign); in cdc_mbim_tx_fixup()
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_infoheader.h13 u32 sign; /* 'FSPH' */ member
/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/
H A Dfitimage-sign.inc1 inherit uboot-sign
/openbmc/linux/include/drm/
H A Ddrm_fixed.h105 unsigned shift, sign = (a >> 63) & 1; in drm_fixp_msbset() local
108 if (((a >> shift) & 1) != sign) in drm_fixp_msbset()
/openbmc/linux/drivers/iio/pressure/
H A Dcros_ec_baro.c161 channel->scan_type.sign = 'u'; in cros_ec_baro_probe()
178 channel->scan_type.sign = 's'; in cros_ec_baro_probe()
/openbmc/qemu/tcg/
H A Doptimize.c1303 sign = INT16_MIN; in fold_bswap()
1308 sign = INT32_MIN; in fold_bswap()
1312 sign = INT64_MIN; in fold_bswap()
1324 if (z_mask & sign) { in fold_bswap()
1325 z_mask |= sign; in fold_bswap()
1586 sign = INT8_MIN; in fold_exts()
1590 sign = INT16_MIN; in fold_exts()
1597 sign = INT32_MIN; in fold_exts()
1604 if (z_mask & sign) { in fold_exts()
1605 z_mask |= sign; in fold_exts()
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dres_func.S72 bclrb #sign_bit,LOCAL_EX(%a0) |get rid of false sign
501 tstw LOCAL_EX(%a0) |check sign
516 tstw LOCAL_EX(%a0) |check sign
631 | replace exponent of src with $3fff (keep sign)
641 | replace exponent of src with $3fff (keep sign)
1093 | norm sign.
1095 eoriw #0x8000,ETEMP_EX(%a6) |flip sign on result
1355 tstw LOCAL_EX(%a0) |check sign
1365 tstw LOCAL_EX(%a0) |check sign
1373 tstw LOCAL_EX(%a0) |check sign
[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),
/openbmc/u-boot/include/
H A Dvxworks.h40 u32 sign; /* "SMAP" signature */ member
/openbmc/linux/arch/x86/math-emu/
H A Dreg_add_sub.c133 u_char taga, tagb, signa, signb, saved_sign, sign; in FPU_sub() local
196 sign = signa ^ SIGN_NEG; in FPU_sub()
198 FPU_u_sub(b, a, dest, control_w, sign, expb, in FPU_sub()
/openbmc/u-boot/doc/uImage.FIT/
H A Dverified-boot.txt24 Verified boot uses cryptographic algorithms to 'sign' software images.
76 1. Master private key is used by the signer to sign a first-stage image.
78 2. Secondary private key is created and used to sign second-stage images.
/openbmc/linux/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c68 .sign = 's',
81 .sign = 's',
94 .sign = 's',
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h234 __print_array(__entry->p.sign,
235 ARRAY_SIZE(__entry->p.sign),
236 sizeof(__entry->p.sign[0])),
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_movscr.s4 ; Move constant byte, word, dword to register. Check that sign-extension
/openbmc/qemu/target/hexagon/
H A Dfma_emu.h32 float32 infinite_float32(uint8_t sign);
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c518 static void make_quotient(CPUM68KState *env, int sign, uint32_t quotient) in make_quotient() argument
520 quotient = (sign << 7) | (quotient & 0x7f); in make_quotient()
527 int sign = extractFloatx80Sign(val1->d) ^ extractFloatx80Sign(val0->d); in HELPER() local
536 make_quotient(env, sign, quotient); in HELPER()
548 int sign; in HELPER() local
556 sign = extractFloatx80Sign(fp_quot.d); in HELPER()
558 make_quotient(env, sign, quotient); in HELPER()

12345678910>>...31