Home
last modified time | relevance | path

Searched refs:ulperr (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/musl/libc-test/report_base/
DREPORT11 …(0x1.001f1c62cf304p+0) want 0x1.f8d125ff71ccp-6 got 0x1.f8d125ff71cc2p-6 ulperr 1.853 = 0x1p+1 + -…
12 …0x1.00788c223616fp+0) want 0x1.f0cb8ee812621p-5 got 0x1.f0cb8ee812623p-5 ulperr 1.724 = 0x1p+1 + -…
13 …(0x1.007b7a37c7606p+0) want 0x1.f6cb68859ae3p-5 got 0x1.f6cb68859ae2ep-5 ulperr -1.855 = -0x1p+1 +…
14 …0x1.01d173033243cp+0) want 0x1.e7e1b18d99376p-4 got 0x1.e7e1b18d99378p-4 ulperr 1.930 = 0x1p+1 + -…
15 …0x1.01d8f20e90409p+0) want 0x1.ebca3eea5cda5p-4 got 0x1.ebca3eea5cda3p-4 ulperr -1.652 = -0x1p+1 +…
16 …0x1.01ef6122e68bep+0) want 0x1.f74df150afc94p-4 got 0x1.f74df150afc92p-4 ulperr -1.762 = -0x1p+1 +…
17 …0x1.06822faf07879p+0) want 0x1.ccd73cbc4af78p-3 got 0x1.ccd73cbc4af7ap-3 ulperr 1.674 = 0x1p+1 + -…
18 …0x1.069d65411ec51p+0) want 0x1.d0928b08facbap-3 got 0x1.d0928b08facbcp-3 ulperr 1.785 = 0x1p+1 + -…
19 …0x1.071d6b2713d08p+0) want 0x1.e1bc6a6c345fdp-3 got 0x1.e1bc6a6c345ffp-3 ulperr 1.818 = 0x1p+1 + -…
20 …0x1.0728405f5140cp+0) want 0x1.e328ebe92b32cp-3 got 0x1.e328ebe92b32ep-3 ulperr 1.790 = 0x1p+1 + -…
[all …]
/third_party/musl/libc-test/src/math/
Dmodf.c35 d = ulperr(y, p->y, p->dy); in main()
36 di = ulperr(yi, p->y2, p->dy2); in main()
Dsincosl.c40 dsin = ulperr(ysin, p->y, p->dy); in main()
41 dcos = ulperr(ycos, p->y2, p->dy2); in main()
Dsincos.c35 dsin = ulperr(ysin, p->y, p->dy); in main()
36 dcos = ulperr(ycos, p->y2, p->dy2); in main()
Dmodff.c35 d = ulperr(y, p->y, p->dy); in main()
36 di = ulperr(yi, p->y2, p->dy2); in main()
Dmodfl.c40 d = ulperr(y, p->y, p->dy); in main()
41 di = ulperr(yi, p->y2, p->dy2); in main()
Dcbrt.c35 d = ulperr(y, p->y, p->dy); in main()
Dfabs.c36 d = ulperr(y, p->y, p->dy); in main()
Datan.c37 d = ulperr(y, p->y, p->dy); in main()
Dround.c35 d = ulperr(y, p->y, p->dy); in main()
Dpow10.c36 d = ulperr(y, p->y, p->dy); in main()
Dcosh.c37 d = ulperr(y, p->y, p->dy); in main()
Dacosh.c35 d = ulperr(y, p->y, p->dy); in main()
Dsin.c37 d = ulperr(y, p->y, p->dy); in main()
Derfc.c35 d = ulperr(y, p->y, p->dy); in main()
Dlog.c37 d = ulperr(y, p->y, p->dy); in main()
Dceil.c36 d = ulperr(y, p->y, p->dy); in main()
Dlog10.c37 d = ulperr(y, p->y, p->dy); in main()
Dtanh.c36 d = ulperr(y, p->y, p->dy); in main()
Dsinh.c39 d = ulperr(y, p->y, p->dy); in main()
Dlogb.c35 d = ulperr(y, p->y, p->dy); in main()
Dexpm1.c38 d = ulperr(y, p->y, p->dy); in main()
/third_party/musl/libc-test/src/common/
Dmtest.c66 float ulperr(double got, double want, float dwant) in ulperr() function
85 return ulperr(got, want, dwant); in ulperrl()
/third_party/musl/libc-test/src/math/gen/
Dgen.h56 double ulperr(double y, double ycr, double dy);
/third_party/musl/libc-test/src/math/gen/template/
Dd_d.c33 d = ulperr(y, p->y, p->dy); in main()

1234