/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 405 double poly[EXP2F_POLY_ORDER]; member 422 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ member 433 double poly[LOG2F_POLY_ORDER]; member 450 double poly[POWF_LOG2_POLY_ORDER]; member 472 double poly[4]; /* Last four coefficients. */ member 492 double poly[LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member 507 double poly[LOG2_POLY_ORDER - 1]; member 521 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ member 559 double poly[V_LOG_POLY_ORDER - 1]; member 583 double poly[3]; member [all …]
|
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | xz_crc32.c | 32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
|
H A D | xz_crc64.c | 27 const uint64_t poly = 0xC96C5795D7870F42ULL; in xz_crc64_init() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crc.c | 44 unsigned long crc, poly; in _krb5_crc_init_table() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | cospi_3u5.c | 19 static const double poly[] variable
|
H A D | sinpi_3u5.c | 21 static const double poly[] variable
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A 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
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | exp2f.c | 53 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() 104 float32x4_t poly = vfmaq_f32 (p, q, r2); in V_NAME_F1() local
|
H A D | expf.c | 57 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() 112 float32x4_t poly = vfmaq_f32 (p, q, r2); in V_NAME_F1() local
|
H A D | exp10f.c | 69 special_case (float32x4_t poly, float32x4_t n, uint32x4_t e, uint32x4_t cmp1, in special_case() 125 float32x4_t poly = vfmaq_f32 (vmulq_f32 (r, d->c0), p14, r2); in V_NAME_F1() local
|
H A D | v_sincospif_common.h | 13 float32x4_t poly[6], range_val; member
|
H A D | v_sincospi_common.h | 12 float64x2_t poly[10], range_val; member
|
H A D | sinpif.c | 16 float32x4_t poly[6]; member
|
H A D | sinpi.c | 16 float64x2_t poly[10]; member
|
H A D | cospi.c | 16 float64x2_t poly[10]; member
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | cospif.c | 16 float poly[6]; member
|
H A D | sinpif.c | 16 float poly[6], range_val; member
|
H A D | asinf.c | 15 float32_t poly[5]; member
|
H A D | sinpi.c | 16 double poly[10], range_val; member
|
H A D | cospi.c | 16 double poly[10]; member
|
H A D | atanf.c | 15 float32_t poly[8]; member
|
H A D | atan.c | 15 float64_t poly[20]; member
|
H A D | asin.c | 15 float64_t poly[12]; member
|
H A D | acosf.c | 15 float32_t poly[5]; member
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/ |
H A D | v_logf_inline.h | 12 float32x4_t poly[7]; member
|