Home
last modified time | relevance | path

Searched defs:ubound (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/math/distributions/detail/
Dhypergeometric_quantile.hpp28 …_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned /*lbound*/, unsigned ubound, const polici… in round_x_from_p() argument
39 …nd_x_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned lbound, unsigned ubound, const polici… in round_x_from_p()
47 …nd_x_from_p(unsigned x, T p, T cum, T fudge_factor, unsigned lbound, unsigned ubound, const polici… in round_x_from_p()
72 …_from_q(unsigned x, T q, T cum, T fudge_factor, unsigned /*lbound*/, unsigned ubound, const polici… in round_x_from_q() argument
83 …nd_x_from_q(unsigned x, T q, T cum, T fudge_factor, unsigned lbound, unsigned ubound, const polici… in round_x_from_q()
91 …nd_x_from_q(unsigned x, T q, T cum, T fudge_factor, unsigned lbound, unsigned ubound, const polici… in round_x_from_q()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c288 unsigned long long ubound; in lp_build_clamped_float_to_unsigned_norm() local
405 unsigned long long ubound; in lp_build_unsigned_norm_to_float() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp749 …const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::I… in init() local
/third_party/typescript/tests/lib/
Dlib.d.ts17278 ubound(dimension?: number): number; method