Home
last modified time | relevance | path

Searched defs:half_range (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Drand_SUITE.erl1537 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1538 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1539 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1540 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Drand_SUITE.erl1736 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1737 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1738 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1739 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Drand_SUITE.erl1736 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1737 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1738 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1739 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Drand_SUITE.erl1868 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1869 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1870 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1871 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Drand_SUITE.erl1868 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1869 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1870 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1871 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Drand_SUITE.erl1868 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1869 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1870 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1871 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Drand_SUITE.erl1868 half_range({#{bits:=Bits}, _}) -> 1 bsl (Bits - 1); function
1869 half_range({#{max:=Max}, _}) -> (Max bsr 1) + 1; function
1870 half_range({#{}, _}) -> 1 bsl 63; % crypto function
1871 half_range({_, _, _}) -> 1 bsl 50. % random function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimHsiRemapper.cpp1725 double half_range = (theRedHueHighRange - theRedHueLowRange) / 2.0; in setRedHueBlendRange() local
1857 double half_range = (theYellowHueHighRange - theYellowHueLowRange) / 2.0; in setYellowHueBlendRange() local
1991 double half_range = (theGreenHueHighRange - theGreenHueLowRange) / 2.0; in setGreenHueBlendRange() local
2125 double half_range = (theCyanHueHighRange - theCyanHueLowRange) / 2.0; in setCyanHueBlendRange() local
2257 double half_range = (theBlueHueHighRange - theBlueHueLowRange) / 2.0; in setBlueHueBlendRange() local
2389 double half_range = (theMagentaHueHighRange-theMagentaHueLowRange)/2.0; in setMagentaHueBlendRange() local
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/algorithms/
H A Dpartition_tests.hpp323 const int half_range = size / 10; in test_partition() local
334 const int half_range = size / 10; in test_partition_async() local
360 for (auto half_range : half_range_list) in test_partition_heavy() local
/dports/math/universal/universal-3.48/include/universal/number/posit/
H A Dquire.hpp23 constexpr size_t half_range = range >> 1; // position of the fixed point in quire_properties() local
76 constexpr size_t half_range = range >> 1; // position of the fixed point in max_scale() local
88 constexpr size_t half_range = range >> 1; in min_scale() local
106 static constexpr size_t half_range = range >> 1; // position of the fixed point member in sw::universal::quire
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dopresolv.cpp240 bool half_range = false; in parse_specification() local
/dports/games/xbubble/xbubble-0.5.8/src/
H A Dpath_init.c146 double half_range; /* horizontal cross-section of bubble sweeping area */ in path_init() local
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dopresolv.cpp240 bool half_range = false; in parse_specification() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DNumericGenOrthogPolynomial.cpp651 Real sum = 0., unscaled_gp_i, v1, half_range = (end - start) / 2.; in legendre_bounded_integral() local
680 Real sum = 0., unscaled_cc_i, v1, half_range = (end - start) / 2.; in cc_bounded_integral() local
/dports/games/vamos/vamos-0.7.1/world/
H A Dtest_Controls.cc157 BOOST_AUTO_TEST_CASE (half_range) in BOOST_AUTO_TEST_CASE() argument
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c749 int half_range = 1 << (size - 1); in decode_dct() local

12