Home
last modified time | relevance | path

Searched defs:exponent (Results 26 – 50 of 80) sorted by relevance

1234

/openbmc/qemu/include/libdecnumber/
H A DdecNumber.h83 int32_t exponent; /* Unadjusted exponent, unbiased, in */ member
/openbmc/linux/drivers/iio/light/
H A Dmax44009.c175 int exponent; in max44009_lux_raw() local
367 int mantissa, exponent; in max44009_read_threshold() local
H A Dsi1145.c349 u8 exponent = 0; in si1145_uncompress() local
365 u32 exponent = 0; in si1145_compress() local
/openbmc/u-boot/include/u-boot/
H A Drsa.h29 uint64_t exponent; /* public exponent */ member
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c584 int rsa_get_params(RSA *key, uint64_t *exponent, uint32_t *n0_invp, in rsa_get_params()
721 uint64_t exponent; in rsa_add_verify_data() local
H A Drsa-mod-exp.c135 uint64_t exponent; in num_public_exponent_bits() local
/openbmc/linux/arch/arm/vfp/
H A Dvfp.h150 s16 exponent; member
255 s16 exponent; member
H A Dvfpsingle.c76 int exponent, shift, underflow; in __vfp_single_normaliseround() local
287 u32 vfp_estimate_sqrt_significand(u32 exponent, u32 significand) in vfp_estimate_sqrt_significand()
/openbmc/linux/arch/parisc/math-emu/
H A Dsgl_float.h182 #define Sgl_setwrapped_exponent(sgl_value,exponent,op) \ argument
249 #define Sgl_normalize(sgl_opnd,exponent) \ argument
289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument
421 #define Sglext_denormalize(opndp1,opndp2,exponent,is_tiny) \ argument
H A Ddbl_float.h305 #define Dbl_setwrapped_exponent(dbl_value,exponent,op) \ argument
429 #define Dbl_normalize(dbl_opndA,dbl_opndB,exponent) \ argument
489 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument
762 #define Dblext_denormalize(opndp1,opndp2,opndp3,opndp4,exponent,is_tiny) \ argument
/openbmc/linux/arch/arm/include/asm/
H A Duser.h39 unsigned int exponent:14; member
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_audio.c124 int sign, exponent, mantissa; in linear2ulaw() local
/openbmc/qemu/disas/
H A Dm68k.c4575 unsigned long exponent, int_bit; in floatformat_i387_ext_is_valid() local
4727 long exponent; in floatformat_to_double() local
4897 int exponent; in floatformat_from_double() local
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfirmware.c87 u8 exponent[EXPONENT_SIZE]; member
95 u8 exponent[EXPONENT_SIZE]; member
114 u8 *exponent; /* pointer to the exponent */ member
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp852 std::optional<int8_t> exponent{}; in parsePMBusReadSensor() local
893 std::optional<int8_t> exponent{}; in parsePMBusWriteVoutCommand() local
/openbmc/linux/drivers/usb/serial/
H A Dpl2303.c613 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor() local
652 unsigned int baseline, mantissa, exponent; in pl2303_encode_baud_rate_divisor_alt() local
/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_cca_key.h111 char exponent[]; in zcrypt_type6_mex_key_en() member
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmp2856.c79 s16 exponent = 0, mantissa; in val2linear11() local
H A Dpmbus_core.c90 int exponent[PMBUS_PAGES]; member
681 int exponent; in pmbus_reg2data_ieee754() local
726 s16 exponent; in pmbus_reg2data_linear() local
866 u16 exponent = (15 + 10); in pmbus_data2reg_ieee754() local
930 s16 exponent = 0, mantissa; in pmbus_data2reg_linear() local
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_emu.h176 #define exponent(x) (((*(short *)&((x)->exp)) & 0x7fff) - EXTENDED_Ebias) macro
H A Dfpu_trig.c1028 FPU_REG *st1_ptr = &st(1), exponent; in fyl2x() local
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1294 int8_t exponent = (data & 0xF800) >> 11; in linearToInteger() local
/openbmc/linux/include/linux/
H A Dkvm_host.h1827 #define STATS_DESC_CUMULATIVE(SCOPE, name, unit, base, exponent) \ argument
1830 #define STATS_DESC_INSTANT(SCOPE, name, unit, base, exponent) \ argument
1833 #define STATS_DESC_PEAK(SCOPE, name, unit, base, exponent) \ argument
1836 #define STATS_DESC_LINEAR_HIST(SCOPE, name, unit, base, exponent, sz, bsz) \ argument
1839 #define STATS_DESC_LOG_HIST(SCOPE, name, unit, base, exponent, sz) \ argument
/openbmc/phosphor-power/phosphor-regulators/schema/
H A Dconfig_schema.json270 "exponent": { "$ref": "#/definitions/exponent" }, object
286 "exponent": { object
302 "exponent": { "$ref": "#/definitions/exponent" } object
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h87 __u16 exponent; member
93 __u16 exponent; member

1234