Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dc/
H A Dbcode.h95 void split_number(const struct number *, BIGNUM *, BIGNUM *);
H A Dinout.c304 split_number(b, int_part->number, fract_part->number); in printnumber()
374 split_number(fract_part, int_part->number, NULL); in print_value()
H A Dbcode.c387 split_number(const struct number *n, BIGNUM *i, BIGNUM *f) in split_number() function
705 split_number(n, int_part, NULL); in count_digits()
1178 split_number(p, i, f); in bexp()