Home
last modified time | relevance | path

Searched defs:PCG_128BIT_CONSTANT (Results 1 – 7 of 7) sorted by relevance

/dports/games/pioneer/pioneer-20210723/contrib/pcg-cpp/
H A Dpcg_extras.hpp84 #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 Dpcg_extras.hpp91 #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 Dpcg_extras.hpp81 #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 Dpcg_extras.hpp83 #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 Dpcg_extras.hpp81 #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 Dpcg64.h70 #define PCG_128BIT_CONSTANT(high, low) (((pcg128_t)(high) << 64) + low) macro
H A Dpcg64.orig.h45 #define PCG_128BIT_CONSTANT(high, low) ((((pcg128_t)high) << 64) + low) macro