Home
last modified time | relevance | path

Searched refs:parse_decimal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Dpartime.c64 static char const *parse_decimal P((char const*,int,int,int,int,int*,int*));
325 parse_decimal (s, digits, lo, hi, resolution, res, fres) in parse_decimal() function
523 s = parse_decimal (s, 2, 0, 23, 60*60, &t->tm.tm_hour, &frac);
530 s = parse_decimal (s, 2, 0, 59, 60, &t->tm.tm_min, &t->tm.tm_sec);
560 s = parse_decimal (s, 2, 0, 60, 1, &t->tm.tm_sec, &frac);
H A DChangeLog157 (parse_decimal): Round to even.
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-ft32.c124 parse_decimal (char **ptr) in parse_decimal() function
293 b |= parse_decimal (&op_end) << FT32_FLD_CB_BIT; in md_assemble()
302 b |= parse_decimal (&op_end) << FT32_FLD_CV_BIT; in md_assemble()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ft32.c124 parse_decimal (char **ptr) in parse_decimal() function
293 b |= parse_decimal (&op_end) << FT32_FLD_CB_BIT; in md_assemble()
302 b |= parse_decimal (&op_end) << FT32_FLD_CV_BIT; in md_assemble()