Home
last modified time | relevance | path

Searched refs:PI_B2 (Results 1 – 7 of 7) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dmisc.h72 #define PI_B2 1.2246467991473532072e-16 macro
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dmisc.h77 #define PI_B2 1.2246467991473532072e-16 macro
/dports/math/sleef/sleef-3.5.0/src/common/
H A Dmisc.h87 #define PI_B2 1.2246467991473532072e-16 macro
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Dsleefsimddp.c454 d = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2), d); in xsin()
517 d = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2), d); in xsin()
588 s = ddadd_vd2_vd_vd (u, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2))); in xsin_u1()
648 x = ddadd_vd2_vd_vd (u, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2))); in xsin_u1()
720 d = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2 * 0.5), d); in xcos()
782 d = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2 * 0.5), d); in xcos()
917 x = ddadd_vd2_vd2_vd(x, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2*0.5))); in xcos_u1()
1010 s = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2 * 0.5), s); in XSINCOS()
1076 s = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2 * 0.5), s); in XSINCOS()
1584 x = vmla_vd_vd_vd_vd(dql, vcast_vd_d(-PI_B2 * 0.5), x); in xtan()
[all …]
H A Dsleefdp.c800 d = mla(ql, -PI_B2, d); in xsin()
854 s = ddadd_d2_d_d (u, ql * -PI_B2); in xsin_u1()
906 d = mla(ql, -PI_B2*0.5, d); in xcos()
961 s = ddadd_d2_d2_d(s, ql * (-PI_B2*0.5)); in xcos_u1()
1016 s = mla(ql, -PI_B2*0.5, s); in xsincos()
1076 s = ddadd_d2_d_d (u, ql * (-PI_B2*0.5)); in xsincos_u1()
1333 x = mla(ql, -PI_B2*0.5, x); in xtan()
1387 s = ddadd_d2_d_d(u, ql * (-PI_B2*0.5)); in xtan_u1()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefdp.c762 s = ddadd_d2_d_d (u, ql * -PI_B2); in xsin_u1()
843 s = ddadd_d2_d2_d(s, ql * (-PI_B2*0.5)); in xcos_u1()
940 s = ddadd_d2_d_d (u, ql * (-PI_B2*0.5)); in xsincos_u1()
1240 s = ddadd_d2_d_d(u, ql * (-PI_B2*0.5)); in xtan_u1()
H A Dsleefsimddp.c195 s = ddadd_vd2_vd_vd (u, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2))); in xsin_u1()
283 s = ddadd_vd2_vd2_vd(s, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2*0.5))); in xcos_u1()
417 s = ddadd_vd2_vd_vd (u, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2*0.5))); in XSINCOS_U1()
845 s = ddadd_vd2_vd_vd (u, vmul_vd_vd_vd(dql, vcast_vd_d(-PI_B2*0.5))); in xtan_u1()