/dports/math/sleef/sleef-3.5.0/src/dft/ |
H A D | vectortype.h | 124 static INLINE real2 load(const real *ptr, int offset) { return vload_vf_p(&ptr[2*offset]); } in load()
|
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/ |
H A D | helperneon32.h | 211 static INLINE vfloat vload_vf_p(const float *ptr) { return vld1q_f32(__builtin_assume_aligned(ptr, … in vload_vf_p() function
|
H A D | helperadvsimd.h | 74 static INLINE vfloat vload_vf_p(const float *ptr) { return vld1q_f32(ptr); } in vload_vf_p() function
|
H A D | helpersse2.h | 400 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx2.h | 363 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx2_128.h | 333 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx512f.h | 435 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm512_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx.h | 490 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
|
H A D | helpervecext.h | 775 static INLINE vfloat vload_vf_p(const float *ptr) { return *(vfloat *)ptr; } in vload_vf_p() function
|
H A D | helperpurec.h | 410 static INLINE vfloat vload_vf_p(const float *ptr) { return *(vfloat *)ptr; } in vload_vf_p() function
|
/dports/math/sleef/sleef-3.5.0/src/arch/ |
H A D | helperneon32.h | 260 static INLINE vfloat vload_vf_p(const float *ptr) { return vld1q_f32(__builtin_assume_aligned(ptr, … in vload_vf_p() function
|
H A D | helpers390x_128.h | 94 static INLINE vfloat vload_vf_p(const float *p) { return (vfloat) { p[0], p[1], p[2], p[3] }; } in vload_vf_p() function
|
H A D | helperavx2.h | 377 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx2_128.h | 348 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
|
H A D | helpersse2.h | 394 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperpower_128.h | 183 static INLINE vfloat vload_vf_p(const float *ptr) in vload_vf_p() function
|
H A D | helperpurec_scalar.h | 393 static INLINE vfloat vload_vf_p(const float *ptr) { return *ptr; } in vload_vf_p() function
|
H A D | helperavx512f.h | 471 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm512_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx.h | 502 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperadvsimd.h | 85 static INLINE VECTOR_CC vfloat vload_vf_p(const float *ptr) { return vld1q_f32(ptr); } in vload_vf_p() function
|
H A D | helpersve.h | 310 static INLINE vfloat vload_vf_p(const float *ptr) { in vload_vf_p() function
|
H A D | helpervecext.h | 780 static INLINE vfloat vload_vf_p(const float *ptr) { return *(vfloat *)ptr; } in vload_vf_p() function
|
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/ |
H A D | helperavx2.h | 363 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm256_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx2_128.h | 332 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm_load_ps(ptr); } in vload_vf_p() function
|
H A D | helperavx512f.h | 418 static INLINE vfloat vload_vf_p(const float *ptr) { return _mm512_load_ps(ptr); } in vload_vf_p() function
|