Home
last modified time | relevance | path

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

/dports/math/stanmath/math-4.2.0/stan/math/opencl/prim/
H A Dlog_mix.hpp59 auto check_theta_bounded in log_mix() local
68 results(check_lambda_not_nan, check_theta_bounded, lambda_p_log_theta, in log_mix()
77 check_theta_bounded = theta_bounded; in log_mix()
H A Dbernoulli_cdf.hpp48 auto check_theta_bounded = check_cl(function, "Probability parameter", in bernoulli_cdf() local
62 results(check_theta_bounded, any_n_negative_cl, Pi_cl, P_cl) in bernoulli_cdf()
H A Dbernoulli_lccdf.hpp49 auto check_theta_bounded = check_cl(function, "Probability parameter", in bernoulli_lccdf() local
63 results(check_theta_bounded, any_n_negative_cl, any_n_over_one_cl, P_cl, in bernoulli_lccdf()
H A Dbernoulli_lcdf.hpp49 auto check_theta_bounded = check_cl(function, "Probability parameter", in bernoulli_lcdf() local
63 results(check_theta_bounded, any_n_negative_cl, P_cl, deriv_cl) in bernoulli_lcdf()
H A Dbernoulli_lpmf.hpp63 auto check_theta_bounded = check_cl(function, "Probability parameter", in bernoulli_lpmf() local
70 results(logp_cl, deriv_cl, check_n_bounded, check_theta_bounded) in bernoulli_lpmf()
H A Dbinomial_lpmf.hpp62 auto check_theta_bounded = check_cl(function, "Probability parameter", in binomial_lpmf() local
102 results(check_n_bounded, check_N_nonnegative, check_theta_bounded, logp_cl, in binomial_lpmf()