Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_elm.c33 static void elm_load_syndromes(u8 *syndrome, enum bch_level bch_type, u8 poly) in elm_load_syndromes()
97 u8 poly = ELM_DEFAULT_POLY; in elm_check_error() local
147 u8 poly = ELM_DEFAULT_POLY; in elm_config() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath_config.h326 double poly[EXP2F_POLY_ORDER]; member
341 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member
352 double poly[LOG2F_POLY_ORDER]; member
369 double poly[POWF_LOG2_POLY_ORDER]; member
388 double poly[4]; /* Last four coefficients. */ member
401 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
416 double poly[LOG2_POLY_ORDER - 1]; member
430 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath_config.h326 double poly[EXP2F_POLY_ORDER]; member
341 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member
352 double poly[LOG2F_POLY_ORDER]; member
369 double poly[POWF_LOG2_POLY_ORDER]; member
388 double poly[4]; /* Last four coefficients. */ member
401 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
416 double poly[LOG2_POLY_ORDER - 1]; member
430 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmappolygonobject.cpp74 QGeoPolygon poly(other.geoShape()); // to handle holes in QMapPolygonObjectPrivateDefault() local
147 const QGeoPolygon poly(shape); in setGeoShape() local
176 const QGeoPolygon poly(shape); in setGeoShape() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmaprouteobjectqsg.cpp44 QScopedPointer<QMapPolylineObjectPrivateQSG> poly(new QMapPolylineObjectPrivateQSG(q)); in QMapRouteObjectPrivateQSG() local
52 QScopedPointer<QMapPolylineObjectPrivateQSG> poly(new QMapPolylineObjectPrivateQSG(other.q)); in QMapRouteObjectPrivateQSG() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Drational.hpp189 inline U evaluate_polynomial(const T* poly, U const& z, std::size_t count) BOOST_MATH_NOEXCEPT(U) in evaluate_polynomial()
221 inline U evaluate_even_polynomial(const T* poly, U z, std::size_t count) BOOST_MATH_NOEXCEPT(U) in evaluate_even_polynomial()
241 inline U evaluate_odd_polynomial(const T* poly, U z, std::size_t count) BOOST_MATH_NOEXCEPT(U) in evaluate_odd_polynomial()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dquick_clip.hpp99 mapbox::geometry::multi_polygon<T> clip(mapbox::geometry::polygon<T> const& poly, in clip()
120 for (auto const& poly : mp) { in clip() local
H A Dbuild_result.hpp13 void push_ring_to_polygon(mapbox::geometry::polygon<T2>& poly, in push_ring_to_polygon()
H A Dutil.hpp14 double area(mapbox::geometry::linear_ring<T> const& poly) { in area()
/OK3568_Linux_fs/kernel/lib/
H A Dbch.c113 struct gf_poly poly; member
342 static inline int deg(unsigned int poly) in deg()
409 uint32_t poly; in compute_syndromes() local
612 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots()
627 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots()
669 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots()
702 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots()
942 struct gf_poly *poly, unsigned int *roots) in find_poly_roots()
1120 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
/OK3568_Linux_fs/u-boot/lib/
H A Dbch.c115 struct gf_poly poly; member
315 static inline int deg(unsigned int poly) in deg()
382 uint32_t poly; in compute_syndromes() local
585 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots()
600 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots()
642 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots()
675 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots()
915 struct gf_poly *poly, unsigned int *roots) in find_poly_roots()
1090 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
H A Dcrc32c.c29 const uint32_t poly = pol; /* Bit-reflected CRC32C polynomial */ in crc32c_init() local
H A Dcrc32.c63 uLong poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
/OK3568_Linux_fs/kernel/crypto/
H A Dchacha20poly1305.c21 struct crypto_ahash_spawn poly; member
27 struct crypto_ahash *poly; member
65 struct poly_req poly; member
506 struct crypto_ahash *poly; in chachapoly_init() local
562 struct hash_alg_common *poly; in chachapoly_create() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp301 std::vector<Point> &poly = polygon.front(); in updateScreenPoints() local
352 static void wrapPath(const QGeoPolygon &poly in wrapPath()
413 std::vector<Point> poly; in cutPathEars() local
442 std::vector<Point> poly; in cutPathEars() local
498 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints()
H A Dqdeclarativepolylinemapitem_p_p.h575 QDeclarativePolylineMapItemPrivate(QDeclarativePolylineMapItem &poly) : m_poly(poly) in QDeclarativePolylineMapItemPrivate()
603 …QDeclarativePolylineMapItemPrivateCPU(QDeclarativePolylineMapItem &poly) : QDeclarativePolylineMap… in QDeclarativePolylineMapItemPrivateCPU()
730 …QDeclarativePolylineMapItemPrivateOpenGLLineStrip(QDeclarativePolylineMapItem &poly) : QDeclarativ… in QDeclarativePolylineMapItemPrivateOpenGLLineStrip()
839 QDeclarativePolylineMapItemPrivateOpenGLExtruded(QDeclarativePolylineMapItem &poly) in QDeclarativePolylineMapItemPrivateOpenGLExtruded()
/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_crc32.c32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcalculate_sum.hpp48 static inline ReturnType apply(Polygon const& poly, Strategy const& strategy) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dmulti_polygon_concept.hpp58 polygon_type* poly = 0; in BOOST_CONCEPT_USAGE() local
H A Dpolygon_concept.hpp60 polygon_type* poly = 0; in apply() local
/OK3568_Linux_fs/u-boot/tools/
H A Dpbl_crc32.c17 uint32_t poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinuxint.h58 int poly; member
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display_helper.c21 unsigned long poly; /* polynomial exclusive-or pattern */ in rockchip_display_make_crc32_table() local
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c186 static inline int deg(unsigned int poly) in deg()
192 static int atmel_pmecc_build_gf_tables(int mm, unsigned int poly, in atmel_pmecc_build_gf_tables()
223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp293 QGeoPolygon poly(internalCoordinates); in polygon() local

12