Searched refs:parse_decimal (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | partime.c | 64 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 D | ChangeLog | 157 (parse_decimal): Round to even.
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-ft32.c | 124 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 D | tc-ft32.c | 124 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()
|