Lines Matching full:threshold

843  *     bound, which we do by dropping output less than a threshold.
845 * threshold would be to do
847 * uint32_t threshold = 0x100000000ull % bound;
852 * uint32_t threshold = (0x100000000ull-bound) % bound;
876 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_oneseq_16_xsh_rs_8_boundedrand_r() local
879 if (r >= threshold) in pcg_oneseq_16_xsh_rs_8_boundedrand_r()
894 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_oneseq_32_xsh_rs_16_boundedrand_r() local
897 if (r >= threshold) in pcg_oneseq_32_xsh_rs_16_boundedrand_r()
912 uint32_t threshold = -bound % bound; in pcg_oneseq_64_xsh_rs_32_boundedrand_r() local
915 if (r >= threshold) in pcg_oneseq_64_xsh_rs_32_boundedrand_r()
933 uint64_t threshold = -bound % bound; in pcg_oneseq_128_xsh_rs_64_boundedrand_r() local
936 if (r >= threshold) in pcg_oneseq_128_xsh_rs_64_boundedrand_r()
952 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_unique_16_xsh_rs_8_boundedrand_r() local
955 if (r >= threshold) in pcg_unique_16_xsh_rs_8_boundedrand_r()
970 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_unique_32_xsh_rs_16_boundedrand_r() local
973 if (r >= threshold) in pcg_unique_32_xsh_rs_16_boundedrand_r()
988 uint32_t threshold = -bound % bound; in pcg_unique_64_xsh_rs_32_boundedrand_r() local
991 if (r >= threshold) in pcg_unique_64_xsh_rs_32_boundedrand_r()
1009 uint64_t threshold = -bound % bound; in pcg_unique_128_xsh_rs_64_boundedrand_r() local
1012 if (r >= threshold) in pcg_unique_128_xsh_rs_64_boundedrand_r()
1029 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_setseq_16_xsh_rs_8_boundedrand_r() local
1032 if (r >= threshold) in pcg_setseq_16_xsh_rs_8_boundedrand_r()
1049 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_setseq_32_xsh_rs_16_boundedrand_r() local
1052 if (r >= threshold) in pcg_setseq_32_xsh_rs_16_boundedrand_r()
1069 uint32_t threshold = -bound % bound; in pcg_setseq_64_xsh_rs_32_boundedrand_r() local
1072 if (r >= threshold) in pcg_setseq_64_xsh_rs_32_boundedrand_r()
1091 uint64_t threshold = -bound % bound; in pcg_setseq_128_xsh_rs_64_boundedrand_r() local
1094 if (r >= threshold) in pcg_setseq_128_xsh_rs_64_boundedrand_r()
1110 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_mcg_16_xsh_rs_8_boundedrand_r() local
1113 if (r >= threshold) in pcg_mcg_16_xsh_rs_8_boundedrand_r()
1128 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_mcg_32_xsh_rs_16_boundedrand_r() local
1131 if (r >= threshold) in pcg_mcg_32_xsh_rs_16_boundedrand_r()
1146 uint32_t threshold = -bound % bound; in pcg_mcg_64_xsh_rs_32_boundedrand_r() local
1149 if (r >= threshold) in pcg_mcg_64_xsh_rs_32_boundedrand_r()
1166 uint64_t threshold = -bound % bound; in pcg_mcg_128_xsh_rs_64_boundedrand_r() local
1169 if (r >= threshold) in pcg_mcg_128_xsh_rs_64_boundedrand_r()
1187 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_oneseq_16_xsh_rr_8_boundedrand_r() local
1190 if (r >= threshold) in pcg_oneseq_16_xsh_rr_8_boundedrand_r()
1205 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_oneseq_32_xsh_rr_16_boundedrand_r() local
1208 if (r >= threshold) in pcg_oneseq_32_xsh_rr_16_boundedrand_r()
1223 uint32_t threshold = -bound % bound; in pcg_oneseq_64_xsh_rr_32_boundedrand_r() local
1226 if (r >= threshold) in pcg_oneseq_64_xsh_rr_32_boundedrand_r()
1244 uint64_t threshold = -bound % bound; in pcg_oneseq_128_xsh_rr_64_boundedrand_r() local
1247 if (r >= threshold) in pcg_oneseq_128_xsh_rr_64_boundedrand_r()
1263 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_unique_16_xsh_rr_8_boundedrand_r() local
1266 if (r >= threshold) in pcg_unique_16_xsh_rr_8_boundedrand_r()
1281 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_unique_32_xsh_rr_16_boundedrand_r() local
1284 if (r >= threshold) in pcg_unique_32_xsh_rr_16_boundedrand_r()
1299 uint32_t threshold = -bound % bound; in pcg_unique_64_xsh_rr_32_boundedrand_r() local
1302 if (r >= threshold) in pcg_unique_64_xsh_rr_32_boundedrand_r()
1320 uint64_t threshold = -bound % bound; in pcg_unique_128_xsh_rr_64_boundedrand_r() local
1323 if (r >= threshold) in pcg_unique_128_xsh_rr_64_boundedrand_r()
1340 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_setseq_16_xsh_rr_8_boundedrand_r() local
1343 if (r >= threshold) in pcg_setseq_16_xsh_rr_8_boundedrand_r()
1360 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_setseq_32_xsh_rr_16_boundedrand_r() local
1363 if (r >= threshold) in pcg_setseq_32_xsh_rr_16_boundedrand_r()
1380 uint32_t threshold = -bound % bound; in pcg_setseq_64_xsh_rr_32_boundedrand_r() local
1383 if (r >= threshold) in pcg_setseq_64_xsh_rr_32_boundedrand_r()
1402 uint64_t threshold = -bound % bound; in pcg_setseq_128_xsh_rr_64_boundedrand_r() local
1405 if (r >= threshold) in pcg_setseq_128_xsh_rr_64_boundedrand_r()
1421 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_mcg_16_xsh_rr_8_boundedrand_r() local
1424 if (r >= threshold) in pcg_mcg_16_xsh_rr_8_boundedrand_r()
1439 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_mcg_32_xsh_rr_16_boundedrand_r() local
1442 if (r >= threshold) in pcg_mcg_32_xsh_rr_16_boundedrand_r()
1457 uint32_t threshold = -bound % bound; in pcg_mcg_64_xsh_rr_32_boundedrand_r() local
1460 if (r >= threshold) in pcg_mcg_64_xsh_rr_32_boundedrand_r()
1477 uint64_t threshold = -bound % bound; in pcg_mcg_128_xsh_rr_64_boundedrand_r() local
1480 if (r >= threshold) in pcg_mcg_128_xsh_rr_64_boundedrand_r()
1500 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_oneseq_8_rxs_m_xs_8_boundedrand_r() local
1503 if (r >= threshold) in pcg_oneseq_8_rxs_m_xs_8_boundedrand_r()
1519 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_oneseq_16_rxs_m_xs_16_boundedrand_r() local
1522 if (r >= threshold) in pcg_oneseq_16_rxs_m_xs_16_boundedrand_r()
1538 uint32_t threshold = -bound % bound; in pcg_oneseq_32_rxs_m_xs_32_boundedrand_r() local
1541 if (r >= threshold) in pcg_oneseq_32_rxs_m_xs_32_boundedrand_r()
1557 uint64_t threshold = -bound % bound; in pcg_oneseq_64_rxs_m_xs_64_boundedrand_r() local
1560 if (r >= threshold) in pcg_oneseq_64_rxs_m_xs_64_boundedrand_r()
1578 pcg128_t threshold = -bound % bound; in pcg_oneseq_128_rxs_m_xs_128_boundedrand_r() local
1581 if (r >= threshold) in pcg_oneseq_128_rxs_m_xs_128_boundedrand_r()
1598 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_unique_16_rxs_m_xs_16_boundedrand_r() local
1601 if (r >= threshold) in pcg_unique_16_rxs_m_xs_16_boundedrand_r()
1617 uint32_t threshold = -bound % bound; in pcg_unique_32_rxs_m_xs_32_boundedrand_r() local
1620 if (r >= threshold) in pcg_unique_32_rxs_m_xs_32_boundedrand_r()
1636 uint64_t threshold = -bound % bound; in pcg_unique_64_rxs_m_xs_64_boundedrand_r() local
1639 if (r >= threshold) in pcg_unique_64_rxs_m_xs_64_boundedrand_r()
1657 pcg128_t threshold = -bound % bound; in pcg_unique_128_rxs_m_xs_128_boundedrand_r() local
1660 if (r >= threshold) in pcg_unique_128_rxs_m_xs_128_boundedrand_r()
1677 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_setseq_8_rxs_m_xs_8_boundedrand_r() local
1680 if (r >= threshold) in pcg_setseq_8_rxs_m_xs_8_boundedrand_r()
1697 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_setseq_16_rxs_m_xs_16_boundedrand_r() local
1700 if (r >= threshold) in pcg_setseq_16_rxs_m_xs_16_boundedrand_r()
1717 uint32_t threshold = -bound % bound; in pcg_setseq_32_rxs_m_xs_32_boundedrand_r() local
1720 if (r >= threshold) in pcg_setseq_32_rxs_m_xs_32_boundedrand_r()
1737 uint64_t threshold = -bound % bound; in pcg_setseq_64_rxs_m_xs_64_boundedrand_r() local
1740 if (r >= threshold) in pcg_setseq_64_rxs_m_xs_64_boundedrand_r()
1759 pcg128_t threshold = -bound % bound; in pcg_setseq_128_rxs_m_xs_128_boundedrand_r() local
1762 if (r >= threshold) in pcg_setseq_128_rxs_m_xs_128_boundedrand_r()
1780 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_oneseq_16_rxs_m_8_boundedrand_r() local
1783 if (r >= threshold) in pcg_oneseq_16_rxs_m_8_boundedrand_r()
1798 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_oneseq_32_rxs_m_16_boundedrand_r() local
1801 if (r >= threshold) in pcg_oneseq_32_rxs_m_16_boundedrand_r()
1816 uint32_t threshold = -bound % bound; in pcg_oneseq_64_rxs_m_32_boundedrand_r() local
1819 if (r >= threshold) in pcg_oneseq_64_rxs_m_32_boundedrand_r()
1836 uint64_t threshold = -bound % bound; in pcg_oneseq_128_rxs_m_64_boundedrand_r() local
1839 if (r >= threshold) in pcg_oneseq_128_rxs_m_64_boundedrand_r()
1855 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_unique_16_rxs_m_8_boundedrand_r() local
1858 if (r >= threshold) in pcg_unique_16_rxs_m_8_boundedrand_r()
1873 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_unique_32_rxs_m_16_boundedrand_r() local
1876 if (r >= threshold) in pcg_unique_32_rxs_m_16_boundedrand_r()
1891 uint32_t threshold = -bound % bound; in pcg_unique_64_rxs_m_32_boundedrand_r() local
1894 if (r >= threshold) in pcg_unique_64_rxs_m_32_boundedrand_r()
1911 uint64_t threshold = -bound % bound; in pcg_unique_128_rxs_m_64_boundedrand_r() local
1914 if (r >= threshold) in pcg_unique_128_rxs_m_64_boundedrand_r()
1931 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_setseq_16_rxs_m_8_boundedrand_r() local
1934 if (r >= threshold) in pcg_setseq_16_rxs_m_8_boundedrand_r()
1950 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_setseq_32_rxs_m_16_boundedrand_r() local
1953 if (r >= threshold) in pcg_setseq_32_rxs_m_16_boundedrand_r()
1969 uint32_t threshold = -bound % bound; in pcg_setseq_64_rxs_m_32_boundedrand_r() local
1972 if (r >= threshold) in pcg_setseq_64_rxs_m_32_boundedrand_r()
1991 uint64_t threshold = -bound % bound; in pcg_setseq_128_rxs_m_64_boundedrand_r() local
1994 if (r >= threshold) in pcg_setseq_128_rxs_m_64_boundedrand_r()
2010 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_mcg_16_rxs_m_8_boundedrand_r() local
2013 if (r >= threshold) in pcg_mcg_16_rxs_m_8_boundedrand_r()
2028 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_mcg_32_rxs_m_16_boundedrand_r() local
2031 if (r >= threshold) in pcg_mcg_32_rxs_m_16_boundedrand_r()
2046 uint32_t threshold = -bound % bound; in pcg_mcg_64_rxs_m_32_boundedrand_r() local
2049 if (r >= threshold) in pcg_mcg_64_rxs_m_32_boundedrand_r()
2066 uint64_t threshold = -bound % bound; in pcg_mcg_128_rxs_m_64_boundedrand_r() local
2069 if (r >= threshold) in pcg_mcg_128_rxs_m_64_boundedrand_r()
2087 uint32_t threshold = -bound % bound; in pcg_oneseq_64_xsl_rr_32_boundedrand_r() local
2090 if (r >= threshold) in pcg_oneseq_64_xsl_rr_32_boundedrand_r()
2108 uint64_t threshold = -bound % bound; in pcg_oneseq_128_xsl_rr_64_boundedrand_r() local
2111 if (r >= threshold) in pcg_oneseq_128_xsl_rr_64_boundedrand_r()
2127 uint32_t threshold = -bound % bound; in pcg_unique_64_xsl_rr_32_boundedrand_r() local
2130 if (r >= threshold) in pcg_unique_64_xsl_rr_32_boundedrand_r()
2148 uint64_t threshold = -bound % bound; in pcg_unique_128_xsl_rr_64_boundedrand_r() local
2151 if (r >= threshold) in pcg_unique_128_xsl_rr_64_boundedrand_r()
2169 uint32_t threshold = -bound % bound; in pcg_setseq_64_xsl_rr_32_boundedrand_r() local
2172 if (r >= threshold) in pcg_setseq_64_xsl_rr_32_boundedrand_r()
2191 uint64_t threshold = -bound % bound; in pcg_setseq_128_xsl_rr_64_boundedrand_r() local
2194 if (r >= threshold) in pcg_setseq_128_xsl_rr_64_boundedrand_r()
2210 uint32_t threshold = -bound % bound; in pcg_mcg_64_xsl_rr_32_boundedrand_r() local
2213 if (r >= threshold) in pcg_mcg_64_xsl_rr_32_boundedrand_r()
2230 uint64_t threshold = -bound % bound; in pcg_mcg_128_xsl_rr_64_boundedrand_r() local
2233 if (r >= threshold) in pcg_mcg_128_xsl_rr_64_boundedrand_r()
2252 uint64_t threshold = -bound % bound; in pcg_oneseq_64_xsl_rr_rr_64_boundedrand_r() local
2255 if (r >= threshold) in pcg_oneseq_64_xsl_rr_rr_64_boundedrand_r()
2273 pcg128_t threshold = -bound % bound; in pcg_oneseq_128_xsl_rr_rr_128_boundedrand_r() local
2276 if (r >= threshold) in pcg_oneseq_128_xsl_rr_rr_128_boundedrand_r()
2293 uint64_t threshold = -bound % bound; in pcg_unique_64_xsl_rr_rr_64_boundedrand_r() local
2296 if (r >= threshold) in pcg_unique_64_xsl_rr_rr_64_boundedrand_r()
2314 pcg128_t threshold = -bound % bound; in pcg_unique_128_xsl_rr_rr_128_boundedrand_r() local
2317 if (r >= threshold) in pcg_unique_128_xsl_rr_rr_128_boundedrand_r()
2335 uint64_t threshold = -bound % bound; in pcg_setseq_64_xsl_rr_rr_64_boundedrand_r() local
2338 if (r >= threshold) in pcg_setseq_64_xsl_rr_rr_64_boundedrand_r()
2357 pcg128_t threshold = -bound % bound; in pcg_setseq_128_xsl_rr_rr_128_boundedrand_r() local
2360 if (r >= threshold) in pcg_setseq_128_xsl_rr_rr_128_boundedrand_r()