Home
last modified time | relevance | path

Searched refs:xbig (Results 1 - 1 of 1) sorted by relevance

/third_party/optimized-routines/math/test/rtest/
H A Ddotest.c358 mpc_t xbig, ybig, retbig; in test_cpow() local
361 mpc_init2(xbig, 1034 + 53 + 60 + MPFR_PREC); in test_cpow()
365 mpc_set(xbig, x, MPC_RNDNN); in test_cpow()
367 status = mpc_pow(retbig, xbig, ybig, rnd); in test_cpow()
370 mpc_clear(xbig); in test_cpow()

Completed in 3 milliseconds