Home
last modified time | relevance | path

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

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dfractalb.c940 _BNCMPLX bntmpnew, bnnumer, bnc_exp; in DivideBrot5bnFractal() local
948 bnc_exp.x = alloc_stack(bnlength); in DivideBrot5bnFractal()
949 bnc_exp.y = alloc_stack(bnlength); in DivideBrot5bnFractal()
966 inttobn(bnc_exp.x, c_exp); in DivideBrot5bnFractal()
967 clear_bn(bnc_exp.y); in DivideBrot5bnFractal()
968 ComplexPower_bn(&bntmpnew, &bnold, &bnc_exp); in DivideBrot5bnFractal()