Home
last modified time | relevance | path

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

123

/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
/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
H A Dexp_data.h20 double poly[4]; /* Last four coefficients. */ 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
H A Dpow_data.h15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ 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
/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
/third_party/ffmpeg/libavutil/
H A Dcrc.c341 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size) in av_crc_init() argument

Completed in 5 milliseconds

123