Searched refs:at_s2 (Results 1 – 1 of 1) sorted by relevance
/third_party/optimized-routines/math/test/ |
D | mathtest.c | 62 at_d2, at_s2, /* same, but taking two args */ enumerator 132 case at_s2: in is_single_argtype() 217 TFUNC(at_s2,rt_s, atan2f, 4*ULPUNIT), 261 TFUNCARM(at_s2,rt_s, powf, ULPUNIT), 264 TFUNC(at_s2, rt_s, hypotf, 4*ULPUNIT), 281 TFUNC(at_s2,rt_s, copysignf, 0), 285 TFUNC(at_s2,rt_s, fmaxf, 0), 287 TFUNC(at_s2,rt_s, fminf, 0), 289 TFUNC(at_s2,rt_s, fmodf, 0), 1038 if (t.func->argtype==at_s2 && is_shard(t.op2r)) in runtest() [all …]
|