Searched refs:V_SINCOSPI_INTERVAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | sincospi.c | 37 # define V_SINCOSPI_INTERVAL(lo, hi, n) \ macro 40 V_SINCOSPI_INTERVAL (0, 0x1p-63, 10000) 41 V_SINCOSPI_INTERVAL (0x1p-63, 0.5, 50000) 42 V_SINCOSPI_INTERVAL (0.5, 0x1p63, 50000) 43 V_SINCOSPI_INTERVAL (0x1p63, inf, 10000)
|