Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_exp10f_2u4.c
H A Dv_expf_inline.h
H A Dsv_exp2f_1u6.c
H A Dmath_config.h
H A Dsv_expf_inline.h
H A Dsv_exp10f_1u5.c
H A Dv_log10f_3u5.c
H A Dsv_expf_2u.c
H A Dcospi_3u1.c
H A Dsinpi_3u.c
H A Dsv_sinpif_2u5.c
H A Dsv_sinpi_3u1.c
H A Dsv_cospif_2u6.c
H A Dsv_asinf_2u5.c
H A Dsv_cospi_3u2.c
H A Dsv_atanf_2u9.c
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f.c
H A Dv_expf.c
H A Dv_exp2f_1u.c
H A Dv_expf_1u.c
/freebsd-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
/freebsd-src/contrib/arm-optimized-routines/math/
H A Dmath_config.h450 double poly[POWF_LOG2_POLY_ORDER]; member
367 double poly[EXP2F_POLY_ORDER]; global() member
382 double poly[LOGF_POLY_ORDER - 1]; /* First order coefficient is 1. */ global() member
393 double poly[LOG2F_POLY_ORDER]; global() member
410 double poly[POWF_LOG2_POLY_ORDER]; global() member
436 double poly[4]; /* Last four coefficients. */ global() member
465 double poly[LOG2_POLY_ORDER - 1]; global() member
479 double poly[POW_LOG_POLY_ORDER - 1]; /* First coefficient is 1. */ global() member
[all...]
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dcrc.c44 unsigned long crc, poly; in _krb5_crc_init_table() local
/freebsd-src/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

1234