Searched refs:TFUNC (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/kbdcontrol/
H A Dlex.h47 #define TFUNC 272 macro
H A Dlex.l134 return TFUNC;
H A Dkbdcontrol.c265 case TFUNC:
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c195 #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_
[all...]

Completed in 78 milliseconds