Home | History | Annotate | Download | only in stdio

Lines Matching refs:dtoaresult

80   char* dtoaresult = NULL;
352 if (dtoaresult) __freedtoa(dtoaresult);
355 dtoaresult = cp = __hldtoa(fparg.ldbl, xdigs, prec, &expt, &signflag, &dtoaend);
356 if (dtoaresult == NULL) {
362 dtoaresult = cp = __hdtoa(fparg.dbl, xdigs, prec, &expt, &signflag, &dtoaend);
363 if (dtoaresult == NULL) {
368 if (prec < 0) prec = dtoaend - dtoaresult;
389 if (dtoaresult) __freedtoa(dtoaresult);
392 dtoaresult = cp = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend);
393 if (dtoaresult == NULL) {
399 dtoaresult = cp = __dtoa(fparg.dbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend);
400 if (dtoaresult == NULL) {
696 if (dtoaresult) __freedtoa(dtoaresult);