Searched refs:prime (Results 1 – 19 of 19) sorted by relevance
/PHP-8.2/Zend/tests/generators/ |
H A D | gh14387.phpt | 6 function prime(Generator $generator) { 19 prime($g);
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | bug29119.phpt | 5 var_dump(bin2hex(html_entity_decode('  ‘†′⁄€', ENT_QUOTES…
|
H A D | get_html_translation_table_basic7.phpt | 243 [′] => ′
|
H A D | get_html_translation_table_basic2.phpt | 420 string(7) "′" 929 string(7) "′" 1436 string(7) "′"
|
H A D | html_entity_decode_html4.phpt | 186 "′",
|
H A D | get_html_translation_table_basic1.phpt | 407 string(7) "′"
|
H A D | htmlentities_html4.phpt | 242 ′ U+02032
|
H A D | get_html_translation_table_basic5.phpt | 1236 [′] => ′
|
H A D | html_entity_decode_html5.phpt | 1647 "′", 3781 ′ => ′ e280b2
|
H A D | htmlentities_html5.phpt | 557 ′ U+02032
|
/PHP-8.2/ext/random/tests/03_randomizer/methods/ |
H A D | shuffleArray.phpt | 29 … // This test is slow, test all numbers smaller than 50 and then in steps of 677 (which is prime).
|
H A D | shuffleBytes.phpt | 36 … // This test is slow, test all numbers smaller than 50 and then in steps of 677 (which is prime).
|
/PHP-8.2/ext/standard/html_tables/ |
H A D | ents_html401.txt | 153 prime 2032
|
H A D | ents_xhtml.txt | 185 prime 2032
|
H A D | ents_html5.txt | 1642 prime 02032
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv132.phpt | 136 array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html", "5b156176" ), 137 array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html#largest", "2aa7d593" ),
|
H A D | fnv164.phpt | 136 array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html", "e9966ac1556257f6" ), 137 … array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html#largest", "92a3d1cd078ba293" ),
|
/PHP-8.2/.github/workflows/ |
H A D | nightly.yml | 651 - name: Test File Cache (prime shm) 657 --file-cache-prime 658 - name: Test File Cache (prime shm, use shm) 665 - name: Test File Cache (prime shm, use file) 673 - name: Test File Cache Only (prime) 679 --file-cache-prime
|
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 4075 uint32x2_t prime = vdup_n_u32 (XXH_PRIME32_1); in XXH3_scrambleAcc_neon() local 4112 uint64x2_t prod_hi = vmull_u32 (data_key_hi, prime); in XXH3_scrambleAcc_neon() 4116 xacc[i] = vmlal_u32(xacc[i], data_key_lo, prime); in XXH3_scrambleAcc_neon() 4171 xxh_u32x4 const prime = { XXH_PRIME32_1, XXH_PRIME32_1, XXH_PRIME32_1, XXH_PRIME32_1 }; in XXH3_scrambleAcc_vsx() local 4184 xxh_u64x2 const prod_even = XXH_vec_mule((xxh_u32x4)data_key, prime); in XXH3_scrambleAcc_vsx() 4186 xxh_u64x2 const prod_odd = XXH_vec_mulo((xxh_u32x4)data_key, prime); in XXH3_scrambleAcc_vsx()
|
Completed in 57 milliseconds