Searched refs:rt_s (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 72 rt_d, rt_s, rt_i, /* double, single, int */ enumerator 156 case rt_s: in is_single_rettype() 216 TFUNC(at_s,rt_s, acosf, 4*ULPUNIT), 217 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT), 218 TFUNC(at_s,rt_s, atanf, 4*ULPUNIT), 219 TFUNC(at_s2,rt_s, atan2f, 4*ULPUNIT), 220 TFUNCARM(at_s,rt_s, tanf, 4*ULPUNIT), 221 TFUNCARM(at_s,rt_s, sinf, 3*ULPUNIT/4), 222 TFUNCARM(at_s,rt_s, cosf, 3*ULPUNIT/4), 223 TFUNCARM(at_s,rt_s, sincosf_sinf, 3*ULPUNIT/4), [all …]
|