Searched refs:TFUNCARM (Results 1 - 1 of 1) sorted by relevance
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 196 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tolerance, #name } macro 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_ [all...] |
Completed in 2 milliseconds