#include <blitz/bzconfig.h>
#include <stdlib.h>
Go to the source code of this file.
Defines | |
#define | BZ_NAMESPACE(X) |
#define | BZ_NAMESPACE_END |
#define | BZ_USING_NAMESPACE(X) |
#define | BZ_TEMPLATE_DEFAULT(X) |
#define | explicit |
#define | _bz_typename |
#define | mutable |
#define | restrict |
#define | bool int |
#define | true 1 |
#define | false 0 |
#define | BZ_MATHFN_SCOPE(x) x |
#define | BZ_MATHABSINT_SCOPE(x) x |
#define | BZ_CMATHFN_SCOPE(x) x |
#define | BZ_IEEEMATHFN_SCOPE(x) x |
#define | BZ_BLITZ_SCOPE(x) ::x |
#define | BZ_STD_SCOPE(x) ::x |
#define | BZ_LIKELY(x) (x) |
#define | BZ_UNLIKELY(x) (x) |
#define _bz_typename |
#define bool int |
#define BZ_BLITZ_SCOPE | ( | x | ) | ::x |
#define BZ_CMATHFN_SCOPE | ( | x | ) | x |
#define BZ_IEEEMATHFN_SCOPE | ( | x | ) | x |
#define BZ_LIKELY | ( | x | ) | (x) |
#define BZ_MATHABSINT_SCOPE | ( | x | ) | x |
#define BZ_MATHFN_SCOPE | ( | x | ) | x |
Referenced by Normal< BZ_TEMPLATE_DEFAULT >::random().
#define BZ_NAMESPACE | ( | X | ) |
#define BZ_NAMESPACE_END |
#define BZ_STD_SCOPE | ( | x | ) | ::x |
#define BZ_TEMPLATE_DEFAULT | ( | X | ) |
#define BZ_UNLIKELY | ( | x | ) | (x) |
#define BZ_USING_NAMESPACE | ( | X | ) |
#define explicit |
#define false 0 |
#define mutable |
#define restrict |
#define true 1 |