Home
last modified time | relevance | path

Searched +defs:N +defs:a (Results 1 – 25 of 31053) sorted by relevance

12345678910>>...1243

/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Dto_int16.h41 int16<N,expr_empty> to_int16(const int8<N,E>& a) in to_int16()
46 int16<N,expr_empty> to_int16(const uint8<N,E>& a) in to_int16()
51 int16<N,expr_empty> to_int16(const int16<N,E>& a) in to_int16()
56 int16<N,expr_empty> to_int16(const uint16<N,E>& a) in to_int16()
61 int16<N,expr_empty> to_int16(const int32<N,E>& a) in to_int16()
66 int16<N,expr_empty> to_int16(const uint32<N,E>& a) in to_int16()
71 int16<N,expr_empty> to_int16(const int64<N,E>& a) in to_int16()
76 int16<N,expr_empty> to_int16(const uint64<N,E>& a) in to_int16()
81 int16<N,expr_empty> to_int16(const float32<N,E>& a) in to_int16()
86 int16<N,expr_empty> to_int16(const float64<N,E>& a) in to_int16()
[all …]
H A Dto_int8.h37 int8<N,expr_empty> to_int8(const int8<N,E>& a) in to_int8()
42 int8<N,expr_empty> to_int8(const uint8<N,E>& a) in to_int8()
47 int8<N,expr_empty> to_int8(const int16<N,E>& a) in to_int8()
52 int8<N,expr_empty> to_int8(const uint16<N,E>& a) in to_int8()
57 int8<N,expr_empty> to_int8(const int32<N,E>& a) in to_int8()
62 int8<N,expr_empty> to_int8(const uint32<N,E>& a) in to_int8()
67 int8<N,expr_empty> to_int8(const int64<N,E>& a) in to_int8()
72 int8<N,expr_empty> to_int8(const uint64<N,E>& a) in to_int8()
77 int8<N,expr_empty> to_int8(const float32<N,E>& a) in to_int8()
82 int8<N,expr_empty> to_int8(const float64<N,E>& a) in to_int8()
[all …]
H A Dto_int32.h51 int32<N,expr_empty> to_int32(const int8<N,E>& a) in to_int32()
56 int32<N,expr_empty> to_int32(const uint8<N,E>& a) in to_int32()
61 int32<N,expr_empty> to_int32(const int16<N,E>& a) in to_int32()
66 int32<N,expr_empty> to_int32(const uint16<N,E>& a) in to_int32()
71 int32<N,expr_empty> to_int32(const int32<N,E>& a) in to_int32()
76 int32<N,expr_empty> to_int32(const uint32<N,E>& a) in to_int32()
81 int32<N,expr_empty> to_int32(const int64<N,E>& a) in to_int32()
86 int32<N,expr_empty> to_int32(const uint64<N,E>& a) in to_int32()
91 int32<N,expr_empty> to_int32(const float32<N,E>& a) in to_int32()
96 int32<N,expr_empty> to_int32(const float64<N,E>& a) in to_int32()
[all …]
H A Dto_int64.h44 int64<N,expr_empty> to_int64(const int8<N,E>& a) in to_int64()
49 int64<N,expr_empty> to_int64(const uint8<N,E>& a) in to_int64()
54 int64<N,expr_empty> to_int64(const int16<N,E>& a) in to_int64()
59 int64<N,expr_empty> to_int64(const uint16<N,E>& a) in to_int64()
64 int64<N,expr_empty> to_int64(const int32<N,E>& a) in to_int64()
69 int64<N,expr_empty> to_int64(const uint32<N,E>& a) in to_int64()
74 int64<N,expr_empty> to_int64(const int64<N,E>& a) in to_int64()
79 int64<N,expr_empty> to_int64(const uint64<N,E>& a) in to_int64()
84 int64<N,expr_empty> to_int64(const float32<N,E>& a) in to_int64()
93 int64<N,expr_empty> to_int64(const float64<N,E>& a) in to_int64()
[all …]
H A Di_shift_r.h159 int8<N,expr_empty> shift_r(const int8<N,E>& a, const uint8<N,E>& count) in shift_r()
178 uint8<N,expr_empty> shift_r(const uint8<N,E>& a, const uint8<N,E>& count) in shift_r()
197 int16<N,expr_empty> shift_r(const int16<N,E>& a, const uint16<N,E>& count) in shift_r()
216 uint16<N,expr_empty> shift_r(const uint16<N,E>& a, const uint16<N,E>& count) in shift_r()
235 int32<N,expr_empty> shift_r(const int32<N,E>& a, const uint32<N,E>& count) in shift_r()
254 uint32<N,expr_empty> shift_r(const uint32<N,E>& a, const uint32<N,E>& count) in shift_r()
276 int8<N,expr_empty> shift_r(const int8<N,E>& a) in shift_r()
292 uint8<N,expr_empty> shift_r(const uint8<N,E>& a) in shift_r()
308 int16<N,expr_empty> shift_r(const int16<N,E>& a) in shift_r()
340 int32<N,expr_empty> shift_r(const int32<N,E>& a) in shift_r()
[all …]
H A Di_shift_l.h124 int8<N,expr_empty> shift_l(const int8<N,E>& a, const uint8<N,E>& count) in shift_l()
135 uint8<N,expr_empty> shift_l(const uint8<N,E>& a, const uint8<N,E>& count) in shift_l()
154 int16<N,expr_empty> shift_l(const int16<N,E>& a, const uint16<N,E>& count) in shift_l()
165 uint16<N,expr_empty> shift_l(const uint16<N,E>& a, const uint16<N,E>& count) in shift_l()
184 int32<N,expr_empty> shift_l(const int32<N,E>& a, const uint32<N,E>& count) in shift_l()
195 uint32<N,expr_empty> shift_l(const uint32<N,E>& a, const uint32<N,E>& count) in shift_l()
216 int8<N,expr_empty> shift_l(const int8<N,E>& a) in shift_l()
224 uint8<N,expr_empty> shift_l(const uint8<N,E>& a) in shift_l()
239 int16<N,expr_empty> shift_l(const int16<N,E>& a) in shift_l()
262 int32<N,expr_empty> shift_l(const int32<N,E>& a) in shift_l()
[all …]
H A Dsplat_n.h45 int8<N, expr_splat16<s,int8<N,E>>> splat16(const int8<N,E>& a) in splat16()
52 uint8<N, expr_splat16<s,uint8<N,E>>> splat16(const uint8<N,E>& a) in splat16()
78 int16<N, expr_splat8<s,int16<N,E>>> splat8(const int16<N,E>& a) in splat8()
85 uint16<N, expr_splat8<s,uint16<N,E>>> splat8(const uint16<N,E>& a) in splat8()
104 int32<N, expr_splat4<s,int32<N,E>>> splat4(const int32<N,E>& a) in splat4()
111 uint32<N, expr_splat4<s,uint32<N,E>>> splat4(const uint32<N,E>& a) in splat4()
132 int64<N, expr_splat2<s,int64<N,E>>> splat2(const int64<N,E>& a) in splat2()
139 uint64<N, expr_splat2<s,uint64<N,E>>> splat2(const uint64<N,E>& a) in splat2()
158 float32<N, expr_splat4<s,float32<N,E>>> splat4(const float32<N,E>& a) in splat4()
179 float64<N, expr_splat2<s,float64<N,E>>> splat2(const float64<N,E>& a) in splat2()
H A Dto_float32.h41 float32<N,expr_empty> to_float32(const int8<N,E>& a) in to_float32()
46 float32<N,expr_empty> to_float32(const uint8<N,E>& a) in to_float32()
51 float32<N,expr_empty> to_float32(const int16<N,E>& a) in to_float32()
56 float32<N,expr_empty> to_float32(const uint16<N,E>& a) in to_float32()
61 float32<N,expr_empty> to_float32(const int32<N,E>& a) in to_float32()
66 float32<N,expr_empty> to_float32(const uint32<N,E>& a) in to_float32()
71 float32<N,expr_empty> to_float32(const int64<N,E>& a) in to_float32()
80 float32<N,expr_empty> to_float32(const uint64<N,E>& a) in to_float32()
89 float32<N,expr_empty> to_float32(const float32<N,E>& a) in to_float32()
94 float32<N,expr_empty> to_float32(const float64<N,E>& a) in to_float32()
H A Dto_float64.h41 float64<N,expr_empty> to_float64(const int8<N,E>& a) in to_float64()
46 float64<N,expr_empty> to_float64(const uint8<N,E>& a) in to_float64()
51 float64<N,expr_empty> to_float64(const int16<N,E>& a) in to_float64()
56 float64<N,expr_empty> to_float64(const uint16<N,E>& a) in to_float64()
61 float64<N,expr_empty> to_float64(const int32<N,E>& a) in to_float64()
66 float64<N,expr_empty> to_float64(const uint32<N,E>& a) in to_float64()
71 float64<N,expr_empty> to_float64(const int64<N,E>& a) in to_float64()
80 float64<N,expr_empty> to_float64(const uint64<N,E>& a) in to_float64()
89 float64<N,expr_empty> to_float64(const float32<N,E>& a) in to_float64()
94 float64<N,expr_empty> to_float64(const float64<N,E>& a) in to_float64()
H A Dto_mask.h27 mask_int8<N,expr_empty> to_mask(const int8<N,E>& a) in to_mask()
32 mask_int8<N,expr_empty> to_mask(const uint8<N,E>& a) in to_mask()
37 mask_int16<N,expr_empty> to_mask(const int16<N,E>& a) in to_mask()
42 mask_int16<N,expr_empty> to_mask(const uint16<N,E>& a) in to_mask()
47 mask_int32<N,expr_empty> to_mask(const int32<N,E>& a) in to_mask()
52 mask_int32<N,expr_empty> to_mask(const uint32<N,E>& a) in to_mask()
57 mask_int64<N,expr_empty> to_mask(const int64<N,E>& a) in to_mask()
62 mask_int64<N,expr_empty> to_mask(const uint64<N,E>& a) in to_mask()
67 mask_float32<N,expr_empty> to_mask(const float32<N,E>& a) in to_mask()
72 mask_float64<N,expr_empty> to_mask(const float64<N,E>& a) in to_mask()
H A Dbit_and.h37 bit_and(const any_vec<N,V1>& a, in bit_and()
46 bit_and(const unsigned& a, const any_vec<N,V>& b) in bit_and()
52 bit_and(const unsigned long& a, const any_vec<N,V>& b) in bit_and()
64 bit_and(const int& a, const any_vec<N,V>& b) in bit_and()
70 bit_and(const long& a, const any_vec<N,V>& b) in bit_and()
76 bit_and(const long long& a, const any_vec<N,V>& b) in bit_and()
83 bit_and(const any_vec<N,V>& a, const unsigned& b) in bit_and()
89 bit_and(const any_vec<N,V>& a, const unsigned long& b) in bit_and()
101 bit_and(const any_vec<N,V>& a, const int& b) in bit_and()
107 bit_and(const any_vec<N,V>& a, const long& b) in bit_and()
[all …]
H A Dbit_or.h36 bit_or(const any_vec<N,V1>& a, const any_vec<N,V2>& b) in bit_or()
44 bit_or(const unsigned& a, const any_vec<N,V>& b) in bit_or()
50 bit_or(const unsigned long& a, const any_vec<N,V>& b) in bit_or()
62 bit_or(const int& a, const any_vec<N,V>& b) in bit_or()
68 bit_or(const long& a, const any_vec<N,V>& b) in bit_or()
74 bit_or(const long long& a, const any_vec<N,V>& b) in bit_or()
81 bit_or(const any_vec<N,V>& a, const unsigned& b) in bit_or()
87 bit_or(const any_vec<N,V>& a, const unsigned long& b) in bit_or()
99 bit_or(const any_vec<N,V>& a, const int& b) in bit_or()
105 bit_or(const any_vec<N,V>& a, const long& b) in bit_or()
[all …]
H A Dbit_andnot.h36 bit_andnot(const any_vec<N,V1>& a, const any_vec<N,V2>& b) in bit_andnot()
44 bit_andnot(const unsigned& a, const any_vec<N,V>& b) in bit_andnot()
50 bit_andnot(const unsigned long& a, const any_vec<N,V>& b) in bit_andnot()
62 bit_andnot(const int& a, const any_vec<N,V>& b) in bit_andnot()
68 bit_andnot(const long& a, const any_vec<N,V>& b) in bit_andnot()
74 bit_andnot(const long long& a, const any_vec<N,V>& b) in bit_andnot()
81 bit_andnot(const any_vec<N,V>& a, const unsigned& b) in bit_andnot()
87 bit_andnot(const any_vec<N,V>& a, const unsigned long& b) in bit_andnot()
99 bit_andnot(const any_vec<N,V>& a, const int& b) in bit_andnot()
105 bit_andnot(const any_vec<N,V>& a, const long& b) in bit_andnot()
[all …]
H A Dbit_xor.h36 bit_xor(const any_vec<N,V1>& a, const any_vec<N,V2>& b) in bit_xor()
47 bit_xor(const unsigned& a, const any_vec<N,V>& b) in bit_xor()
53 bit_xor(const unsigned long& a, const any_vec<N,V>& b) in bit_xor()
65 bit_xor(const int& a, const any_vec<N,V>& b) in bit_xor()
71 bit_xor(const long& a, const any_vec<N,V>& b) in bit_xor()
77 bit_xor(const long long& a, const any_vec<N,V>& b) in bit_xor()
85 bit_xor(const any_vec<N,V>& a, const unsigned& b) in bit_xor()
91 bit_xor(const any_vec<N,V>& a, const unsigned long& b) in bit_xor()
103 bit_xor(const any_vec<N,V>& a, const int& b) in bit_xor()
109 bit_xor(const any_vec<N,V>& a, const long& b) in bit_xor()
[all …]
H A Di_reduce_max.h29 int8_t reduce_max(const int8<N,E>& a) in reduce_max()
35 uint8_t reduce_max(const uint8<N,E>& a) in reduce_max()
41 int16_t reduce_max(const int16<N,E>& a) in reduce_max()
47 uint16_t reduce_max(const uint16<N,E>& a) in reduce_max()
53 int32_t reduce_max(const int32<N,E>& a) in reduce_max()
59 uint32_t reduce_max(const uint32<N,E>& a) in reduce_max()
65 int64_t reduce_max(const int64<N,E>& a) in reduce_max()
71 uint64_t reduce_max(const uint64<N,E>& a) in reduce_max()
H A Di_reduce_popcnt.h29 uint32_t reduce_popcnt(const int8<N,E>& a) in reduce_popcnt()
35 uint32_t reduce_popcnt(const uint8<N,E>& a) in reduce_popcnt()
41 uint32_t reduce_popcnt(const int16<N,E>& a) in reduce_popcnt()
47 uint32_t reduce_popcnt(const uint16<N,E>& a) in reduce_popcnt()
53 uint32_t reduce_popcnt(const int32<N,E>& a) in reduce_popcnt()
59 uint32_t reduce_popcnt(const uint32<N,E>& a) in reduce_popcnt()
65 uint32_t reduce_popcnt(const int64<N,E>& a) in reduce_popcnt()
71 uint32_t reduce_popcnt(const uint64<N,E>& a) in reduce_popcnt()
H A Di_popcnt.h31 int8<N,expr_empty> popcnt(const int8<N,E>& a) in popcnt()
37 uint8<N,expr_empty> popcnt(const uint8<N,E>& a) in popcnt()
43 int16<N,expr_empty> popcnt(const int16<N,E>& a) in popcnt()
49 uint16<N,expr_empty> popcnt(const uint16<N,E>& a) in popcnt()
55 int32<N,expr_empty> popcnt(const int32<N,E>& a) in popcnt()
61 uint32<N,expr_empty> popcnt(const uint32<N,E>& a) in popcnt()
67 int64<N,expr_empty> popcnt(const int64<N,E>& a) in popcnt()
73 uint64<N,expr_empty> popcnt(const uint64<N,E>& a) in popcnt()
H A Di_reduce_add.h31 int16_t reduce_add(const int8<N,E>& a) in reduce_add()
37 uint16_t reduce_add(const uint8<N,E>& a) in reduce_add()
43 int32_t reduce_add(const int16<N,E>& a) in reduce_add()
49 uint32_t reduce_add(const uint16<N,E>& a) in reduce_add()
55 int32_t reduce_add(const int32<N,E>& a) in reduce_add()
61 uint32_t reduce_add(const uint32<N,E>& a) in reduce_add()
67 int64_t reduce_add(const int64<N,E>& a) in reduce_add()
73 uint64_t reduce_add(const uint64<N,E>& a) in reduce_add()
H A Di_reduce_and.h29 int8_t reduce_and(const int8<N,E>& a) in reduce_and()
35 uint8_t reduce_and(const uint8<N,E>& a) in reduce_and()
41 int16_t reduce_and(const int16<N,E>& a) in reduce_and()
47 uint16_t reduce_and(const uint16<N,E>& a) in reduce_and()
53 int32_t reduce_and(const int32<N,E>& a) in reduce_and()
59 uint32_t reduce_and(const uint32<N,E>& a) in reduce_and()
65 int64_t reduce_and(const int64<N,E>& a) in reduce_and()
71 uint64_t reduce_and(const uint64<N,E>& a) in reduce_and()
H A Di_reduce_or.h29 int8_t reduce_or(const int8<N,E>& a) in reduce_or()
35 uint8_t reduce_or(const uint8<N,E>& a) in reduce_or()
41 int16_t reduce_or(const int16<N,E>& a) in reduce_or()
47 uint16_t reduce_or(const uint16<N,E>& a) in reduce_or()
53 int32_t reduce_or(const int32<N,E>& a) in reduce_or()
59 uint32_t reduce_or(const uint32<N,E>& a) in reduce_or()
65 int64_t reduce_or(const int64<N,E>& a) in reduce_or()
71 uint64_t reduce_or(const uint64<N,E>& a) in reduce_or()
H A Di_reduce_min.h29 int8_t reduce_min(const int8<N,E>& a) in reduce_min()
35 uint8_t reduce_min(const uint8<N,E>& a) in reduce_min()
41 int16_t reduce_min(const int16<N,E>& a) in reduce_min()
47 uint16_t reduce_min(const uint16<N,E>& a) in reduce_min()
53 int32_t reduce_min(const int32<N,E>& a) in reduce_min()
59 uint32_t reduce_min(const uint32<N,E>& a) in reduce_min()
65 int64_t reduce_min(const int64<N,E>& a) in reduce_min()
71 uint64_t reduce_min(const uint64<N,E>& a) in reduce_min()
H A Dpermute_bytes16.h29 permute_bytes16(const any_vec8<N,V1>& a, const uint8<N,E2>& mask) in permute_bytes16()
37 permute_bytes16(const any_vec16<N,V1>& a, const uint16<N,E2>& mask) in permute_bytes16()
45 permute_bytes16(const any_vec32<N,V1>& a, const uint32<N,E2>& mask) in permute_bytes16()
53 permute_bytes16(const any_vec64<N,V1>& a, const uint64<N,E2>& mask) in permute_bytes16()
H A Dpermute_zbytes16.h30 permute_zbytes16(const any_vec8<N,V1>& a, const uint8<N,E2>& mask) in permute_zbytes16()
38 permute_zbytes16(const any_vec16<N,V1>& a, const uint16<N,E2>& mask) in permute_zbytes16()
46 permute_zbytes16(const any_vec32<N,V1>& a, const uint32<N,E2>& mask) in permute_zbytes16()
54 permute_zbytes16(const any_vec64<N,V1>& a, const uint64<N,E2>& mask) in permute_zbytes16()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/dft/
H A DCxLebedevGrid.c301 int N = 0; in MakeAngularGrid_6() local
312 int N = 0; in MakeAngularGrid_14() local
325 int N = 0; in MakeAngularGrid_26() local
340 int N = 0; in MakeAngularGrid_38() local
356 int N = 0; in MakeAngularGrid_50() local
374 int N = 0; in MakeAngularGrid_74() local
395 int N = 0; in MakeAngularGrid_86() local
417 int N = 0; in MakeAngularGrid_110() local
442 int N = 0; in MakeAngularGrid_146() local
470 int N = 0; in MakeAngularGrid_170() local
[all …]
/dports/science/iboview/ibo-view.20150427/src/Common/
H A DCxLebedevGrid.cpp196 a, b, v; in MakeAngularGrid_6() local
206 a, b, v; in MakeAngularGrid_14() local
218 a, b, v; in MakeAngularGrid_26() local
232 a, b, v; in MakeAngularGrid_38() local
247 a, b, v; in MakeAngularGrid_50() local
264 a, b, v; in MakeAngularGrid_74() local
284 a, b, v; in MakeAngularGrid_86() local
305 a, b, v; in MakeAngularGrid_110() local
329 a, b, v; in MakeAngularGrid_146() local
356 a, b, v; in MakeAngularGrid_170() local
[all …]

12345678910>>...1243