Home
last modified time | relevance | path

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

1234

/src/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h19 const VTYPE *poly) in pairwise_poly_3()
28 const VTYPE *poly) in estrin_4()
34 const VTYPE *poly) in estrin_5()
41 const VTYPE *poly) in estrin_6()
49 const VTYPE *poly) in estrin_7()
56 const VTYPE *poly) in estrin_8()
61 const VTYPE *poly) in estrin_9()
67 const VTYPE *poly) in estrin_10()
74 const VTYPE *poly) in estrin_11()
80 const VTYPE *poly) in estrin_12()
[all …]
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 …]
/src/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h23 const STYPE *poly) in pairwise_poly_3()
32 const STYPE *poly) in estrin_4()
38 const STYPE *poly) in estrin_5()
45 const STYPE *poly) in estrin_6()
53 const STYPE *poly) in estrin_7()
60 VTYPE x8, const STYPE *poly) in estrin_8()
65 VTYPE x8, const STYPE *poly) in estrin_9()
71 VTYPE x4, VTYPE x8, const STYPE *poly) in estrin_10()
78 VTYPE x4, VTYPE x8, const STYPE *poly) in estrin_11()
84 VTYPE x4, VTYPE x8, const STYPE *poly) in estrin_12()
[all …]
H A Dsinpif.c16 float poly[6], range_val; member
H A Dcospif.c16 float poly[6]; member
H A Dasinf.c15 float32_t poly[5]; member
H A Dcospi.c16 double poly[10]; member
H A Dsinpi.c16 double poly[10], range_val; member
H A Datanf.c15 float32_t poly[8]; member
H A Dasin.c15 float64_t poly[12]; member
/src/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_matrix.c27 POLY *poly = a->m_poly; in ossl_ml_dsa_matrix_mult_vector() local
/src/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
/src/crypto/heimdal/lib/krb5/
H A Dcrc.c44 unsigned long crc, poly; in _krb5_crc_init_table() local
/src/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
/src/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 exp2() 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 exp() 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 exp10() 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
/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c122 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_tls_cipher() local
271 POLY1305 *poly = &ctx->poly1305; in chacha20_poly1305_aead_cipher() local
/src/contrib/arm-optimized-routines/math/aarch64/experimental/advsimd/
H A Dv_logf_inline.h12 float32x4_t poly[7]; member

1234