|
Rosetta
|
Functions | |
| template<typename T > | |
| T | bit_not (T const &x) |
| Bitwise Not. More... | |
| template<typename T > | |
| T | bit_and (T const &x, T const &y) |
| Bitwise And. More... | |
| template<typename T > | |
| T | bit_or (T const &x, T const &y) |
| Bitwise Inclusive Or. More... | |
| template<typename T > | |
| T | bit_xor (T const &x, T const &y) |
| Bitwise Exclusive Or. More... | |
| template<typename T > | |
| T | bit_set (T const &x, T const &pos) |
| Bit Value Set to 1. More... | |
| template<typename T > | |
| T | bit_clr (T const &x, T const &pos) |
| Bit Value Set to 0. More... | |
| template<typename T > | |
| bool | bit_test (T const &x, T const &pos) |
| Bit Value Test. More... | |
Bitwise And.
References x, and predPRE::y.
Bit Value Set to 0.
References make_symmdef_file_denovo::pos, pyrosetta.distributed.cluster.exceptions::T, and x.
Bitwise Inclusive Or.
References x, and predPRE::y.
Bit Value Set to 1.
References make_symmdef_file_denovo::pos, pyrosetta.distributed.cluster.exceptions::T, and x.
Bit Value Test.
References make_symmdef_file_denovo::pos, pyrosetta.distributed.cluster.exceptions::T, and x.
Bitwise Exclusive Or.
References x, and predPRE::y.