Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectori256e.h3969 static inline Vec16s extend_low (Vec32c const & a) { in extend_low() function
3970 return Vec16s(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
3979 static inline Vec16us extend_low (Vec32uc const & a) { in extend_low() function
3991 static inline Vec8i extend_low (Vec16s const & a) { in extend_low() function
3992 return Vec8i(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
4001 static inline Vec8ui extend_low (Vec16us const & a) { in extend_low() function
4013 static inline Vec4q extend_low (Vec8i const & a) { in extend_low() function
4014 return Vec4q(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
4023 static inline Vec4uq extend_low (Vec8ui const & a) { in extend_low() function
4257 Vec16s low = extend_low(a) / Const_int_t<d>();
[all …]
H A Dvectori512e.h2344 return Vec16i(extend_low(a), extend_high(a)); in extend_to_int()
2349 return Vec16i(extend_low(a), extend_high(a)); in extend_to_int()
2354 return extend_to_int(Vec16s(extend_low(a), extend_high(a))); in extend_to_int()
2359 return extend_to_int(Vec16s(extend_low(a), extend_high(a))); in extend_to_int()
2366 static inline Vec8q extend_low (Vec16i const & a) { in extend_low() function
2367 return Vec8q(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
2372 return Vec8q(extend_low(a.get_high()), extend_high(a.get_high())); in extend_high()
2376 static inline Vec8uq extend_low (Vec16ui const & a) { in extend_low() function
2377 return Vec8q(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
2382 return Vec8q(extend_low(a.get_high()), extend_high(a.get_high())); in extend_high()
H A Dvectormath_trig.h93 return extend_low(x);
99 return extend_low(Vec8i(x, x));
106 return extend_low(Vec16i(x, x));
H A Dvectori128.h5108 static inline Vec8s extend_low (Vec16c const & a) { in extend_low() function
5120 static inline Vec8us extend_low (Vec16uc const & a) { in extend_low() function
5132 static inline Vec4i extend_low (Vec8s const & a) { in extend_low() function
5144 static inline Vec4ui extend_low (Vec8us const & a) { in extend_low() function
5156 static inline Vec2q extend_low (Vec4i const & a) { in extend_low() function
5168 static inline Vec2uq extend_low (Vec4ui const & a) { in extend_low() function
5804 Vec8s low = extend_low(a) / d;
5812 Vec8us low = extend_low(a) / d;
6104 Vec8s low = extend_low(a) / Const_int_t<d>();
6133 Vec8us low = extend_low(a) / Const_uint_t<d>();
H A Dvectori256.h4905 static inline Vec16s extend_low (Vec32c const & a) { in extend_low() function
4919 static inline Vec16us extend_low (Vec32uc const & a) { in extend_low() function
4933 static inline Vec8i extend_low (Vec16s const & a) { in extend_low() function
4947 static inline Vec8ui extend_low (Vec16us const & a) { in extend_low() function
4961 static inline Vec4q extend_low (Vec8i const & a) { in extend_low() function
4975 static inline Vec4uq extend_low (Vec8ui const & a) { in extend_low() function
5177 Vec16s low = extend_low(a) / d;
5185 Vec16us low = extend_low(a) / d;
5474 Vec16s low = extend_low(a) / Const_int_t<d>();
5503 Vec16us low = extend_low(a) / Const_uint_t<d>();
H A Dvectorf256e.h1579 static inline Vec4d extend_low (Vec8f const & a) { in extend_low() function
1580 return Vec4d(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
1585 return Vec4d(extend_low(a.get_high()), extend_high(a.get_high())); in extend_high()
H A Dvectorf128.h2062 return extend_low(t1); in truncate_to_int64_limited()
2083 return extend_low(t1); in round_to_int64_limited()
2127 static inline Vec2d extend_low (Vec4f const & a) { in extend_low() function
H A Dvectorf512e.h1406 static inline Vec8d extend_low(Vec16f const & a) { in extend_low() function
1407 return Vec8d(extend_low(a.get_low()), extend_high(a.get_low())); in extend_low()
1412 return Vec8d(extend_low(a.get_high()), extend_high(a.get_high())); in extend_high()
H A Dvectori512.h2466 static inline Vec8q extend_low (Vec16i const & a) { in extend_low() function
2476 static inline Vec8uq extend_low (Vec16ui const & a) { in extend_low() function
H A Dvectorf512.h1561 static inline Vec8d extend_low(Vec16f const & a) { in extend_low() function
H A Dvectorf256.h1921 static inline Vec4d extend_low(Vec8f const & a) { in extend_low() function