Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dfpformat.py64 def roundfrac(intpart, fraction, digs): argument
90 def fix(x, digs): argument
106 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.c95 unsigned int count, digs; in extract_name() local
Doption.c674 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local