Searched refs:at_d2 (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 120 case at_d2: in is_double_argtype() 208 TFUNC(at_d2,rt_d, atan2, 4*ULPUNIT), 256 TFUNC(at_d2,rt_d, pow, 3*ULPUNIT/4), 259 TFUNC(at_d2, rt_d, hypot, 4*ULPUNIT), 280 TFUNC(at_d2,rt_d, copysign, 0), 284 TFUNC(at_d2,rt_d, fmax, 0), 286 TFUNC(at_d2,rt_d, fmin, 0), 288 TFUNC(at_d2,rt_d, fmod, 0), 1034 if (t.func->argtype==at_d2 && is_dhard(t.op2r)) in runtest() [all …]
|