Searched refs:test_cpow (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 368 int test_cpow(mpc_t ret, const mpc_t x, const mpc_t y, mpc_rnd_t rnd) in test_cpow() function 701 {"cpow", (funcptr)test_cpow, args2c, {NULL}, complex_pow_cases, 0x3fc00000, 0x40000000}, 706 {"cpowf", (funcptr)test_cpow, args2fc, {NULL}, complex_pow_cases_float, 0x3e000000, 0x41000000},
|