Home
last modified time | relevance | path

Searched refs:bign (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dbltinmodule.c1820 long bign; in handle_range_longs() local
1880 bign = get_len_of_range_longs(low, high, step); in handle_range_longs()
1885 bign = get_len_of_range_longs(high, low, neg_step); in handle_range_longs()
1889 n = (Py_ssize_t)bign; in handle_range_longs()
1890 if (bign < 0 || (long)n != bign) { in handle_range_longs()
1968 long bign; in builtin_range() local
1995 bign = get_len_of_range(ilow, ihigh, istep); in builtin_range()
1997 bign = get_len_of_range(ihigh, ilow, -istep); in builtin_range()
1998 n = (Py_ssize_t)bign; in builtin_range()
1999 if (bign < 0 || (long)n != bign) { in builtin_range()
/external/toolchain-utils/cros_utils/
Dstats.py1598 bign = len(alldata)
1599 sstot = ass(alldata) - (asquare_of_sums(alldata) / float(bign))
1603 ssbn = ssbn - (asquare_of_sums(alldata) / float(bign))
1606 dfwn = bign - a
4090 bign = len(alldata)
4091 sstot = ass(alldata) - (asquare_of_sums(alldata) / float(bign))
4095 ssbn = ssbn - (asquare_of_sums(alldata) / float(bign))
4098 dfwn = bign - na