Searched defs:coeffs (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | erfcf.c | 16 float coeffs[4]; member 137 float32x4_t coeffs = vld1q_f32 (dat->coeffs); in V_NAME_F1() local
|
/freebsd/crypto/openssl/test/ |
H A D | rsa_mp_test.c | 152 BIGNUM **pris = NULL, **exps = NULL, **coeffs = NULL; in key2048p3_v1() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | erfcf.c | 80 svfloat32_t coeffs = svld1rq (svptrue_b32 (), &dat->third); in SV_NAME_F1() local
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | tgamma128.c | 34 static long double poly(const long double *coeffs, size_t n, long double x) in poly()
|
H A D | math_config.h | 663 double coeffs[LOG1P_NCOEFFS]; member 670 float coeffs[LOG1PF_NCOEFFS]; member 682 float coeffs[ASINHF_NCOEFFS]; member
|
/freebsd/crypto/libecc/src/examples/sig/rsa/ |
H A D | rsa.h | 92 rsa_priv_key_crt_coeffs coeffs[MAX_CRT_COEFFS]; member
|
H A D | rsa.c | 138 const u8 **coeffs, u16 *coeffslens, u8 u) in rsa_import_crt_priv_key()
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 900 function wellcond(coeffs, lo, hi) argument
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 480 BIGNUM *coeffs[], int pnum) in RSA_set0_multi_prime_params() 610 const BIGNUM *coeffs[]) in RSA_get0_multi_prime_crt_params()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1873 const BIGNUM *exps[10], *coeffs[10]; in get_rsa_payload_exponent() local 1900 const BIGNUM *exps[10], *coeffs[10]; in get_rsa_payload_coefficient() local
|