Home
last modified time | relevance | path

Searched refs:vml_popcnt (Results 1 – 6 of 6) sorted by relevance

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dphylokernel.h1443 vec[0] = vml_popcnt(vec[0]); in horizontal_popcount()
1444 vec[1] = vml_popcnt(vec[1]); in horizontal_popcount()
1445 vec[2] = vml_popcnt(vec[2]); in horizontal_popcount()
1446 vec[3] = vml_popcnt(vec[3]); in horizontal_popcount()
1453 vec[0] = vml_popcnt(vec[0]); in horizontal_popcount()
1454 vec[1] = vml_popcnt(vec[1]); in horizontal_popcount()
1455 vec[2] = vml_popcnt(vec[2]); in horizontal_popcount()
1456 vec[3] = vml_popcnt(vec[3]); in horizontal_popcount()
1457 vec[4] = vml_popcnt(vec[4]); in horizontal_popcount()
1458 vec[5] = vml_popcnt(vec[5]); in horizontal_popcount()
[all …]
H A Dphylokernelsafe.h1438 vec[0] = vml_popcnt(vec[0]); in horizontal_popcount()
1439 vec[1] = vml_popcnt(vec[1]); in horizontal_popcount()
1440 vec[2] = vml_popcnt(vec[2]); in horizontal_popcount()
1441 vec[3] = vml_popcnt(vec[3]); in horizontal_popcount()
1448 vec[0] = vml_popcnt(vec[0]); in horizontal_popcount()
1449 vec[1] = vml_popcnt(vec[1]); in horizontal_popcount()
1450 vec[2] = vml_popcnt(vec[2]); in horizontal_popcount()
1451 vec[3] = vml_popcnt(vec[3]); in horizontal_popcount()
1452 vec[4] = vml_popcnt(vec[4]); in horizontal_popcount()
1453 vec[5] = vml_popcnt(vec[5]); in horizontal_popcount()
[all …]
H A Dphylotreepars.cpp15 #define vml_popcnt __builtin_popcount macro
18 static inline uint32_t vml_popcnt (uint32_t a) { in vml_popcnt() function
225 score += vml_popcnt(w); in computePartialParsimonyFast()
272 score += vml_popcnt(w); in computeParsimonyBranchFast()
293 score += vml_popcnt(w); in computeParsimonyBranchFast()
/dports/biology/iqtree/IQ-TREE-2.0.6/vectorclass/
H A Dvectori128.h5341 static inline uint32_t vml_popcnt (uint32_t a) __attribute__ ((pure));
5342 static inline uint32_t vml_popcnt (uint32_t a) { in vml_popcnt() function
5348 static inline uint32_t vml_popcnt (uint32_t a) { in vml_popcnt() function
5353 static inline uint32_t vml_popcnt (uint32_t a) { in vml_popcnt() function
6188 return vml_popcnt(a);
H A Dvectori512.h2750 return vml_popcnt(uint32_t(uint16_t(__mmask16(x)))); in horizontal_count()
2754 return vml_popcnt(uint32_t(uint16_t(__mmask16(x)))); in horizontal_count()
H A Dvectori256.h5558 return vml_popcnt(a); in horizontal_count()