|
BWAPI
|


Go to the source code of this file.
Classes | |
| class | filteredFp |
| filteredFp represents filtered floating point numbers, based on BFS filter More... | |
Defines | |
| #define | finite(x) std::isfinite(x) |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const filteredFp &fp) |
Variables | |
| CORE_BEGIN_NAMESPACE const int | POWTWO_26 = (1 << 26) |
| constant 2^26 | |
| #define finite | ( | x | ) | std::isfinite(x) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const filteredFp & | fp | ||
| ) | [inline] |

| CORE_BEGIN_NAMESPACE const int POWTWO_26 = (1 << 26) |
constant 2^26
1.7.6.1