Home
last modified time | relevance | path

Searched refs:SV_LOG_INLINE_POLY_ORDER (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_log_inline.h11 #ifndef SV_LOG_INLINE_POLY_ORDER
15 #if SV_LOG_INLINE_POLY_ORDER == 4
21 #elif SV_LOG_INLINE_POLY_ORDER == 5
33 double poly[SV_LOG_INLINE_POLY_ORDER];
78 #if SV_LOG_INLINE_POLY_ORDER == 5 in sv_log_inline()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/sve/
H A Derfinv_25u.c12 #define SV_LOG_INLINE_POLY_ORDER 4 macro