Searched refs:mpg_fmt (Results 1 – 6 of 6) sorted by relevance
/dports/lang/gawk/gawk-5.1.1/ |
H A D | mpfr.c | 874 mpg_fmt(_("compl(%Rg): negative value is not allowed"), p) in do_mpfr_compl() 879 mpg_fmt(_("comp(%Rg): fractional value will be truncated"), p) in do_mpfr_compl() 890 mpg_fmt(_("compl(%Zd): negative values are not allowed"), zptr) in do_mpfr_compl() 918 mpg_fmt(_("%s: argument #%d has invalid value %Rg, using 0"), in get_intval() 929 mpg_fmt(_("%s: argument #%d negative value %Rg is not allowed"), in get_intval() 936 mpg_fmt(_("%s: argument #%d fractional value %Rg will be truncated"), in get_intval() 950 mpg_fmt(_("%s: argument #%d negative value %Zd is not allowed"), in get_intval() 1852 mpg_fmt(const char *mesg, ...) in mpg_fmt() function
|
H A D | array.c | 669 mpg_fmt("%.*R*g", PREC_NUM, ROUND_MODE, n->mpg_numbr)); in value_info() 671 fprintf(output_fp, ":%s", mpg_fmt("%Zd", n->mpg_i)); in value_info() 681 mpg_fmt("%.*R*g", PREC_NUM, ROUND_MODE, n->mpg_numbr)); in value_info() 683 fprintf(output_fp, "<%s>", mpg_fmt("%Zd", n->mpg_i)); in value_info()
|
H A D | awk.h | 1685 extern const char *mpg_fmt(const char *, ...);
|
H A D | debug.c | 3722 print_func(fp, "%s", mpg_fmt("%R*g", ROUND_MODE, m->mpg_numbr)); in print_memory() 3724 print_func(fp, "%s", mpg_fmt("%Zd", m->mpg_i)); in print_memory()
|
H A D | awkgram.y | 4904 print_func(fp, "%s\n", mpg_fmt("%.17R*g", ROUND_MODE, n->mpg_numbr)); in valinfo() 4906 print_func(fp, "%s\n", mpg_fmt("%Zd", n->mpg_i)); in valinfo()
|
H A D | awkgram.c | 7412 print_func(fp, "%s\n", mpg_fmt("%.17R*g", ROUND_MODE, n->mpg_numbr)); in valinfo() 7414 print_func(fp, "%s\n", mpg_fmt("%Zd", n->mpg_i)); in valinfo()
|