Home | History | Annotate | Download | only in i18n

Lines Matching refs:tset

5249   decContext aset, tset, dset;     /* working contexts  */
5434 uprv_decContextDefault(&tset, DEC_INIT_DECIMAL64);
5435 dset=tset;
5439 tset.digits=p;
5440 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */
5451 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */
5452 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */