STORMM Source Documentation
Loading...
Searching...
No Matches
src
Numerics
host_bit_counting.h
1
// -*-c++-*-
2
#ifndef STORMM_HOSE_POPC_H
3
#define STORMM_HOSE_POPC_H
4
5
#include "copyright.h"
6
#include "DataTypes/common_types.h"
7
8
namespace
stormm {
9
namespace
numerics {
10
14
int
hostPopcs(ushort x);
15
19
int
hostPopc(uint x);
20
24
int
hostPopcll(ullint x);
25
29
int
hostFfss(ushort x);
30
34
int
hostFfs(uint x);
35
39
int
hostFfsll(ullint x);
40
41
}
// namespace numerics
42
}
// namespace stormm
43
44
#endif
Generated by
1.13.2