Home | History | Annotate | Download | only in i18n

Lines Matching defs:tset

5272   decContext aset, tset, dset;     /* working contexts  */
5457 uprv_decContextDefault(&tset, DEC_INIT_DECIMAL64);
5458 dset=tset;
5462 tset.digits=p;
5463 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */
5474 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */
5475 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */