Home
last modified time | relevance | path

Searched refs:extrashift (Results 1 – 6 of 6) sorted by relevance

/dports/games/pioneer/pioneer-20210723/contrib/pcg-cpp/
H A Dpcg_random.hpp836 constexpr bitcount_t extrashift = (xtypebits - shift)/2; in output_rxs() local
844 internal ^= internal >> (shift + extrashift - rshift); in output_rxs()
/dports/games/openclonk/openclonk-release-8.1-src/thirdparty/pcg/
H A Dpcg_random.hpp841 constexpr bitcount_t extrashift = (xtypebits - shift)/2; in output_rxs() local
849 internal ^= internal >> (shift + extrashift - rshift); in output_rxs()
/dports/science/mol2ps/mol2ps-0.4b_9/
H A Dmol2ps.pas6093 extrashift : double;
6166 extrashift := 1;
6167 if ((chgstr = '+') and (Hpos = HPup) and (atom^[i].Htot > 1)) then extrashift := 1.4;
6169 if ((chgstr = '-') and (Hpos = HPup) and (atom^[i].Htot > 1)) then extrashift := 1.4;
6373 writeout('2 div neg %d rmoveto',[round(fontsize1*0.8*extrashift)]);
6532 extrashift : double;
6615 extrashift := 1;
6616 if ((chgstr = '+') and (Hpos = HPup) and (atom^[i].Htot > 1)) then extrashift := 1.4;
6617 if ((chgstr = '-') and (Hpos = HPup) and (atom^[i].Htot > 1)) then extrashift := 1.4;
6825 writeout('<text x="%1.1f" y="%1.1f">',[outx,(outy-fontsize1*0.85*extrashift)]);
/dports/devel/rkcommon/rkcommon-1.8.0/rkcommon/utility/detail/
H A Dpcg_random.hpp886 constexpr bitcount_t extrashift = (xtypebits - shift)/2; in output_rxs() local
894 internal ^= internal >> (shift + extrashift - rshift); in output_rxs()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/pcg/
H A Dpcg_random.hpp887 constexpr bitcount_t extrashift = (xtypebits - shift)/2; in output_rxs() local
895 internal ^= internal >> (shift + extrashift - rshift); in output_rxs()
/dports/devel/pcg-cpp/pcg-cpp-0.98.1-59-g5b5cac8/include/
H A Dpcg_random.hpp886 constexpr bitcount_t extrashift = (xtypebits - shift)/2; in output_rxs() local
894 internal ^= internal >> (shift + extrashift - rshift); in output_rxs()