Home
last modified time | relevance | path

Searched full:deg (Results 1 – 25 of 53) sorted by relevance

123

/linux/lib/
H A Dbch.c105 unsigned int deg; /* polynomial degree */ member
308 static inline int deg(unsigned int poly) in deg() function
391 i = deg(poly); in compute_syndromes()
406 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy()
423 pelp->deg = 0; in compute_error_locator_polynomial()
425 elp->deg = 0; in compute_error_locator_polynomial()
429 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
435 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
442 tmp = pelp->deg+k; in compute_error_locator_polynomial()
443 if (tmp > elp->deg) { in compute_error_locator_polynomial()
[all …]
H A Dpolynomial.c84 int deg; in polynomial_calc() local
98 for (deg = 0; deg < term->deg; ++deg) in polynomial_calc()
101 } while ((term++)->deg); in polynomial_calc()
/linux/drivers/media/platform/verisilicon/
H A Drockchip_av1_entropymode.h145 D45_PRED, /* Directional 45 deg prediction [anti-clockwise from 0 deg hor] */
146 D135_PRED, /* Directional 135 deg prediction [anti-clockwise from 0 deg hor] */
147 D117_PRED, /* Directional 112 deg prediction [anti-clockwise from 0 deg hor] */
148 D153_PRED, /* Directional 157 deg prediction [anti-clockwise from 0 deg hor] */
149 D27_PRED, /* Directional 22 deg prediction [anti-clockwise from 0 deg hor] */
150 D63_PRED, /* Directional 67 deg prediction [anti-clockwise from 0 deg hor] */
/linux/include/linux/input/
H A Dadxl34x.h320 * resolution of 3.6deg. The deadzone angle represents the total
324 #define ADXL_DEADZONE_ANGLE_0p0 0 /* !!!0.0 [deg] */
325 #define ADXL_DEADZONE_ANGLE_3p6 1 /* 3.6 [deg] */
326 #define ADXL_DEADZONE_ANGLE_7p2 2 /* 7.2 [deg] */
327 #define ADXL_DEADZONE_ANGLE_10p8 3 /* 10.8 [deg] */
328 #define ADXL_DEADZONE_ANGLE_14p4 4 /* 14.4 [deg] */
329 #define ADXL_DEADZONE_ANGLE_18p0 5 /* 18.0 [deg] */
330 #define ADXL_DEADZONE_ANGLE_21p6 6 /* 21.6 [deg] */
331 #define ADXL_DEADZONE_ANGLE_25p2 7 /* 25.2 [deg] */
/linux/Documentation/devicetree/bindings/regulator/
H A Dmps,mpq7920.yaml66 corresponding values 0deg, 90deg, 180deg, 270deg
/linux/include/linux/
H A Dpolynomial.h11 * @deg: degree of the term.
17 unsigned int deg; member
/linux/drivers/iio/imu/
H A Dadis16400.c993 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1006 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1017 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1031 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1044 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1057 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1070 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1082 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1096 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1110 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/linux/include/uapi/linux/
H A Dinput.h91 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
449 * 0 deg -> 0x0000 (down)
450 * 90 deg -> 0x4000 (left)
451 * 180 deg -> 0x8000 (up)
452 * 270 deg -> 0xC000 (right)
/linux/lib/reed_solomon/
H A Ddecode_rs.c181 /* Convert lambda to index form and compute deg(lambda(x)) */
191 * deg(lambda) is zero even though the syndrome is non-zero
227 * deg(lambda) unequal to number of roots => uncorrectable
234 * x**nroots). in index form. Also find deg(omega).
/linux/drivers/iio/resolver/
H A Dad2s1210.c574 int deg; in ad2s1210_set_phase_lock_range() local
578 deg = 44; in ad2s1210_set_phase_lock_range()
581 deg = 360; in ad2s1210_set_phase_lock_range()
588 deg == 44 ? AD2S1210_PHASE_LOCK_RANGE_44 : 0); in ad2s1210_set_phase_lock_range()
593 6184, /* 10-bit: ~0.35 deg/LSB, 45 deg max */
594 2473, /* 12-bit: ~0.14 deg/LSB, 18 deg max */
595 1237, /* 14-bit: ~0.07 deg/LSB, 9 deg ma
[all...]
/linux/drivers/hwmon/
H A Dlm92.c10 * its own temperature with a 0.0625 deg resolution and a 0.33 deg
17 * (1.0 deg). Complete datasheet can be obtained from Maxim's website
H A Dbt1-pvt.h225 * @deg: degree of the term.
231 unsigned int deg; member
H A Dw83l785ts.c8 * by Winbond. It reports a single external temperature with a 1 deg
9 * resolution and a 3 deg accuracy. Datasheet can be obtained from
H A Dlm83.c9 * temperatures (its own plus up to three external ones) with a 1 deg
10 * resolution and a 3-4 deg accuracy. Complete datasheet can be obtained
H A Dadm1025.c14 * reported with a 1 deg resolution and a 3 deg accuracy. Complete
/linux/drivers/clk/rockchip/
H A Dclk-mmc-phase.c41 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.
/linux/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi_fw_if.h21 /* HBM thermal delta in [Deg] added to composite (CTemp) */
/linux/drivers/iio/gyro/
H A Dmpu3050.h9 * enum mpu3050_fullscale - indicates the full range of the sensor in deg/sec
/linux/drivers/clk/sunxi-ng/
H A Dccu_phase.c96 * formula to get the outphasing in degrees is deg = in ccu_phase_set_phase()
/linux/drivers/power/supply/
H A Dsmb347-charger.c160 * granularity is 5 deg C.
162 * granularity is 5 deg C.
164 * granularity is 5 deg C.
166 * granularity is 5 deg C.
190 * hot limit to be %53 deg C, @hard_hot_temp_limit should be set to %50.
/linux/Documentation/devicetree/bindings/mmc/
H A Drockchip-dw-mshc.yaml88 If not specified 0 deg will be used.
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8026-samsung-milletwifi.dts118 * (0, 120deg, 240deg, -, -, -),
/linux/drivers/thermal/
H A Dmax77620_thermal.c42 * else 120degC or 140deG based on the PMIC die temp threshold status.
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c323 #define D45_PRED 3 /* Directional 45 deg = round(arctan(1/1) * 180/pi) */
324 #define D135_PRED 4 /* Directional 135 deg = 180 - 45 */
325 #define D117_PRED 5 /* Directional 117 deg = 180 - 63 */
326 #define D153_PRED 6 /* Directional 153 deg = 180 - 27 */
327 #define D207_PRED 7 /* Directional 207 deg = 180 + 27 */
328 #define D63_PRED 8 /* Directional 63 deg = round(arctan(2/1) * 180/pi) */
/linux/drivers/mmc/host/
H A Ddw_mmc-rockchip.c42 * simplify calculations. So 45degs could be anywhere between 33deg and 57.8deg.

123