Lines Matching refs:bufa
936 decNumber bufa[D2N(DECBUFFER+1)];/* +1 in case DECBUFFER=0 */
937 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
949 a=bufa;
951 if (needbytes>sizeof(bufa)) { /* need malloc space */
1115 decNumber bufa[D2N(DECBUFFER*2+1)];
1116 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1142 acc=bufa; /* may fit */
1144 if (needbytes>sizeof(bufa)) { /* need malloc space */
1404 decNumber bufa[D2N(DECBUFFER+2)];
1405 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
1406 decNumber *a=bufa; /* temporary a */
1473 if (needbytes>sizeof(bufa)) { /* need malloc space */
2823 decNumber bufa[D2N(DECBUFFER+2)];
2827 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
2830 decNumber *a=bufa; /* approximation to result */
2906 if (needbytes>(Int)sizeof(bufa)) { /* [same applies to b] */
5253 decNumber bufa[D2N(DECBUFFER*4+18+1)];
5254 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5255 decNumber *a=bufa; /* accumulator */
5394 if (needbytes>sizeof(bufa)) { /* need malloc space */
5599 decNumber bufa[D2N(DECBUFFER+12)];
5600 decNumber *allocbufa=NULL; /* -> allocated bufa, iff allocated */
5601 decNumber *a=bufa; /* accumulator/work */
5603 decNumber *allocbufb=NULL; /* -> allocated bufa, iff allocated */
5671 if (needbytes>sizeof(bufa)) { /* need malloc space */