Home
last modified time | relevance | path

Searched refs:hazard (Results 1 – 25 of 59) sorted by relevance

123

/third_party/boost/libs/math/test/compile_test/
Dtest_compile_result.hpp106 check_result<value_type>(hazard(dist, x)); in constraints()
125 check_result<value_type>(hazard(dist, f)); in constraints()
132 check_result<value_type>(hazard(dist, d)); in constraints()
139 check_result<value_type>(hazard(dist, l)); in constraints()
146 check_result<value_type>(hazard(dist, i)); in constraints()
154 check_result<value_type>(hazard(dist, li)); in constraints()
/third_party/boost/libs/math/dot_net_example/boost_math/
Dboost_math.h50 virtual double hazard(double x)const = 0;
126 virtual double hazard(double x)const in hazard() function
128 return boost::math::hazard(m_dist, x); in hazard()
224 double hazard(double x) in hazard() function
227 return pimpl->hazard(x); in hazard()
/third_party/boost/libs/math/test/
Dtest_dist_overloads.cpp48 ::boost::math::hazard(normal_distribution<RealType>(), i), in test_spots()
49 ::boost::math::hazard(normal_distribution<RealType>(), static_cast<RealType>(i)), in test_spots()
Dtest_gamma_dist.cpp187 hazard(dist, x) in test_spots()
Dtest_lognormal.cpp201 hazard(dist, x) in test_spots()
Dtest_fisher_f.cpp384 hazard(dist, x) in test_spots()
Dtest_chi_squared.cpp414 hazard(dist, x) in test_spots()
Dtest_nc_f.cpp256 hazard(dist, x) in test_spots()
Dtest_triangular.cpp452 hazard(tridef, x), pdf(tridef, x) / cdf(complement(tridef, x)), tolerance); in test_spots()
500 hazard(tri01, x), pdf(tri01, x) / cdf(complement(tri01, x)), tolerance); in test_spots()
Dtest_laplace.cpp322 RealType h2( hazard(laplace_distribution<RealType>(), x) ); in test_hazard_pdf_cdf_symmetry()
Dtest_normal.cpp249 hazard(dist, x) in test_spots()
Dtest_weibull.cpp281 hazard(dist, x) in test_spots()
Dtest_uniform.cpp306 hazard(distu01, x), pdf(distu01, x) / cdf(complement(distu01, x)), tolerance); in test_spots()
Dtest_skew_normal.cpp287 hazard(dist, x) in test_spots()
Dtest_inverse_gamma_distribution.cpp216 …BOOST_CHECK_CLOSE_FRACTION(hazard(dist51, x), pdf(dist51, x) / cdf(complement(dist51, x)), tol_few… in test_spots()
Dtest_geometric.cpp535 hazard(dist, x) in test_spots()
Dtest_nc_chi_squared.hpp233 hazard(dist, x) in test_spots()
/third_party/boost/boost/math/concepts/
Ddistributions.hpp83 RealType hazard(const distribution_archetype<RealType>& dist);
148 v = hazard(dist, x); in constraints()
179 v = hazard(dist, f); in constraints()
194 v = hazard(dist, d); in constraints()
210 v = hazard(dist, ld); in constraints()
226 v = hazard(dist, i); in constraints()
241 v = hazard(dist, li); in constraints()
/third_party/boost/libs/math/doc/equations/
Dhazard.mml3 <mtext>hazard</mtext>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td163 def FeatureVcmpxPermlaneHazard : SubtargetFeature<"vcmpx-permlane-hazard",
169 def FeatureVMEMtoScalarWriteHazard : SubtargetFeature<"vmem-to-scalar-write-hazard",
175 def FeatureSMEMtoVectorWriteHazard : SubtargetFeature<"smem-to-vector-write-hazard",
187 def FeatureVcmpxExecWARHazard : SubtargetFeature<"vcmpx-exec-war-hazard",
190 "V_CMPX WAR hazard on EXEC (V_CMPX issue ONLY)"
193 def FeatureLdsBranchVmemWARHazard : SubtargetFeature<"lds-branch-vmem-war-hazard",
481 def FeatureNoDataDepHazard : SubtargetFeature<"no-data-dep-hazard",
/third_party/boost/boost/math/distributions/detail/
Dderived_accessors.hpp59 inline typename Distribution::value_type hazard(const Distribution& dist, const RealType& x) in hazard() function
/third_party/boost/libs/math/doc/distributions/
Dnon_members.qbk110 [h4:hazard Hazard Function]
113 RealType hazard(const ``['Distribution-Type]``<RealType, ``__Policy``>& dist, const RealType& x);
120 [equation hazard]
124 density function rather than the hazard function.]
/third_party/mesa3d/docs/relnotes/
D18.2.7.rst40 write-after-write hazard
/third_party/boost/libs/math/doc/concepts/
Dconcepts.qbk488 [[chf(cd, cr)][RealType][Returns the cumulative hazard function of the distribution.]]
489 [[hazard(cd, cr)][RealType][Returns the hazard function of the distribution.]]
625 hazard\/chf\/coefficient_of_variation functions are implemented in
/third_party/libwebsockets/READMEs/
DREADME.tls-sessions.md111 security hazard. It's left to the user to take any necessary steps to secure

123