Home
last modified time | relevance | path

Searched refs:ybig (Results 1 – 1 of 1) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Ddotest.c358 mpc_t xbig, ybig, retbig; in test_cpow() local
362 mpc_init2(ybig, 1034 + 53 + 60 + MPFR_PREC); in test_cpow()
366 mpc_set(ybig, y, MPC_RNDNN); in test_cpow()
367 status = mpc_pow(retbig, xbig, ybig, rnd); in test_cpow()
371 mpc_clear(ybig); in test_cpow()