Searched defs:PCG_128BIT_CONSTANT (Results 1 – 7 of 7) sorted by relevance
/dports/games/pioneer/pioneer-20210723/contrib/pcg-cpp/ |
H A D | pcg_extras.hpp | 84 #define PCG_128BIT_CONSTANT(high,low) \ macro 91 #define PCG_128BIT_CONSTANT(high,low) \ macro
|
/dports/games/openclonk/openclonk-release-8.1-src/thirdparty/pcg/ |
H A D | pcg_extras.hpp | 91 #define PCG_128BIT_CONSTANT(high,low) \ macro 98 #define PCG_128BIT_CONSTANT(high,low) \ macro
|
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/detail/ |
H A D | pcg_extras.hpp | 81 #define PCG_128BIT_CONSTANT(high,low) \ macro 88 #define PCG_128BIT_CONSTANT(high,low) \ macro
|
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/pcg/ |
H A D | pcg_extras.hpp | 83 #define PCG_128BIT_CONSTANT(high,low) \ macro 92 #define PCG_128BIT_CONSTANT(high,low) \ macro
|
/dports/devel/pcg-cpp/pcg-cpp-0.98.1-59-g5b5cac8/include/ |
H A D | pcg_extras.hpp | 81 #define PCG_128BIT_CONSTANT(high,low) \ macro 88 #define PCG_128BIT_CONSTANT(high,low) \ macro
|
/dports/math/py-numpy/numpy-1.20.3/numpy/random/src/pcg64/ |
H A D | pcg64.h | 70 #define PCG_128BIT_CONSTANT(high, low) (((pcg128_t)(high) << 64) + low) macro
|
H A D | pcg64.orig.h | 45 #define PCG_128BIT_CONSTANT(high, low) ((((pcg128_t)high) << 64) + low) macro
|