Home
last modified time | relevance | path

Searched refs:ln2 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi_qp.c891 u8 reg_val, ln0, ln1, ln2, ln3; in hdmi_start_flt() local
898 ln2 = reg_val & 0xf; in hdmi_start_flt()
901 if (!ln0 && !ln1 && !ln2 && !ln3) { in hdmi_start_flt()
905 } else if ((ln0 == 0xf) | (ln1 == 0xf) | (ln2 == 0xf) | (ln3 == 0xf)) { in hdmi_start_flt()
908 } else if ((ln0 == 0xe) | (ln1 == 0xe) | (ln2 == 0xe) | (ln3 == 0xe)) { in hdmi_start_flt()
912 value = (ln3 << 16) | (ln2 << 12) | (ln1 << 8) | (ln0 << 4) | 0xf; in hdmi_start_flt()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath_config.h340 double ln2; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath_config.h340 double ln2; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dnumbers128 inline constexpr double ln2 = ln2_v<double>;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dnumbers128 inline constexpr double ln2 = ln2_v<double>;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c1747 u8 reg_val, ln0, ln1, ln2, ln3; in hdmi_start_flt() local
1754 ln2 = reg_val & 0xf; in hdmi_start_flt()
1757 if (!ln0 && !ln1 && !ln2 && !ln3) { in hdmi_start_flt()
1761 } else if ((ln0 == 0xf) | (ln1 == 0xf) | (ln2 == 0xf) | (ln3 == 0xf)) { in hdmi_start_flt()
1764 } else if ((ln0 == 0xe) | (ln1 == 0xe) | (ln2 == 0xe) | (ln3 == 0xe)) { in hdmi_start_flt()
1768 value = (ln3 << 16) | (ln2 << 12) | (ln1 << 8) | (ln0 << 4) | 0xf; in hdmi_start_flt()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp4322 const IntPoint& pt, const IntPoint& ln1, const IntPoint& ln2) in DistanceFromLineSqrd() argument
4330 double A = double(ln1.Y - ln2.Y); in DistanceFromLineSqrd()
4331 double B = double(ln2.X - ln1.X); in DistanceFromLineSqrd()