Home
last modified time | relevance | path

Searched refs:xtgamma_u1 (Results 1 – 15 of 15) sorted by relevance

/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Drename.h69 #define xtgamma_u1 Sleef_tgamma_u10 macro
H A Drename_vec256.h64 #define xtgamma_u1 Sleef_tgammad4_u10_intrin macro
H A Drename_vec512.h64 #define xtgamma_u1 Sleef_tgammad8_u10_intrin macro
H A Drename_vec128.h64 #define xtgamma_u1 Sleef_tgammad2_u10_intrin macro
H A Dsleef_builtin.c511 xtgamma_u1 (double x) in xtgamma_u1() function
H A Dsleefdp.c2223 EXPORT CONST double xtgamma_u1(double a) { in xtgamma_u1() function
H A Dsleefsimddp.c2698 EXPORT CONST vdouble xtgamma_u1(vdouble a) { in xtgamma_u1() function
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Drename.h83 #define xtgamma_u1 Sleef_tgamma_u10 macro
H A Dnorename.h98 vdouble xtgamma_u1(vdouble);
H A Dsleefdp.c2545 EXPORT CONST double xtgamma_u1(double a) { in xtgamma_u1() function
H A Dsleefsimddp.c3551 EXPORT CONST VECTOR_CC vdouble xtgamma_u1(vdouble a) { in xtgamma_u1() function
/dports/math/sleef/sleef-3.5.0/src/libm-tester/
H A Diutsimd.c641 func_d_d("tgamma_u1", xtgamma_u1); in do_test()
H A Dtester2dp.c954 double u0 = countULP2dp(t = xtgamma_u1(d), frx); in main()
H A Dtester2simddp.c1197 double u0 = countULP2dp(t = vget(xtgamma_u1(vd), e), frx); in main()
H A Diut.c375 u = d2u(xtgamma_u1(u2d(u))); in main()