Searched refs:split_number (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.bin/dc/ |
H A D | bcode.h | 95 void split_number(const struct number *, BIGNUM *, BIGNUM *);
|
H A D | inout.c | 304 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 D | bcode.c | 387 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()
|