Home
last modified time | relevance | path

Searched defs:rnd (Results 1 – 25 of 3964) sorted by relevance

12345678910>>...159

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/libmp/
H A Dlibmpc.py105 def mpc_pos(z, prec, rnd=round_fast): argument
117 def mpc_abs(z, prec, rnd=round_fast): argument
123 def mpc_arg(z, prec, rnd=round_fast): argument
132 def mpc_ceil(z, prec, rnd=round_fast): argument
136 def mpc_nint(z, prec, rnd=round_fast): argument
140 def mpc_frac(z, prec, rnd=round_fast): argument
607 def acos_asin(z, prec, rnd, n): argument
793 def mpf_expj(x, prec, rnd='f'): argument
796 def mpc_expj(z, prec, rnd='f'): argument
808 def mpf_expjpi(x, prec, rnd='f'): argument
[all …]
H A Dlibhyper.py335 def mpf_erf(x, prec, rnd=round_fast): argument
386 def mpf_erfc(x, prec, rnd=round_fast): argument
591 def mpf_e1(x, prec, rnd=round_fast): argument
594 def mpc_e1(x, prec, rnd=round_fast): argument
856 def mpf_ci(x, prec, rnd=round_fast): argument
861 def mpf_si(x, prec, rnd=round_fast): argument
864 def mpc_ci(z, prec, rnd=round_fast): argument
877 def mpc_si(z, prec, rnd=round_fast): argument
976 def mpf_agm(a, b, prec, rnd=round_fast): argument
1035 def mpf_agm1(a, prec, rnd=round_fast): argument
[all …]
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dgprnd.m88 rnd = rand(sz,cls); variable
90 rnd = -log(1 - rnd); variable
91 rnd = scale * rnd + location; variable
93 rnd = (1 - rnd).^(-shape) - 1; variable
94 rnd = (scale / shape) * rnd + location; variable
97 rnd = NaN (sz, cls); variable
100 rnd = NaN (sz, cls); variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/StressTests/System.Data.StressFramework/
H A DExtensions.cs18 public static bool NextBool(this Random rnd, double probability) in NextBool()
26 public static bool NextBool(this Random rnd) in NextBool()
31 …c Task<int> ExecuteNonQuerySyncOrAsync(this DbCommand command, CancellationToken token, Random rnd) in ExecuteNonQuerySyncOrAsync()
40 … Task<object> ExecuteScalarSyncOrAsync(this DbCommand command, CancellationToken token, Random rnd) in ExecuteScalarSyncOrAsync()
49 …DbDataReader> ExecuteReaderSyncOrAsync(this DbCommand command, CancellationToken token, Random rnd) in ExecuteReaderSyncOrAsync()
58 …eReaderSyncOrAsync(this DbCommand command, CommandBehavior cb, CancellationToken token, Random rnd) in ExecuteReaderSyncOrAsync()
67 …lDataReader> ExecuteReaderSyncOrAsync(this SqlCommand command, CancellationToken token, Random rnd) in ExecuteReaderSyncOrAsync()
76 …ReaderSyncOrAsync(this SqlCommand command, CommandBehavior cb, CancellationToken token, Random rnd) in ExecuteReaderSyncOrAsync()
85 …mlReader> ExecuteXmlReaderSyncOrAsync(this SqlCommand command, CancellationToken token, Random rnd) in ExecuteXmlReaderSyncOrAsync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/debase/
H A DdeRandom.c36 void deRandom_init (deRandom* rnd, deUint32 seed) in deRandom_init()
49 deUint32 deRandom_getUint32 (deRandom* rnd) in deRandom_getUint32()
67 deUint64 deRandom_getUint64 (deRandom* rnd) in deRandom_getUint64()
78 float deRandom_getFloat (deRandom* rnd) in deRandom_getFloat()
88 double deRandom_getDouble (deRandom* rnd) in deRandom_getDouble()
100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/test/
H A Dtest_random.cpp50 CRandom rnd; in BOOST_AUTO_TEST_CASE() local
62 CRandom rnd(CRandom::eGetRand_Sys); in BOOST_AUTO_TEST_CASE() local
74 CRandom rnd; in BOOST_AUTO_TEST_CASE() local
99 CRandom rnd(CRandom::eGetRand_Sys); in BOOST_AUTO_TEST_CASE() local
118 CRandom rnd(CRandom::eGetRand_Sys); in BOOST_AUTO_TEST_CASE() local
139 CRandom rnd(CRandom::eGetRand_Sys); in BOOST_AUTO_TEST_CASE() local
160 CRandom rnd(CRandom::eGetRand_Sys); in BOOST_AUTO_TEST_CASE() local
181 CRandom rnd; in BOOST_AUTO_TEST_CASE() local
202 CRandom rnd(CRandom::eGetRand_Sys); in BOOST_AUTO_TEST_CASE() local
219 CRandom rnd; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/math/octave-forge-statistics/statistics-1.4.3/install-conditionally/distributions/
H A Dbinornd.m89 rnd = sum (tmp < p, 1); variable
90 rnd = reshape (rnd, sz); variable
92 rnd = single (rnd); variable
95 rnd = zeros (sz, cls); variable
97 rnd = NaN (sz, cls); variable
100 rnd = zeros (sz, cls); variable
H A Dgeornd.m81 rnd = floor (- rande (sz, cls) ./ log (1 - p)); variable
83 rnd = Inf (sz, cls); variable
85 rnd = zeros (sz, cls); variable
87 rnd = NaN (sz, cls); variable
90 rnd = floor (- rande (sz, cls) ./ log (1 - p)); variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdeRandom.cpp55 Random rnd(4789); in Random_selfTest() local
64 Random rnd(4789); in Random_selfTest() local
73 Random rnd(4789); in Random_selfTest() local
82 Random rnd(4789); in Random_selfTest() local
92 Random rnd(4789); in Random_selfTest() local
102 Random rnd(4789); in Random_selfTest() local
125 Random rnd(4789); in Random_selfTest() local
141 Random rnd(4789); in Random_selfTest() local
154 Random rnd(4789); in Random_selfTest() local
177 Random rnd(4789); in Random_selfTest() local
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/math/
H A DRandomUtilsTest.java45 Random rnd = new Random(); in testNextInt2() local
62 private void tstNextInt(Random rnd) { in tstNextInt()
106 Random rnd = new Random(); in testNextLong2() local
117 private void tstNextLong(Random rnd) { in tstNextLong()
162 Random rnd = new Random(); in testNextBoolean2() local
173 private void tstNextBoolean(Random rnd) { in tstNextBoolean()
204 Random rnd = new Random(); in testNextFloat2() local
215 private void tstNextFloat(Random rnd) { in tstNextFloat()
246 Random rnd = new Random(); in testNextDouble2() local
257 private void tstNextDouble(Random rnd) { in tstNextDouble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuRandomValueIterator.hpp33 T getRandomValue (de::Random& rnd) in getRandomValue()
48 template <> inline deUint8 getRandomValue<deUint8> (de::Random& rnd) { return (deUint8)rnd.getUint… in getRandomValue()
49 template <> inline deUint16 getRandomValue<deUint16> (de::Random& rnd) { return (deUint16)rnd.getUi… in getRandomValue()
50 template <> inline deUint32 getRandomValue<deUint32> (de::Random& rnd) { return rnd.getUint32(); … in getRandomValue()
51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); … in getRandomValue()
52 template <> inline deInt8 getRandomValue<deInt8> (de::Random& rnd) { return (deInt8)rnd.getUint32(… in getRandomValue()
53 template <> inline deInt16 getRandomValue<deInt16> (de::Random& rnd) { return (deInt16)rnd.getUint… in getRandomValue()
54 template <> inline deInt32 getRandomValue<deInt32> (de::Random& rnd) { return (deInt32)rnd.getUint… in getRandomValue()
55 template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint… in getRandomValue()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/third-party/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/interval/
H A Dtransc.hpp33 typename Policies::rounding rnd; in exp() local
44 typename Policies::rounding rnd; in log() local
56 typename Policies::rounding rnd; in cos() local
86 typename Policies::rounding rnd; in sin() local
99 typename Policies::rounding rnd; in tan() local
120 typename Policies::rounding rnd; in asin() local
137 typename Policies::rounding rnd; in acos() local
153 typename Policies::rounding rnd; in atan() local
163 typename Policies::rounding rnd; in sinh() local
173 typename Policies::rounding rnd; in cosh() local
[all …]

12345678910>>...159