Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c106 unsigned int deg; /* polynomial degree */ member
315 static inline int deg(unsigned int poly) in deg() function
398 i = deg(poly); in compute_syndromes()
413 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy()
430 pelp->deg = 0; in compute_error_locator_polynomial()
432 elp->deg = 0; in compute_error_locator_polynomial()
436 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
442 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
449 tmp = pelp->deg+k; in compute_error_locator_polynomial()
450 if (tmp > elp->deg) { in compute_error_locator_polynomial()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dbch.c104 unsigned int deg; /* polynomial degree */ member
342 static inline int deg(unsigned int poly) in deg() function
425 i = deg(poly); in compute_syndromes()
440 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy()
457 pelp->deg = 0; in compute_error_locator_polynomial()
459 elp->deg = 0; in compute_error_locator_polynomial()
463 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
469 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
476 tmp = pelp->deg+k; in compute_error_locator_polynomial()
477 if (tmp > elp->deg) { in compute_error_locator_polynomial()
[all …]
/OK3568_Linux_fs/kernel/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] */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dmps,mpq7920.yaml65 corresponding values 0deg, 90deg, 180deg, 270deg
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_common.h312 D45_PRED, /* Directional 45 deg prediction [anti-clockwise from 0 deg hor] */
313 D135_PRED, /* Directional 135 deg prediction [anti-clockwise from 0 deg hor]
315 D117_PRED, /* Directional 112 deg prediction [anti-clockwise from 0 deg hor]
317 D153_PRED, /* Directional 157 deg prediction [anti-clockwise from 0 deg hor]
319 D27_PRED, /* Directional 22 deg prediction [anti-clockwise from 0 deg hor] */
320 D63_PRED, /* Directional 67 deg prediction [anti-clockwise from 0 deg hor] */
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dav1d_common.h273 D45_PRED, /* Directional 45 deg prediction [anti-clockwise from 0 deg hor] */
274 D135_PRED, /* Directional 135 deg prediction [anti-clockwise from 0 deg hor]
276 D117_PRED, /* Directional 112 deg prediction [anti-clockwise from 0 deg hor]
278 D153_PRED, /* Directional 157 deg prediction [anti-clockwise from 0 deg hor]
280 D27_PRED, /* Directional 22 deg prediction [anti-clockwise from 0 deg hor] */
281 D63_PRED, /* Directional 67 deg prediction [anti-clockwise from 0 deg hor] */
/OK3568_Linux_fs/kernel/drivers/thermal/ti-soc-thermal/
H A Domap4xxx-bandgap.h150 #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 */
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/
H A Dmali_kbase_ipa_simple.c55 * @ts: Signed coefficients, in order t^0 to t^3, with units Deg^-N
66 /* Range: -2^24 < t2 < 2^24 m(Deg^2) */ in calculate_temp_scaling_factor()
71 /* Range: -2^31 < t3 < 2^31 m(Deg^3) */ in calculate_temp_scaling_factor()
75 * Sum the parts. t^[1-3] are in m(Deg^N), but the coefficients are in in calculate_temp_scaling_factor()
76 * Deg^-N, so we need to multiply the last coefficient by 1000. in calculate_temp_scaling_factor()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css348 -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);
H A Dfont-awesome.min.css33deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)…
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/
H A Dmali_kbase_ipa_simple.c111 * @ts: Signed coefficients, in order t^0 to t^3, with units Deg^-N
122 /* Range: -2^24 < t2 < 2^24 m(Deg^2) */ in calculate_temp_scaling_factor()
125 /* Range: -2^31 < t3 < 2^31 m(Deg^3) */ in calculate_temp_scaling_factor()
129 * Sum the parts. t^[1-3] are in m(Deg^N), but the coefficients are in in calculate_temp_scaling_factor()
130 * Deg^-N, so we need to multiply the last coefficient by 1000. in calculate_temp_scaling_factor()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dqos_mc_aware.sh257 local deg=$(bc <<< "
265 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect"
266 check_err $(bc <<< "$deg > 25") "MC traffic degrades UC performance too much"
278 echo "Degradation $deg %"
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dmain.css212 transform: rotateY(180deg);
241 transform: rotateY(0deg);
246 transform: rotateY(180deg);
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_ipa.c135 * @ts: Signed coefficients, in order t^0 to t^3, with units Deg^-N
151 * Sum the parts. t^[1-3] are in m(Deg^N), but the coefficients are in in calculate_temp_scaling_factor()
152 * Deg^-N, so we need to multiply the last coefficient by 1000. in calculate_temp_scaling_factor()
/OK3568_Linux_fs/kernel/drivers/iio/imu/
H A Dadis16400.c1015 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1028 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1039 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1053 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1066 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1079 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1092 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1104 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1118 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1132 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D0001-Run-native-cd_idt8-cd_create_profile.patch22 @@ -2,7 +2,7 @@ foreach arg: [ 'CIE1964-10deg-XYZ', 'CIE1931-2deg-XYZ' ]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h85 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
442 * 0 deg -> 0x0000 (down)
443 * 90 deg -> 0x4000 (left)
444 * 180 deg -> 0x8000 (up)
445 * 270 deg -> 0xC000 (right)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h85 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
442 * 0 deg -> 0x0000 (down)
443 * 90 deg -> 0x4000 (left)
444 * 180 deg -> 0x8000 (up)
445 * 270 deg -> 0xC000 (right)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h88 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
445 * 0 deg -> 0x0000 (down)
446 * 90 deg -> 0x4000 (left)
447 * 180 deg -> 0x8000 (up)
448 * 270 deg -> 0xC000 (right)
/OK3568_Linux_fs/kernel/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).
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/
H A Dtzselect221 function convert_coord(coord, deg, minute, ilen, sign, sec) {
228 deg = (intdeg * 3600 + intmin * 60 + sec) / 3600
233 deg = (intdeg * 60 + minute) / 60
235 deg = coord
236 return deg * 0.017453292519943296
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/
H A Dtzselect221 function convert_coord(coord, deg, minute, ilen, sign, sec) {
228 deg = (intdeg * 3600 + intmin * 60 + sec) / 3600
233 deg = (intdeg * 60 + minute) / 60
235 deg = coord
236 return deg * 0.017453292519943296
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dazimuth.hpp36 // (North - 0deg, East - 90deg). For consistency in 2d cartesian CS
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/
H A DSearchBoundingBoxForm.ui.qml128 text: qsTr("Width (deg)")
138 text: qsTr("Height (deg)")

12345