HomeSort by: relevance | last modified time | path
    Searched defs:wstartp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 797 wchar_t *wstartp, *wcp;
900 wcp = wstartp = wbuffer + 2; /* Let room for rounding. */
988 && wtp == wstartp + 1
989 && wstartp[0] == L_('0'),
1003 while (--wtp >= wstartp && *wtp == L_('9'))
1006 if (wtp >= wstartp)
1014 *wstartp = '1';
1028 *--wstartp = decimalwc;
1029 *--wstartp = L_('1');
1034 wstartp[intdig_no + 2] = L_('0')
795 wchar_t *wstartp, *wcp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 797 wchar_t *wstartp, *wcp;
900 wcp = wstartp = wbuffer + 2; /* Let room for rounding. */
988 && wtp == wstartp + 1
989 && wstartp[0] == L_('0'),
1003 while (--wtp >= wstartp && *wtp == L_('9'))
1006 if (wtp >= wstartp)
1014 *wstartp = '1';
1028 *--wstartp = decimalwc;
1029 *--wstartp = L_('1');
1034 wstartp[intdig_no + 2] = L_('0')
795 wchar_t *wstartp, *wcp; local
    [all...]

Completed in 26 milliseconds