Home
last modified time | relevance | path

Searched refs:prime (Results 1 – 19 of 19) sorted by relevance

/PHP-8.2/Zend/tests/generators/
H A Dgh14387.phpt6 function prime(Generator $generator) {
19 prime($g);
/PHP-8.2/ext/standard/tests/strings/
H A Dbug29119.phpt5 var_dump(bin2hex(html_entity_decode('  ‘†′⁄€', ENT_QUOTES…
H A Dget_html_translation_table_basic7.phpt243 [′] => ′
H A Dget_html_translation_table_basic2.phpt420 string(7) "′"
929 string(7) "′"
1436 string(7) "′"
H A Dhtml_entity_decode_html4.phpt186 "′",
H A Dget_html_translation_table_basic1.phpt407 string(7) "′"
H A Dhtmlentities_html4.phpt242 ′ U+02032
H A Dget_html_translation_table_basic5.phpt1236 [′] => ′
H A Dhtml_entity_decode_html5.phpt1647 "′",
3781 ′ => ′ e280b2
H A Dhtmlentities_html5.phpt557 ′ U+02032
/PHP-8.2/ext/random/tests/03_randomizer/methods/
H A DshuffleArray.phpt29 … // This test is slow, test all numbers smaller than 50 and then in steps of 677 (which is prime).
H A DshuffleBytes.phpt36 … // This test is slow, test all numbers smaller than 50 and then in steps of 677 (which is prime).
/PHP-8.2/.github/workflows/
H A Dnightly.yml487 - name: Test File Cache (prime shm)
493 --file-cache-prime
494 - name: Test File Cache (prime shm, use shm)
501 - name: Test File Cache (prime shm, use file)
509 - name: Test File Cache Only (prime)
515 --file-cache-prime
/PHP-8.2/ext/standard/html_tables/
H A Dents_html401.txt153 prime 2032
H A Dents_xhtml.txt185 prime 2032
H A Dents_html5.txt1642 prime 02032
/PHP-8.2/ext/hash/tests/
H A Dfnv132.phpt136 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 Dfnv164.phpt136 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/ext/hash/xxhash/
H A Dxxhash.h4075 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 54 milliseconds