Home
last modified time | relevance | path

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

123

/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h405 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 Dxz_crc32.c32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
H A Dxz_crc64.c27 const uint64_t poly = 0xC96C5795D7870F42ULL; in xz_crc64_init() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrc.c44 unsigned long crc, poly; in _krb5_crc_init_table() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dcospi_3u5.c19 static const double poly[] variable
H A Dsinpi_3u5.c21 static const double poly[] variable
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c123 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 Dexp2f.c53 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 Dexpf.c57 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 Dexp10f.c69 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 Dv_sincospif_common.h13 float32x4_t poly[6], range_val; member
H A Dv_sincospi_common.h12 float64x2_t poly[10], range_val; member
H A Dsinpif.c16 float32x4_t poly[6]; member
H A Dsinpi.c16 float64x2_t poly[10]; member
H A Dcospi.c16 float64x2_t poly[10]; member
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dcospif.c16 float poly[6]; member
H A Dsinpif.c16 float poly[6], range_val; member
H A Dasinf.c15 float32_t poly[5]; member
H A Dsinpi.c16 double poly[10], range_val; member
H A Dcospi.c16 double poly[10]; member
H A Datanf.c15 float32_t poly[8]; member
H A Datan.c15 float64_t poly[20]; member
H A Dasin.c15 float64_t poly[12]; member
H A Dacosf.c15 float32_t poly[5]; member
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/
H A Dv_logf_inline.h12 float32x4_t poly[7]; member

123