Lines Matching refs:TFUNCARM
196 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tolerance, #name }
218 TFUNCARM(at_s,rt_s, tanf, 4*ULPUNIT),
219 TFUNCARM(at_s,rt_s, sinf, 3*ULPUNIT/4),
220 TFUNCARM(at_s,rt_s, cosf, 3*ULPUNIT/4),
221 TFUNCARM(at_s,rt_s, sincosf_sinf, 3*ULPUNIT/4),
222 TFUNCARM(at_s,rt_s, sincosf_cosf, 3*ULPUNIT/4),
247 TFUNCARM(at_s,rt_s, logf, ULPUNIT),
249 TFUNCARM(at_s,rt_s, log2f, ULPUNIT),
251 TFUNCARM(at_s,rt_s, expf, 3*ULPUNIT/4),
252 TFUNCARM(at_s,rt_s, exp2f, 3*ULPUNIT/4),
261 TFUNCARM(at_s2,rt_s, powf, ULPUNIT),