Searched refs:ULPUNIT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 49 #define ULPUNIT (1<<EXTRABITS) macro 207 TFUNC(at_d,rt_d, acos, 4*ULPUNIT), 208 TFUNC(at_d,rt_d, asin, 4*ULPUNIT), 209 TFUNC(at_d,rt_d, atan, 4*ULPUNIT), 210 TFUNC(at_d2,rt_d, atan2, 4*ULPUNIT), 212 TFUNC(at_d,rt_d, tan, 2*ULPUNIT), 213 TFUNC(at_d,rt_d, sin, 2*ULPUNIT), 214 TFUNC(at_d,rt_d, cos, 2*ULPUNIT), 216 TFUNC(at_s,rt_s, acosf, 4*ULPUNIT), 217 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT), [all …]
|