Home
last modified time | relevance | path

Searched defs:doprnt_params_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h4459 struct doprnt_params_t { struct
4460 int base; /* negative for upper case */
4461 int conv; /* choices above */
4462 const char *expfmt; /* exponent format */
4463 int exptimes4; /* exponent multiply by 4 */
4464 char fill; /* character */
4465 int justify; /* choices above */
4466 int prec; /* prec field, or -1 for all digits */
4467 int showbase; /* choices above */
4468 int showpoint; /* if radix point always shown */
[all …]