Searched refs:SV_SINCOSF_INTERVAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_sincosf_1u8.c | 56 #define SV_SINCOSF_INTERVAL(lo, hi, n) \ macro 59 SV_SINCOSF_INTERVAL (0, 0x1p20, 500000) 60 SV_SINCOSF_INTERVAL (-0, -0x1p20, 500000) 61 SV_SINCOSF_INTERVAL (0x1p20, inf, 10000) 62 SV_SINCOSF_INTERVAL (-0x1p20, -inf, 10000)
|