Searched defs:logctail (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | pow.c | 41 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local
|
H A D | math_config.h | 523 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member 595 double logctail[1 << V_POW_LOG_TABLE_BITS]; member
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | finite_pow.h | 63 double logctail = __v_pow_log_data.logctail[i]; in log_inline() local
|
H A D | pow.c | 101 float64x2_t logctail = v_masked_lookup_f64 (__v_pow_log_data.logctail, tmp); in v_log_inline() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | pow.c | 210 svfloat64_t logctail = svld1_gather_index (pg, __v_pow_log_data.logctail, i); in sv_log_inline() local
|