Home
last modified time | relevance | path

Searched defs:poly1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath_config.h402 double poly1[LOG_POLY1_ORDER - 1]; member
417 double poly1[LOG2_POLY1_ORDER - 1]; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath_config.h402 double poly1[LOG_POLY1_ORDER - 1]; member
417 double poly1[LOG2_POLY1_ORDER - 1]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp4544 void MinkowskiDiff(const Path& poly1, const Path& poly2, Paths& solution) in MinkowskiDiff()