Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dmisc.h100 #define PI_C2f 1.9841872589410058936e-09f macro
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dmisc.h112 #define PI_C2f 1.9841872589410058936e-09f macro
/dports/math/sleef/sleef-3.5.0/src/common/
H A Dmisc.h120 #define PI_C2f 1.9841872589410058936e-09f macro
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Dsleefsimdsp.c518 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f), d); in xsinf()
565 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f), d); in xsinf()
626 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f), d); in xcosf()
675 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f), d); in xcosf()
736 x = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f), x); in xtanf()
791 x = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f), x); in xtanf()
858 s = dfadd_vf2_vf2_vf(s, vmul_vf_vf_vf(u, vcast_vf_f(-PI_C2f))); in xsinf_u1()
905 s = dfadd_vf2_vf2_vf(s, vmul_vf_vf_vf(u, vcast_vf_f(-PI_C2f))); in xsinf_u1()
1125 s = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f), s); in XSINCOSF()
1181 s = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f), s); in XSINCOSF()
[all …]
H A Dsleefsp.c476 d = mlaf(q, -PI_C2f, d); in xsinf()
519 s = dfadd_f2_f2_f(s, q * (-PI_C2f)); in xsinf_u1()
556 d = mlaf(q, -PI_C2f*0.5f, d); in xcosf()
599 s = dfadd2_f2_f2_f(s, dq * (-PI_C2f*0.5f)); in xcosf_u1()
680 s = mlaf(q, -PI_C2f*0.5f, s); in xsincosf()
731 s = dfadd_f2_f2_f(s, q * (-PI_C2f*0.5f)); in xsincosf_u1()
859 x = mlaf(q, -PI_C2f*0.5f, x); in xtanf()
902 s = dfadd_f2_f2_f(s, q * (-PI_C2f*0.5f)); in xtanf_u1()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefsp.c452 s = dfadd_f2_f2_f(s, q * (-PI_C2f)); in xsinf_u1()
530 s = dfadd2_f2_f2_f(s, dq * (-PI_C2f*0.5f)); in xcosf_u1()
621 s = dfadd_f2_f2_f(s, q * (-PI_C2f*0.5f)); in xsincosf_u1()
797 s = dfadd_f2_f2_f(s, q * (-PI_C2f*0.5f)); in xtanf_u1()
H A Dsleefsimdsp.c247 s = dfadd_vf2_vf2_vf(s, vmul_vf_vf_vf(u, vcast_vf_f(-PI_C2f))); in xsinf_u1()
298 s = dfadd2_vf2_vf2_vf(s, vmul_vf_vf_vf(dq, vcast_vf_f(-PI_C2f*0.5f))); in xcosf_u1()
426 s = dfadd_vf2_vf2_vf(s, vmul_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f))); in XSINCOSF_U1()
663 s = dfadd_vf2_vf2_vf(s, vmul_vf_vf_vf(u, vcast_vf_f(-PI_C2f*0.5f))); in xtanf_u1()