Searched defs:_sftab_ (Results 1 – 1 of 1) sorted by relevance
1046 typedef struct _sftab_ struct1047 { Sfdouble_t sf_pos10[SF_MAXEXP10]; /* positive powers of 10 */1048 Sfdouble_t sf_neg10[SF_MAXEXP10]; /* negative powers of 10 */1049 uchar sf_dec[200]; /* ascii reps of values < 100 */1050 char* sf_digits; /* digits for general bases */ 1051 int (*sf_cvinitf)(); /* initialization function */1052 int sf_cvinit; /* initialization state */1053 Fmtpos_t* (*sf_fmtposf)_ARG_((Sfio_t*,const char*,va_list,Sffmt_t*,int));1054 char* (*sf_fmtintf)_ARG_((const char*,int*));1055 float* sf_flt_pow10; /* float powers of 10 */[all …]