Searched refs:TFUNC (Results 1 – 2 of 2) sorted by relevance
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 195 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name } macro 205 TFUNC(at_d,rt_d, acos, 4*ULPUNIT), 206 TFUNC(at_d,rt_d, asin, 4*ULPUNIT), 207 TFUNC(at_d,rt_d, atan, 4*ULPUNIT), 208 TFUNC(at_d2,rt_d, atan2, 4*ULPUNIT), 210 TFUNC(at_d,rt_d, tan, 2*ULPUNIT), 211 TFUNC(at_d,rt_d, sin, 2*ULPUNIT), 212 TFUNC(at_d,rt_d, cos, 2*ULPUNIT), 214 TFUNC(at_s,rt_s, acosf, 4*ULPUNIT), 215 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT), [all …]
|
/third_party/ffmpeg/libavutil/arm/ |
D | asm.S | 50 # define TFUNC macro 52 # define TFUNC @ macro 107 TFUNC .thumb_func EXTERN_ASM\name label 112 TFUNC .thumb_func \name label
|