Searched refs:at_s2 (Results 1 – 2 of 2) sorted by relevance
/external/arm-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 …]
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
D | mathtest.c | 63 at_d2, at_s2, /* same, but taking two args */ enumerator 133 case at_s2: in is_single_argtype() 218 TFUNC(at_s2,rt_s, atan2f, 4*ULPUNIT), 262 TFUNCARM(at_s2,rt_s, powf, ULPUNIT), 265 TFUNC(at_s2, rt_s, hypotf, 4*ULPUNIT), 282 TFUNC(at_s2,rt_s, copysignf, 0), 286 TFUNC(at_s2,rt_s, fmaxf, 0), 288 TFUNC(at_s2,rt_s, fminf, 0), 290 TFUNC(at_s2,rt_s, fmodf, 0), 1039 if (t.func->argtype==at_s2 && is_shard(t.op2r)) in runtest() [all …]
|