/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 77 static inline pcg128_t PCG_128BIT_CONSTANT(uint64_t high, uint64_t low) { 98 PCG_128BIT_CONSTANT(PCG_DEFAULT_MULTIPLIER_HIGH, PCG_DEFAULT_MULTIPLIER_LOW) 100 PCG_128BIT_CONSTANT(6364136223846793005ULL, 1442695040888963407ULL) 103 PCG_128BIT_CONSTANT(0x979c9a98d8462005ULL, 0x7d3e9cb6cfe0549bULL) \ 104 , PCG_128BIT_CONSTANT(0x0000000000000001ULL, 0xda3e39cb94b95bdbULL) \ 171 rng->state = PCG_128BIT_CONSTANT(0ULL, 0ULL); in pcg_setseq_128_srandom_r()
|
H A D | pcg64.c | 98 pcg128_t acc_mult = PCG_128BIT_CONSTANT(0u, 1u); in pcg_advance_lcg_128() 99 pcg128_t acc_plus = PCG_128BIT_CONSTANT(0u, 0u); in pcg_advance_lcg_128() 105 cur_plus = pcg128_mult(pcg128_add(cur_mult, PCG_128BIT_CONSTANT(0u, 1u)), in pcg_advance_lcg_128()
|
H A D | pcg64.orig.h | 45 #define PCG_128BIT_CONSTANT(high, low) ((((pcg128_t)high) << 64) + low) macro 183 (PCG_128BIT_CONSTANT(17766728186571221404ULL, 12605985483714917081ULL)); in pcg_output_rxs_m_xs_128_128() 239 PCG_128BIT_CONSTANT(2549297995355413924ULL, 4865540595714422341ULL) 241 PCG_128BIT_CONSTANT(6364136223846793005ULL, 1442695040888963407ULL) 259 { PCG_128BIT_CONSTANT(0xb8dc10e158a92392ULL, 0x98046df007ec0a53ULL) } 280 { PCG_128BIT_CONSTANT(0x0000000000000000ULL, 0xcafef00dd15ea5e5ULL) } 294 PCG_128BIT_CONSTANT(0x979c9a98d8462005ULL, 0x7d3e9cb6cfe0549bULL) \ 295 , PCG_128BIT_CONSTANT(0x0000000000000001ULL, 0xda3e39cb94b95bdbULL) \
|
/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
|
H A D | pcg_random.hpp | 150 PCG_128BIT_CONSTANT(2549297995355413924ULL,4865540595714422341ULL)) 152 PCG_128BIT_CONSTANT(6364136223846793005ULL,1442695040888963407ULL)) 890 PCG_128BIT_CONSTANT(17766728186571221404ULL, 12605985483714917081ULL)) 892 PCG_128BIT_CONSTANT(14422606686972528997ULL, 15009553638781119849ULL))
|
/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
|
H A D | pcg_random.hpp | 155 PCG_128BIT_CONSTANT(2549297995355413924ULL,4865540595714422341ULL)) 157 PCG_128BIT_CONSTANT(6364136223846793005ULL,1442695040888963407ULL)) 895 PCG_128BIT_CONSTANT(17766728186571221404ULL, 12605985483714917081ULL)) 897 PCG_128BIT_CONSTANT(14422606686972528997ULL, 15009553638781119849ULL))
|
/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
|
H A D | pcg_random.hpp | 162 PCG_128BIT_CONSTANT(2549297995355413924ULL,4865540595714422341ULL)) 164 PCG_128BIT_CONSTANT(6364136223846793005ULL,1442695040888963407ULL)) 940 PCG_128BIT_CONSTANT(17766728186571221404ULL, 12605985483714917081ULL)) 942 PCG_128BIT_CONSTANT(14422606686972528997ULL, 15009553638781119849ULL))
|
/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
|
H A D | pcg_random.hpp | 163 PCG_128BIT_CONSTANT(2549297995355413924ULL,4865540595714422341ULL)) 165 PCG_128BIT_CONSTANT(6364136223846793005ULL,1442695040888963407ULL)) 941 PCG_128BIT_CONSTANT(17766728186571221404ULL, 12605985483714917081ULL)) 943 PCG_128BIT_CONSTANT(14422606686972528997ULL, 15009553638781119849ULL))
|
/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
|
H A D | pcg_random.hpp | 162 PCG_128BIT_CONSTANT(2549297995355413924ULL,4865540595714422341ULL)) 164 PCG_128BIT_CONSTANT(6364136223846793005ULL,1442695040888963407ULL)) 940 PCG_128BIT_CONSTANT(17766728186571221404ULL, 12605985483714917081ULL)) 942 PCG_128BIT_CONSTANT(14422606686972528997ULL, 15009553638781119849ULL))
|