X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Futil.h;h=1fc6939f5ee05b431ad65d3cfd498ec4c7f9bf45;hb=cb9f87af9a1f917facd1140603b24f1087729751;hp=b24046dc13e3c8535e8ff889ce02121dac2d88e4;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/util.h b/src/math/util.h index b24046d..1fc6939 100644 --- a/src/math/util.h +++ b/src/math/util.h @@ -78,6 +78,12 @@ struct l_li {POS int r; long double x; long double y; float dy; long long i; int struct di_d {POS int r; double x; long long i; double y; float dy; int e; }; struct fi_f {POS int r; float x; long long i; float y; float dy; int e; }; struct li_l {POS int r; long double x; long long i; long double y; float dy; int e; }; +struct d_i {POS int r; double x; long long i; int e; }; +struct f_i {POS int r; float x; long long i; int e; }; +struct l_i {POS int r; long double x; long long i; int e; }; +struct d_dd {POS int r; double x; double y; float dy; double y2; float dy2; int e; }; +struct f_ff {POS int r; float x; float y; float dy; float y2; float dy2; int e; }; +struct l_ll {POS int r; long double x; long double y; float dy; long double y2; float dy2; int e; }; #undef POS char *estr(int);