Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dmisc.h90 #define PI_Af 3.140625f macro
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dmisc.h102 #define PI_Af 3.140625f macro
/dports/math/sleef/sleef-3.5.0/src/common/
H A Dmisc.h112 #define PI_Af 3.140625f macro
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefsp.c420 d = mlaf(q, -PI_Af, d); in xsinf()
496 d = mlaf(q, -PI_Af*0.5f, d); in xcosf()
576 s = mlaf(q, -PI_Af*0.5f, s); in xsincosf()
763 x = mlaf(q, -PI_Af*0.5f, x); in xtanf()
H A Dsleefsimdsp.c140 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af), d); in xsinf()
173 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), d); in xcosf()
207 x = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), x); in xtanf()
370 s = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), s); in XSINCOSF()
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Dsleefsimdsp.c522 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af), d); in xsinf()
570 u = vmla_vf_vf_vf_vf(s, vcast_vf_f(-PI_Af), r); in xsinf()
632 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), d); in xcosf()
680 u = vmla_vf_vf_vf_vf(s, vcast_vf_f(-PI_Af*0.5f), r); in xcosf()
740 x = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), x); in xtanf()
797 u = vmla_vf_vf_vf_vf(s, vcast_vf_f(-PI_Af*0.5f), d); in xtanf()
1129 s = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), s); in XSINCOSF()
1187 t = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Af*0.5f), d); in XSINCOSF()
H A Dsleefsp.c479 d = mlaf(q, -PI_Af, d); in xsinf()
559 d = mlaf(q, -PI_Af*0.5f, d); in xcosf()
683 s = mlaf(q, -PI_Af*0.5f, s); in xsincosf()
862 x = mlaf(q, -PI_Af*0.5f, x); in xtanf()