Home
last modified time | relevance | path

Searched refs:float64x4 (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/
H A Df_min.h83 float64x4 i_min(const float64x4& a, const float64x4& b) in i_min()
H A Df_max.h83 float64x4 i_max(const float64x4& a, const float64x4& b) in i_max()
H A Df_div.h98 float64x4 i_div(const float64x4& a, const float64x4& b) in i_div()
H A Dshuffle128.h140 float64x4 shuffle1_128(const float64x4& a, const float64x4& b) in shuffle1_128()
146 float64x4 r; in shuffle1_128()
H A Dshuffle_emul.h65 float64x4 permute_emul(const float64x4& a) in permute_emul()
H A Dconv_any_to_float64.h34 float64x4 i_to_float64(const float32x4& a) in i_to_float64()
68 float64x4 r; in i_to_float64()
84 float64x4 r1, r2; in i_to_float64()
120 float64x4 i_to_float64(const int32x4& a) in i_to_float64()
157 float64x4 r; in i_to_float64()
173 float64x4 r1, r2; in i_to_float64()
H A Dpermute4.h34 float64x4 permute_emul(const float64x4& a);
222 float64x4 i_permute4(const float64x4& a) in i_permute4()
230 float64x4 r; in i_permute4()
H A Dbit_xor.h363 float64x4 i_bit_xor(const float64x4& a, const float64x4& b) in i_bit_xor()
403 return to_mask(i_bit_xor(float64x4(a), float64x4(b))); in i_bit_xor()
H A Df_sqrt.h97 float64x4 i_sqrt(const float64x4& a) in i_sqrt()
H A Df_isnan2.h87 mask_float64x4 i_isnan2(const float64x4& a, const float64x4& b) in i_isnan2()
H A Df_trunc.h142 float64x4 i_trunc(const float64x4& a) in i_trunc()
H A Dload_packed4.h246 void i_load_packed4(float64x4& a, float64x4& b, float64x4& c, float64x4& d, in i_load_packed4()
H A Df_ceil.h144 float64x4 i_ceil(const float64x4& a) in i_ceil()
H A Df_floor.h141 float64x4 i_floor(const float64x4& a) in i_floor()
H A Dstore_packed4.h269 const float64x4& a, const float64x4& b, in i_store_packed4()
270 const float64x4& c, const float64x4& d) in i_store_packed4()
H A Dzip_hi.h245 float64x4 i_zip2_hi(const float64x4& a, const float64x4& b) in i_zip2_hi()
H A Dzip_lo.h245 float64x4 i_zip2_lo(const float64x4& a, const float64x4& b) in i_zip2_lo()
H A Dbit_not.h277 float64x4 i_bit_not(const float64x4& a) in i_bit_not()
337 return to_mask(i_bit_not(float64x4(a))); in i_bit_not()
H A Dpermute2.h116 float64x4 i_permute2(const float64x4& a) in i_permute2()
H A Dstore_first.h297 void i_store_first(char* p, const float64x4& a, unsigned n) in i_store_first()
300 float64x4 mask = load_u(mask_d + 4-n); in i_store_first()
304 float64x4 b = load(p); in i_store_first()
H A Dload_packed3.h245 void i_load_packed3(float64x4& a, float64x4& b, float64x4& c, in i_load_packed3()
H A Dstore_last.h316 void i_store_last(char* p, const float64x4& a, unsigned n) in i_store_last()
319 float64x4 mask = load_u(mask_d + n); in i_store_last()
325 float64x4 old = load(p); in i_store_last()
H A Dstore_packed3.h240 void i_store_packed3(char* p, const float64x4& a, const float64x4& b, const float64x4& c) in i_store_packed3()
H A Df_neg.h71 float64x4 i_fneg(const float64<4>& a) in i_fneg()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/
H A Dwidth.h44 using f64 = float64x4;
81 template<> struct same_width<float64x4> : vec256_impl {};

123