Home
last modified time | relevance | path

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

/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dbiginit.h48 extern bf_t bf10tmp; /* dec+4 */
H A Dbig.h155 extern bf10_t bf10tmp; /* dec+4 */
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dbigflt.c180 unsafe_bftobf10(bf10tmp, dec, bftmp1); in unsafe_bftostr()
181 power = (S16)big_access16(bf10tmp+dec+2); /* where the exponent is stored */ in unsafe_bftostr()
183 bf10tostr_f(s, dec, bf10tmp); in unsafe_bftostr()
185 bf10tostr_e(s, dec, bf10tmp); in unsafe_bftostr()
204 unsafe_bftobf10(bf10tmp, dec, bftmp1); in unsafe_bftostr_e()
205 bf10tostr_e(s, dec, bf10tmp); in unsafe_bftostr_e()
223 unsafe_bftobf10(bf10tmp, dec, bftmp1); in unsafe_bftostr_f()
224 bf10tostr_f(s, dec, bf10tmp); in unsafe_bftostr_f()
H A Dbiginit.c65 bf_t bf10tmp; /* dec+4 */ variable
216 bf10tmp = bnroot+ptr; ptr += bfdecimals+4; in init_bf_2()