Home
last modified time | relevance | path

Searched defs:poly (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/gptfdisk/
H A Dcrc32.cc52 unsigned long crc, poly; in chksum_crc32gentab() local
/third_party/skia/docs/examples/
H A DCanvas_clipPath_3.cpp10 SkPoint poly[] = {{20, 20}, { 80, 20}, { 80, 80}, {40, 80}, in REG_FIDDLE() local
/foundation/graphic/graphic_utils_lite/test/
H A Dtransform_unit_test.cpp59 Polygon poly; in HWTEST_F() local
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_crc32.c32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init() local
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_crc32.c32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init() local
/kernel/linux/linux-6.6/lib/
H A Dpolynomial.c79 long polynomial_calc(const struct polynomial *poly, long data) in polynomial_calc() argument
H A Dgen_crc64table.c25 static void generate_reflected_crc64_table(uint64_t table[256], uint64_t poly) in generate_reflected_crc64_table() argument
43 static void generate_crc64_table(uint64_t table[256], uint64_t poly) in generate_crc64_table() argument
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog2f_data.h16 double poly[LOG2F_POLY_ORDER]; member
H A Dlogf_data.h17 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member
H A Dpowf_data.h23 double poly[POWF_LOG2_POLY_ORDER]; member
H A Dexp2f_data.h17 double poly[EXP2F_POLY_ORDER]; member
H A Dlog_data.h16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
H A Dlog2_data.h16 double poly[LOG2_POLY_ORDER - 1]; member
H A Dpow_data.h15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
/third_party/musl/src/math/
H A Dexp2f_data.h17 double poly[EXP2F_POLY_ORDER]; member
H A Dlogf_data.h17 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member
H A Dlog2f_data.h16 double poly[LOG2F_POLY_ORDER]; member
H A Dpowf_data.h23 double poly[POWF_LOG2_POLY_ORDER]; member
H A Dexp_data.h20 double poly[4]; /* Last four coefficients. */ member
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dexp_data.h20 double poly[4]; /* Last four coefficients. */ member
H A Dlog_data.h16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
H A Dpow_data.h15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dexp_data.h20 double poly[4]; /* Last four coefficients. */ member
H A Dlog_data.h16 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
H A Dpow_data.h15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member

Completed in 4 milliseconds

1234