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

  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 686 buffer_pad (struct string_buffer *b, const char c, const mpfr_intmax_t n) function
2013 buffer_pad (buf, ' ', np.pad_size);
2017 buffer_pad (buf, np.sign, 1);
2025 buffer_pad (buf, '0', np.pad_size);
2045 buffer_pad (buf, '0', 1);
2050 buffer_pad (buf, np.point, 1);
2054 buffer_pad (buf, '0', np.fp_leading_zeros);
2062 buffer_pad (buf, '0', np.fp_trailing_zeros);
2070 buffer_pad (buf, ' ', np.pad_size);

Completed in 44 milliseconds