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

  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 970 wchar_t *wtp = wcp;
977 while (*--wtp != decimalwc && *wtp == L_('9'))
979 *wtp = L_('0');
984 if (*wtp != decimalwc)
986 (*wtp)++;
988 && wtp == wstartp + 1
997 if (fracdig_no == 0 || *wtp == decimalwc)
1000 if (*(wtp - 1) == decimalwc)
1001 --wtp;
968 wchar_t *wtp = wcp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 970 wchar_t *wtp = wcp;
977 while (*--wtp != decimalwc && *wtp == L_('9'))
979 *wtp = L_('0');
984 if (*wtp != decimalwc)
986 (*wtp)++;
988 && wtp == wstartp + 1
997 if (fracdig_no == 0 || *wtp == decimalwc)
1000 if (*(wtp - 1) == decimalwc)
1001 --wtp;
968 wchar_t *wtp = wcp; local
    [all...]

Completed in 27 milliseconds