X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fspecial%2Flgamma_r.h;fp=src%2Fmath%2Fspecial%2Flgamma_r.h;h=9e469a2b8a78bde0a243f251e29626a53f99ffc5;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=0000000000000000000000000000000000000000;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7;p=libc-test diff --git a/src/math/special/lgamma_r.h b/src/math/special/lgamma_r.h new file mode 100644 index 0000000..9e469a2 --- /dev/null +++ b/src/math/special/lgamma_r.h @@ -0,0 +1,9 @@ +T(RN, 0x0p+0, inf, 0x0p+0, 1, DIVBYZERO) +T(RN, -0x0p+0, inf, 0x0p+0, -1, DIVBYZERO) +T(RN, 0x1p+0, 0x0p+0, 0x0p+0, 1, 0) +T(RN, -0x1p+0, inf, 0x0p+0, 1, DIVBYZERO) +T(RN, 0x1p+1, 0x0p+0, 0x0p+0, 1, 0) +T(RN, -0x1p+1, inf, 0x0p+0, 1, DIVBYZERO) +T(RN, inf, inf, 0x0p+0, 1, 0) +T(RN, -inf, inf, 0x0p+0, -1, 0) +T(RN, nan, nan, 0x0p+0, 1, 0)