Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dmisc.h92 #define PI_Cf 6.2771141529083251953e-07f macro
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dmisc.h104 #define PI_Cf 6.2771141529083251953e-07f macro
/dports/math/sleef/sleef-3.5.0/src/common/
H A Dmisc.h114 #define PI_Cf 6.2771141529083251953e-07f macro
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Dsleefsp.c422 d = mlaf(q, -PI_Cf, d); in xsinf()
498 d = mlaf(q, -PI_Cf*0.5f, d); in xcosf()
578 s = mlaf(q, -PI_Cf*0.5f, s); in xsincosf()
765 x = mlaf(q, -PI_Cf*0.5f, x); in xtanf()
H A Dsleefsimdsp.c142 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf), d); in xsinf()
175 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), d); in xcosf()
209 x = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), x); in xtanf()
372 s = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), s); in XSINCOSF()
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Dsleefsimdsp.c524 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf), d); in xsinf()
572 u = vmla_vf_vf_vf_vf(s, vcast_vf_f(-PI_Cf), u); in xsinf()
634 d = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), d); in xcosf()
682 u = vmla_vf_vf_vf_vf(s, vcast_vf_f(-PI_Cf*0.5f), u); in xcosf()
742 x = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), x); in xtanf()
799 u = vmla_vf_vf_vf_vf(s, vcast_vf_f(-PI_Cf*0.5f), u); in xtanf()
1131 s = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), s); in XSINCOSF()
1189 t = vmla_vf_vf_vf_vf(u, vcast_vf_f(-PI_Cf*0.5f), t); in XSINCOSF()
H A Dsleefsp.c481 d = mlaf(q, -PI_Cf, d); in xsinf()
561 d = mlaf(q, -PI_Cf*0.5f, d); in xcosf()
685 s = mlaf(q, -PI_Cf*0.5f, s); in xsincosf()
864 x = mlaf(q, -PI_Cf*0.5f, x); in xtanf()