Home
last modified time | relevance | path

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

/external/bc/tests/
Dbcl.c112 n2 = bcl_dup(n); in main()
165 e = bcl_divmod(bcl_dup(n4), n3, &n5, &n6); in main()
183 res = bcl_string(bcl_dup(n4)); in main()
193 res = bcl_string(bcl_dup(n4)); in main()
204 res = bcl_string(bcl_dup(n4)); in main()
220 res = bcl_string(bcl_dup(n4)); in main()
243 n2 = bcl_ifrand(bcl_dup(n3), 10); in main()
265 n7 = bcl_modexp(bcl_dup(n5), bcl_dup(n5), bcl_dup(n5)); in main()
291 res = bcl_string(bcl_dup(n)); in main()
296 res = bcl_string(bcl_dup(n2)); in main()
[all …]
/external/bc/include/
Dbcl.h239 bcl_dup(BclNumber s);
/external/bc/src/
Dlibrary.c643 bcl_dup(BclNumber s) in bcl_dup() function
/external/bc/manuals/
Ddevelopment.md4974 If numbers need to be preserved, they can be with `bcl_dup()`:
4977 n = bcl_add(bcl_mul(bcl_dup(a), bc_dup(b)), bcl_div(bcl_dup(c), bcl_dup(d)));