Searched refs:SV_SINCOSPI_INTERVAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sincospi.c | 39 # define SV_SINCOSPI_INTERVAL(lo, hi, n) \ macro 42 SV_SINCOSPI_INTERVAL (0, 0x1p-63, 10000) 43 SV_SINCOSPI_INTERVAL (0x1p-63, 0.5, 50000) 44 SV_SINCOSPI_INTERVAL (0.5, 0x1p53, 50000) 45 SV_SINCOSPI_INTERVAL (0x1p53, inf, 10000)
|