Searched refs:TFUNC (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 197 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name } 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 …]
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | lex.h | 47 #define TFUNC 272 macro
|
H A D | lex.l | 134 return TFUNC;
|
H A D | kbdcontrol.c | 265 case TFUNC: in get_entry()
|