Home
last modified time | relevance | path

Searched defs:digs (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dfpformat.py65 def roundfrac(intpart, fraction, digs): argument
91 def fix(x, digs): argument
107 def sci(x, digs): argument
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c518 int digs = a->used + b->used + 1; in mp_mul() local
2341 static int s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_digs()
2426 static int fast_s_mp_mul_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in fast_s_mp_mul_digs()
2593 static int s_mp_mul_high_digs (mp_int * a, mp_int * b, mp_int * c, int digs) in s_mp_mul_high_digs()
/external/dnsmasq/src/
Drfc1035.c82 unsigned int count, digs; in extract_name() local
Doption.c657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
/external/toybox/toys/pending/
Dbc.c2203 size_t pow, len, digs, digs1, resrdx, times = 0; in bc_num_sqrt() local