Home
last modified time | relevance | path

Searched refs:xor_keys (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Drandom.c729 static const uint64_t xor_keys[] = { variable
742 dest[i] = src[i] ^ xor_keys[i]; in scramble_seed()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Drandom.c856 static const uint64_t xor_keys[] = { variable
869 dest[i] = src[i] ^ xor_keys[i]; in scramble_seed()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2019158 (xor_keys): Reduce size to match new PRNG.
H A DChangeLog-20161399 * intrinsics/random.c (xor_keys): New array with "secret" keys.
1400 (scramble_seed): XOR given seed with xor_keys array rather than