HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PREC (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Modules/_decimal/tests/
bench.py 100 c.prec = C.MAX_PREC
deccheck.py 281 prec=C.MAX_PREC,
    [all...]
  /external/mksh/src/
expr.c 47 #define MAX_PREC P_COMMA
155 v = intvar(es, evalexpr(es, MAX_PREC));
293 vl = evalexpr(es, MAX_PREC);
352 vl = evalexpr(es, MAX_PREC);
  /external/python/cpython3/Lib/test/
test_decimal.py 468 if self.decimal == C and self.decimal.MAX_PREC == 425000000:
475 if self.decimal == C and self.decimal.MAX_PREC == 425000000:
480 if self.decimal == C and self.decimal.MAX_PREC == 425000000:
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 141 'MAX_PREC', 'MAX_EMAX', 'MIN_EMIN', 'MIN_ETINY',
176 MAX_PREC = 999999999999999999
180 MAX_PREC = 425000000
184 MIN_ETINY = MIN_EMIN - (MAX_PREC-1)
    [all...]

Completed in 129 milliseconds