Home
last modified time | relevance | path

Searched refs:VECTOR_CC (Results 1 – 11 of 11) sorted by relevance

/dports/math/sleef/sleef-3.5.0/src/arch/
H A Dhelperadvsimd.h68 static INLINE VECTOR_CC int vtestallones_i_vo32(vopmask g) { in vtestallones_i_vo32()
74 static INLINE VECTOR_CC int vtestallones_i_vo64(vopmask g) { in vtestallones_i_vo64()
216 static INLINE VECTOR_CC vfloat vrec_vf_vf(vfloat d) { in vrec_vf_vf()
225 static INLINE VECTOR_CC vfloat vsqrt_vf_vf(vfloat d) { in vsqrt_vf_vf()
277 static INLINE VECTOR_CC vint2 vrint_vi2_vf(vfloat d) { in vrint_vi2_vf()
429 static INLINE VECTOR_CC vdouble vrec_vd_vd(vdouble d) { in vrec_vd_vd()
438 static INLINE VECTOR_CC vdouble vsqrt_vd_vd(vdouble d) { in vsqrt_vd_vd()
537 static INLINE VECTOR_CC vdouble vcast_vd_vi(vint vi) { in vcast_vd_vi()
541 static INLINE VECTOR_CC vint vrint_vi_vd(vdouble d) { in vrint_vi_vd()
724 static INLINE VECTOR_CC vint2 vcastu_vi2_vi(vint vi) { in vcastu_vi2_vi()
[all …]
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Ddispavx.c.org69 static CONST VECTOR_CC fptype (*pfn)(fptype arg0); \
70 static CONST VECTOR_CC fptype dfn(fptype arg0) { \
71 fptype CONST VECTOR_CC (*p)(fptype arg0) = funcavx; \
77 static CONST VECTOR_CC fptype (*pfn)(fptype arg0) = dfn; \
93 static CONST VECTOR_CC fptype2 (*pfn)(fptype arg0); \
94 static CONST VECTOR_CC fptype2 dfn(fptype arg0) { \
95 fptype2 CONST VECTOR_CC (*p)(fptype arg0) = funcavx; \
117 static CONST VECTOR_CC itype (*pfn)(fptype arg0); \
118 static CONST VECTOR_CC itype dfn(fptype arg0) { \
119 itype CONST VECTOR_CC (*p)(fptype arg0) = funcavx; \
[all …]
H A Ddispsse.c.org82 static CONST VECTOR_CC fptype (*pfn)(fptype arg0); \
83 static CONST VECTOR_CC fptype dfn(fptype arg0) { \
84 fptype CONST VECTOR_CC (*p)(fptype arg0) = funcsse2; \
90 static CONST VECTOR_CC fptype (*pfn)(fptype arg0) = dfn; \
106 static CONST VECTOR_CC fptype2 (*pfn)(fptype arg0); \
107 static CONST VECTOR_CC fptype2 dfn(fptype arg0) { \
108 fptype2 CONST VECTOR_CC (*p)(fptype arg0) = funcsse2; \
130 static CONST VECTOR_CC itype (*pfn)(fptype arg0); \
131 static CONST VECTOR_CC itype dfn(fptype arg0) { \
132 itype CONST VECTOR_CC (*p)(fptype arg0) = funcsse2; \
[all …]
H A Ddd.h18 static INLINE CONST VECTOR_CC vdouble vupper_vd_vd(vdouble d) { in vupper_vd_vd()
78 static INLINE CONST VECTOR_CC vdouble2 ddneg_vd2_vd2(vdouble2 x) { in ddneg_vd2_vd2()
82 static INLINE CONST VECTOR_CC vdouble2 ddabs_vd2_vd2(vdouble2 x) { in ddabs_vd2_vd2()
183 static INLINE CONST VECTOR_CC vdouble2 ddsqu_vd2_vd2(vdouble2 x) { in ddsqu_vd2_vd2()
197 static INLINE CONST VECTOR_CC vdouble ddsqu_vd_vd2(vdouble2 x) { in ddsqu_vd_vd2()
206 static INLINE CONST VECTOR_CC vdouble2 ddrec_vd2_vd(vdouble d) { in ddrec_vd2_vd()
211 static INLINE CONST VECTOR_CC vdouble2 ddrec_vd2_vd2(vdouble2 d) { in ddrec_vd2_vd2()
261 static INLINE CONST VECTOR_CC vdouble2 ddsqu_vd2_vd2(vdouble2 x) { in ddsqu_vd2_vd2()
268 static INLINE CONST VECTOR_CC vdouble ddsqu_vd_vd2(vdouble2 x) { in ddsqu_vd_vd2()
274 static INLINE CONST VECTOR_CC vdouble2 ddrec_vd2_vd(vdouble d) { in ddrec_vd2_vd()
[all …]
H A Ddf.h18 static INLINE CONST VECTOR_CC vfloat vupper_vf_vf(vfloat d) { in vupper_vf_vf()
30 static INLINE CONST VECTOR_CC vfloat2 vcast_vf2_d(double d) { in vcast_vf2_d()
50 static INLINE CONST VECTOR_CC vfloat2 vabs_vf2_vf2(vfloat2 x) { in vabs_vf2_vf2()
89 static INLINE CONST VECTOR_CC vfloat2 dfneg_vf2_vf2(vfloat2 x) { in dfneg_vf2_vf2()
93 static INLINE CONST VECTOR_CC vfloat2 dfabs_vf2_vf2(vfloat2 x) { in dfabs_vf2_vf2()
192 static INLINE CONST VECTOR_CC vfloat2 dfsqu_vf2_vf2(vfloat2 x) { in dfsqu_vf2_vf2()
197 static INLINE CONST VECTOR_CC vfloat dfsqu_vf_vf2(vfloat2 x) { in dfsqu_vf_vf2()
215 static INLINE CONST VECTOR_CC vfloat2 dfrec_vf2_vf(vfloat d) { in dfrec_vf2_vf()
315 static INLINE CONST VECTOR_CC vfloat dfsqu_vf_vf2(vfloat2 x) { in dfsqu_vf_vf2()
321 static INLINE CONST VECTOR_CC vfloat2 dfrec_vf2_vf(vfloat d) { in dfrec_vf2_vf()
[all …]
H A Dsleefsimdsp.c388 EXPORT CONST VECTOR_CC vint2 xilogbf(vfloat d) { in xilogbf()
508 EXPORT CONST VECTOR_CC vfloat xsinf(vfloat d) { in xsinf()
614 EXPORT CONST VECTOR_CC vfloat xcosf(vfloat d) { in xcosf()
723 EXPORT CONST VECTOR_CC vfloat xtanf(vfloat d) { in xtanf()
1621 EXPORT CONST VECTOR_CC vfloat xatanf(vfloat d) { in xatanf()
1709 EXPORT CONST VECTOR_CC vfloat xasinf(vfloat d) { in xasinf()
1725 EXPORT CONST VECTOR_CC vfloat xacosf(vfloat d) { in xacosf()
1862 EXPORT CONST VECTOR_CC vfloat xlogf(vfloat d) { in xlogf()
1901 EXPORT CONST VECTOR_CC vfloat xexpf(vfloat d) { in xexpf()
1978 EXPORT CONST VECTOR_CC vfloat xcbrtf(vfloat d) { in xcbrtf()
[all …]
H A Dsleefsimddp.c346 EXPORT CONST VECTOR_CC vint xilogb(vdouble d) { in xilogb()
439 EXPORT CONST VECTOR_CC vdouble xsin(vdouble d) { in xsin()
578 EXPORT CONST VECTOR_CC vdouble xsin_u1(vdouble d) { in xsin_u1()
709 EXPORT CONST VECTOR_CC vdouble xcos(vdouble d) { in xcos()
1574 EXPORT CONST VECTOR_CC vdouble xtan(vdouble d) { in xtan()
1976 EXPORT CONST VECTOR_CC vdouble xasin(vdouble d) { in xasin()
2032 EXPORT CONST VECTOR_CC vdouble xacos(vdouble d) { in xacos()
2106 EXPORT CONST VECTOR_CC vdouble xatan(vdouble s) { in xatan()
2156 EXPORT CONST VECTOR_CC vdouble xlog(vdouble d) { in xlog()
2203 EXPORT CONST VECTOR_CC vdouble xexp(vdouble d) { in xexp()
[all …]
/dports/math/sleef/sleef-3.5.0/src/libm-tester/
H A Dgnuabi_compatibility.c21 #define VECTOR_CC macro
28 #define VECTOR_CC macro
35 #define VECTOR_CC macro
42 #define VECTOR_CC macro
49 #define VECTOR_CC __attribute__((aarch64_vector_pcs)) macro
51 #define VECTOR_CC macro
62 #define VECTOR_CC macro
76 extern void VECTOR_CC __MAKE_FN_NAME(name, t, vl, p)(int *, int *, int *)
H A Dtester3.c72 static INLINE VECTOR_CC float64x2_t setfloat64x2_t(double d, int r) { double a[2]; memrand(a, sizeo… in setfloat64x2_t()
73 static INLINE VECTOR_CC double getfloat64x2_t(float64x2_t v, int r) { double a[2]; vst1q_f64(a, v);… in getfloat64x2_t()
74 static INLINE VECTOR_CC float32x4_t setfloat32x4_t(float d, int r) { float a[4]; memrand(a, sizeof(… in setfloat32x4_t()
75 static INLINE VECTOR_CC float getfloat32x4_t(float32x4_t v, int r) { float a[4]; vst1q_f32(a, v); r… in getfloat32x4_t()
/dports/math/sleef/sleef-3.5.0/src/common/
H A Dmisc.h346 #define VECTOR_CC __attribute__((aarch64_vector_pcs)) macro
348 #define VECTOR_CC macro
/dports/math/sleef/sleef-3.5.0/src/quad/
H A Dsleefsimdqp.c275 static INLINE CONST VECTOR_CC vdouble vpow2i_vd_vm(vmask q) { in vpow2i_vd_vm()