Home
last modified time | relevance | path

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

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dbigflt.c1090 copy_bf(bftmpcpy1, n); in add_a_bf()
1107 copy_bf(bftmpcpy1, n); in sub_a_bf()
1134 copy_bf(bftmpcpy1, n); in full_square_bf()
1142 copy_bf(bftmpcpy1, n); in square_bf()
1150 copy_bf(bftmpcpy1, n); in mult_bf_int()
1158 copy_bf(bftmpcpy1, n); in div_bf_int()
1166 copy_bf(bftmpcpy1, r); in bftostr()
1174 copy_bf(bftmpcpy1, r); in bftostr_e()
1182 copy_bf(bftmpcpy1, r); in bftostr_f()
1190 copy_bf(bftmpcpy1, n); in inv_bf()
[all …]
H A Dbiginit.c49 bf_t bftmpcpy1, bftmpcpy2; /* rbflength+2 */ variable
165 bftmpcpy1 = bnroot+ptr; ptr += (rbflength+2)*2; in init_bf_2()
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dbiginit.h33 extern bf_t bftmpcpy1, bftmpcpy2; /* rbflength+2 */
H A Dbig.h151 extern bf_t bftmpcpy1, bftmpcpy2; /* bflength+2 */