Home | History | Annotate | Download | only in i18n

Lines Matching refs:inv

2187         decNumber *inv=invbuff;         /* asssume use fixed buffer  */
2200 inv=allocinv; /* use the allocated space */
2202 /* [inv now points to big-enough buffer or allocated storage] */
2203 uprv_decNumberCopy(inv, dac); /* copy the 1/lhs */
2205 lhs=inv; /* .. and go forward with new lhs */