/openbmc/linux/lib/ |
H A D | bch.c | 105 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 D | polynomial.c | 84 int deg; in polynomial_calc() local 98 for (deg = 0; deg < term->deg; ++deg) in polynomial_calc() 101 } while ((term++)->deg); in polynomial_calc()
|
/openbmc/u-boot/lib/ |
H A D | bch.c | 112 unsigned int deg; /* polynomial degree */ member 321 static inline int deg(unsigned int poly) in deg() function 404 i = deg(poly); in compute_syndromes() 419 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy() 436 pelp->deg = 0; in compute_error_locator_polynomial() 438 elp->deg = 0; in compute_error_locator_polynomial() 442 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial() 448 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial() 455 tmp = pelp->deg+k; in compute_error_locator_polynomial() 456 if (tmp > elp->deg) { in compute_error_locator_polynomial() [all …]
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_av1_entropymode.h | 145 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] */
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 136 transform: rotate(180deg); 176 transform: rotate(180deg); 196 transform: rotate(90deg); 204 transform: rotate(0deg); 272 transform: scale(0) rotate(-45deg); 281 transform: scale(1) rotate(-45deg); 284 transform: scale(1) rotate(0deg);
|
/openbmc/linux/include/linux/input/ |
H A D | adxl34x.h | 320 * 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] */
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | mps,mpq7920.yaml | 66 corresponding values 0deg, 90deg, 180deg, 270deg
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | loader.scss | 4 0% { transform: rotate(0deg);} 5 100% { transform: rotate(360deg);} 22 transform: translateZ(0) rotate(360deg);
|
H A D | accordion.scss | 22 transform: rotate(90deg); 33 transform: rotate(-90deg); 60 transform: rotate(90deg);
|
H A D | paginate.scss | 74 …ation li:nth-of-type(2) a::before { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | omap4xxx-bandgap.h | 150 #define OMAP4460_TSHUT_HOT 900 /* 122 deg C */ 151 #define OMAP4460_TSHUT_COLD 895 /* 100 deg C */ 152 #define OMAP4460_T_HOT 800 /* 73 deg C */ 153 #define OMAP4460_T_COLD 795 /* 71 deg C */
|
/openbmc/phosphor-webui/app/server-health/controllers/ |
H A D | sensors-overview-controller.html | 70 <span class="sensors__tbody-degree" ng-if="sensor.unit == 'C'">°</span> 78 <span class="sensors__tbody-degree" ng-if="sensor.unit == 'C'">°</span> 86 <span class="sensors__tbody-degree" ng-if="sensor.unit == 'C'">°</span> 94 <span class="sensors__tbody-degree" ng-if="sensor.unit == 'C'">°</span> 102 <span class="sensors__tbody-degree" ng-if="sensor.unit == 'C'">°</span>
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | default.css | 348 -webkit-transform: rotate(0deg); 349 transform: rotate(0deg); 352 -webkit-transform: rotate(359deg); 353 transform: rotate(359deg); 359 -webkit-transform: rotate(0deg); 360 -moz-transform: rotate(0deg); 361 transform: rotate(0deg); 364 -webkit-transform: rotate(359deg); 365 -moz-transform: rotate(359deg); 366 transform: rotate(359deg); [all …]
|
H A D | font-awesome.min.css | 33 …deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)…
|
/openbmc/linux/include/linux/ |
H A D | polynomial.h | 11 * @deg: degree of the term. 17 unsigned int deg; member
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | icons.scss | 36 transform: rotate(90deg); 76 transform: rotate(180deg);
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_mc_aware.sh | 260 local deg=$(bc <<< " 268 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect" 269 check_err $(bc <<< "$deg > 25") "MC traffic degrades UC performance too much" 281 echo "Degradation $deg %"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 0001-Run-native-cd_idt8-cd_create_profile.patch | 22 @@ -2,7 +2,7 @@ foreach arg: [ 'CIE1964-10deg-XYZ', 'CIE1931-2deg-XYZ' ]
|
/openbmc/linux/drivers/iio/imu/ |
H A D | adis16400.c | 1005 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1018 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1029 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */ 1043 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1056 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1069 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1082 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */ 1094 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1108 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */ 1122 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | syslog.scss | 169 transform: rotate(90deg); 298 transform: rotate(-90deg); 315 transform: rotate(-90deg);
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ). 446 * 0 deg -> 0x0000 (down) 447 * 90 deg -> 0x4000 (left) 448 * 180 deg -> 0x8000 (up) 449 * 270 deg -> 0xC000 (right)
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 91 * (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)
|
/openbmc/linux/lib/reed_solomon/ |
H A D | decode_rs.c | 181 /* 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).
|
/openbmc/linux/drivers/hwmon/ |
H A D | lm92.c | 10 * 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
|
/openbmc/phosphor-webui/app/overview/styles/ |
H A D | system-overview.scss | 11 transform: rotate(0deg) translateY(-50%);
|