Home
last modified time | relevance | path

Searched refs:MAX_PREC (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_decimal/tests/
H A Dbench.py96 c.prec = C.MAX_PREC
H A Ddeccheck.py302 prec=C.MAX_PREC,
373 self.maxcontext.prec = C.MAX_PREC
/third_party/mksh/
H A Dexpr.c47 #define MAX_PREC P_COMMA macro
155 v = intvar(es, evalexpr(es, MAX_PREC)); in v_evaluate()
293 vl = evalexpr(es, MAX_PREC); in evalexpr()
352 vl = evalexpr(es, MAX_PREC); in evalexpr()
/third_party/python/Lib/test/
H A Dtest_decimal.py472 if self.decimal == C and self.decimal.MAX_PREC == 425000000:
479 if self.decimal == C and self.decimal.MAX_PREC == 425000000:
484 if self.decimal == C and self.decimal.MAX_PREC == 425000000:
4352 self.assertEqual(C.MAX_PREC, P.MAX_PREC)
4959 HAVE_CONFIG_64 = (C.MAX_PREC > 425000000)
5011 if C.MAX_PREC == 425000000:
5020 if C.MAX_PREC == 425000000:
5071 HAVE_CONFIG_64 = (C.MAX_PREC > 425000000)
5136 if C.MAX_PREC
[all...]
/third_party/python/Lib/
H A D_pydecimal.py141 'MAX_PREC', 'MAX_EMAX', 'MIN_EMIN', 'MIN_ETINY',
180 MAX_PREC = 999999999999999999 variable
184 MAX_PREC = 425000000 variable
188 MIN_ETINY = MIN_EMIN - (MAX_PREC-1)

Completed in 16 milliseconds