Home
last modified time | relevance | path

Searched refs:table_x (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/devel/R-cran-BH/BH/inst/include/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257];
43 const RealType exponential_table<RealType>::table_x[257] = {
185 const double * const table_x = exponential_table<double>::table_x;
191 RealType x = vals.first * RealType(table_x[i]);
192 if(x < RealType(table_x[i + 1])) return shift + x;
196 if (i == 0) shift += RealType(table_x[1]);
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x),
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1…
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/random/
H A Dnormal_distribution.hpp40 static const RealType table_x[129]; member
45 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
124 const double * const table_x = normal_table<double>::table_x; in operator ()() local
131 RealType x = vals.first * RealType(table_x[i]); in operator ()()
132 if(x < table_x[i + 1]) return x * sign; in operator ()()
157 if (table_x[i] >= 1) { // convex (incl. inflection) in operator ()()
158 … y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
159 …lbound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
162 … y_above_lbound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x); in operator ()()
163 …ubound = y - (RealType(table_y[i]) + (RealType(table_x[i]) - x) * RealType(table_y[i]) * RealType( in operator ()()
[all …]
H A Dexponential_distribution.hpp38 static const RealType table_x[257]; member
43 const RealType exponential_table<RealType>::table_x[257] = { member in boost::random::detail::exponential_table<RealType>
185 const double * const table_x = exponential_table<double>::table_x; in operator ()() local
191 RealType x = vals.first * RealType(table_x[i]); in operator ()()
192 if(x < RealType(table_x[i + 1])) return shift + x; in operator ()()
196 if (i == 0) shift += RealType(table_x[1]); in operator ()()
203 … RealType y_above_ubound = RealType(table_x[i] - table_x[i+1]) * y01 - (RealType(table_x[i]) - x), in operator ()()
204 …y_above_lbound = y - (RealType(table_y[i+1]) + (RealType(table_x[i+1]) - x) * RealType(table_y[i+1… in operator ()()
/dports/cad/sp2sp/gwave2-20090213/scheme/
H A Dcmds.scm194 (table_x (gtk-table-new 3 3 #f))
206 (gtk-table-set-row-spacings table_x 3)
207 (gtk-table-set-col-spacings table_x 3)
212 (gtk-container-add frame_x table_x)
213 (gtk-widget-show table_x)
215 (gtk-table-attach table_x lab 0 1 0 1)
218 (gtk-table-attach table_x lab 1 2 0 1)
221 (gtk-table-attach table_x lab 2 3 0 1)
225 (gtk-table-attach table_x lab 0 1 1 2)
228 (gtk-table-attach table_x lab 1 2 1 2)
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/random/
H A Dnormal_distribution.hpp46 static const RealType table_x[129]; member
51 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
213 const double * const table_x = normal_table<double>::table_x; in operator ()() local
220 RealType x = vals.first * RealType(table_x[i]); in operator ()()
221 if(x < table_x[i + 1]) return x * sign; in operator ()()
234 const RealType tail_start = RealType(normal_table<double>::table_x[1]); in generate_tail()
/dports/databases/xtrabackup/boost_1_59_0/boost/random/
H A Dnormal_distribution.hpp46 static const RealType table_x[129]; member
51 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
213 const double * const table_x = normal_table<double>::table_x; in operator ()() local
220 RealType x = vals.first * RealType(table_x[i]); in operator ()()
221 if(x < table_x[i + 1]) return x * sign; in operator ()()
234 const RealType tail_start = RealType(normal_table<double>::table_x[1]); in generate_tail()
/dports/databases/percona57-server/boost_1_59_0/boost/random/
H A Dnormal_distribution.hpp46 static const RealType table_x[129]; member
51 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
213 const double * const table_x = normal_table<double>::table_x; in operator ()() local
220 RealType x = vals.first * RealType(table_x[i]); in operator ()()
221 if(x < table_x[i + 1]) return x * sign; in operator ()()
234 const RealType tail_start = RealType(normal_table<double>::table_x[1]); in generate_tail()
/dports/databases/percona57-client/boost_1_59_0/boost/random/
H A Dnormal_distribution.hpp46 static const RealType table_x[129]; member
51 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
213 const double * const table_x = normal_table<double>::table_x; in operator ()() local
220 RealType x = vals.first * RealType(table_x[i]); in operator ()()
221 if(x < table_x[i + 1]) return x * sign; in operator ()()
234 const RealType tail_start = RealType(normal_table<double>::table_x[1]); in generate_tail()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/random/
H A Dnormal_distribution.hpp46 static const RealType table_x[129]; member
51 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
213 const double * const table_x = normal_table<double>::table_x; in operator ()() local
220 RealType x = vals.first * RealType(table_x[i]); in operator ()()
221 if(x < table_x[i + 1]) return x * sign; in operator ()()
234 const RealType tail_start = RealType(normal_table<double>::table_x[1]); in generate_tail()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/random/
H A Dnormal_distribution.hpp46 static const RealType table_x[129]; member
51 const RealType normal_table<RealType>::table_x[129] = { member in boost::random::detail::normal_table<RealType>
213 const double * const table_x = normal_table<double>::table_x; in operator ()() local
220 RealType x = vals.first * RealType(table_x[i]); in operator ()()
221 if(x < table_x[i + 1]) return x * sign; in operator ()()
234 const RealType tail_start = RealType(normal_table<double>::table_x[1]); in generate_tail()

12