Searched refs:exponent (Results 76 - 88 of 88) sorted by relevance

1234

/linux-master/drivers/firmware/arm_scmi/
H A Dsensors.c438 a->exponent = S32_EXT(SENSOR_RES_EXP(ares));
676 s->exponent = S32_EXT(SENSOR_RES_EXP(sres));
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S395 set SGL_LO, 0x3f81 # min sgl prec exponent
396 set SGL_HI, 0x407e # max sgl prec exponent
397 set DBL_LO, 0x3c01 # min dbl prec exponent
398 set DBL_HI, 0x43fe # max dbl prec exponent
399 set EXT_LO, 0x0 # min ext prec exponent
400 set EXT_HI, 0x7ffe # max ext prec exponent
496 set sgl_thresh, 0x3f81 # minimum sgl exponent
497 set dbl_thresh, 0x3c01 # minimum dbl exponent
6722 # are the sign and biased exponent field of |X|; the #
7496 # sgetexp(): returns the exponent portio
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1800 u8 exponent; local
1839 exponent = (w_float >> 12) & 0x7;
1840 if (exponent) {
1842 mantissa <<= (exponent - 1);
1858 exponent = (w_float >> 12) & 0x7;
1859 if (exponent) {
1861 mantissa <<= (exponent - 1);
/linux-master/arch/m68k/fpsp040/
H A Dutil.S39 | the exponent.
468 | the exponent.
H A Dsetox.S68 | the sign and biased exponent field of |X|; the lower 16
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_color.c130 #define ILK_CSC_COEFF_LIMITED_RANGE ((235 - 16) << (12 - 8)) /* exponent 0 */
826 unsigned int mantissa, exponent; local
833 exponent = 3;
836 exponent--;
839 return (exponent << 6) |
/linux-master/include/uapi/linux/
H A Dkvm.h1497 * @exponent: Used together with @flags to determine the unit.
1509 __s16 exponent; member in struct:kvm_stats_desc
/linux-master/tools/include/uapi/linux/
H A Dkvm.h1497 * @exponent: Used together with @flags to determine the unit.
1509 __s16 exponent; member in struct:kvm_stats_desc
/linux-master/drivers/hid/
H A Dwacom_sys.c197 unsigned unit, int exponent)
203 .unit_exponent = exponent,
196 wacom_calc_hid_res(int logical_extents, int physical_extents, unsigned unit, int exponent) argument
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-params.c50 int exponent = imgu_css_scaler_get_exp(output_width, input_width); local
51 int mantissa = (1 << exponent) * output_width;
99 info->exp_shift = IMGU_SCALER_MAX_EXPONENT_SHIFT - exponent;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3771 u8 exponent; member in struct:__anon1256
3785 .exponent = flow->exp,
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c275 /* The maximum exponent the hardware accepts is 63 (essentially it selects one
280 * reasonable to limit the OA exponent where it's still possible to account for
983 "OA buffer overflow (exponent = %d): force restart\n",
1196 "OA buffer overflow (exponent = %d): force restart\n",
2661 * exponent for periodic sampling which is primarily used for system
2667 * won't automatically reload an out-of-date timer exponent even
3963 static u64 oa_exponent_to_ns(struct i915_perf *perf, int exponent) argument
3965 u64 nom = (2ULL << exponent) * NSEC_PER_SEC;
4085 "OA timer exponent too high (> %u)\n",
4114 "OA exponent woul
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4154 u8 exponent; member in struct:__anon1411
4171 .exponent = flow->exp,

Completed in 730 milliseconds

1234