| /third_party/skia/bench/ |
| D | PolyUtilsBench.cpp | 50 SkTDArray<SkPoint> poly; in onDraw() local 115 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 141 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 164 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 190 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly() 215 void makePoly(SkTDArray<SkPoint>* poly) override { in makePoly()
|
| /third_party/ffmpeg/libavutil/ |
| D | crc.c | 322 #define DECLARE_CRC_INIT_TABLE_ONCE(id, le, bits, poly) \ argument 341 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size) in av_crc_init()
|
| /third_party/optimized-routines/math/ |
| D | v_exp2f_1u.c | 30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase() 46 v_f32_t n, r, scale, poly, absn; in V_NAME() local
|
| D | v_expf_1u.c | 33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase() 49 v_f32_t n, r, scale, poly, absn, z; in V_NAME() local
|
| D | v_exp2f.c | 30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() 48 v_f32_t n, r, r2, scale, p, q, poly, absn; in V_NAME() local
|
| D | v_expf.c | 33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() 51 v_f32_t n, r, r2, scale, p, q, poly, absn, z; in V_NAME() local
|
| D | math_config.h | 327 double poly[EXP2F_POLY_ORDER]; member 342 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member 353 double poly[LOG2F_POLY_ORDER]; member 370 double poly[POWF_LOG2_POLY_ORDER]; member 390 double poly[4]; /* Last four coefficients. */ member 403 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member 418 double poly[LOG2_POLY_ORDER - 1]; member 432 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
| D | v_powf.c | 36 double poly[V_EXP2F_POLY_ORDER]; member 48 double poly[V_POWF_LOG2_POLY_ORDER]; member
|
| /third_party/skia/docs/examples/ |
| D | Canvas_clipPath_3.cpp | 10 SkPoint poly[] = {{20, 20}, { 80, 20}, { 80, 80}, {40, 80}, in draw() local
|
| /third_party/gptfdisk/ |
| D | crc32.cc | 52 unsigned long crc, poly; in chksum_crc32gentab() local
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | log2f_data.h | 16 double poly[LOG2F_POLY_ORDER]; member
|
| D | exp2f_data.h | 17 double poly[EXP2F_POLY_ORDER]; member
|
| D | logf_data.h | 17 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member
|
| D | powf_data.h | 23 double poly[POWF_LOG2_POLY_ORDER]; member
|
| D | exp_data.h | 20 double poly[4]; /* Last four coefficients. */ member
|
| /third_party/musl/src/math/ |
| D | log2f_data.h | 16 double poly[LOG2F_POLY_ORDER]; member
|
| D | exp2f_data.h | 17 double poly[EXP2F_POLY_ORDER]; member
|
| D | logf_data.h | 17 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member
|
| D | powf_data.h | 23 double poly[POWF_LOG2_POLY_ORDER]; member
|
| D | pow_data.h | 15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
| /third_party/openssl/providers/implementations/ciphers/ |
| D | cipher_chacha20_poly1305_hw.c | 123 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher() local 272 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| D | cipher_chacha20_poly1305_hw.c | 123 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher() local 272 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher() local
|
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| D | pow_data.h | 15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| D | pow_data.h | 15 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member
|
| D | exp_data.h | 20 double poly[4]; /* Last four coefficients. */ member
|