Home
last modified time | relevance | path

Searched refs:max_t (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/hana/fwd/
Dmax.hpp35 struct max_t {
40 constexpr max_t max{};
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dmax.hpp35 struct max_t {
40 constexpr max_t max{};
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_surfacedefs.h39 #define max_t(type, x, y) ((x) > (y) ? (x) : (y)) macro
959 size.width = max_t(uint32, base_level.width >> mip_level, 1); in svga3dsurface_get_mip_size()
960 size.height = max_t(uint32, base_level.height >> mip_level, 1); in svga3dsurface_get_mip_size()
961 size.depth = max_t(uint32, base_level.depth >> mip_level, 1); in svga3dsurface_get_mip_size()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_intersection_shader.c193 nir_ssa_def *max_t = nir_load_global(b, t_addr, 4, 1, 32); in brw_nir_lower_intersection_shader() local
202 nir_fge(b, max_t, hit_t))); in brw_nir_lower_intersection_shader()
/third_party/boost/libs/hana/include/boost/hana/
Dmax.hpp25 constexpr decltype(auto) max_t::operator()(X&& x, Y&& y) const { in operator ()()
/third_party/boost/boost/hana/
Dmax.hpp25 constexpr decltype(auto) max_t::operator()(X&& x, Y&& y) const { in operator ()()
/third_party/libnl/include/netlink-private/
Dnetlink.h175 #define max_t(type,x,y) \ macro
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c212 #define max_t(type, x, y) ({ \ macro
631 start = max_t(unsigned long, pg_start[i], index); in walk_task()
/third_party/libnl/lib/
Dmsg.c158 return max_t(int, nlmsg_len(nlh) - NLMSG_ALIGN(hdrlen), 0); in nlmsg_attrlen()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c1037 nir_ssa_def *max_t = nir_load_ray_t_max(b); in nir_lower_intersection_shader() local
1043 nir_push_if(b, nir_iand(b, nir_fge(b, hit_t, min_t), nir_fge(b, max_t, hit_t))); in nir_lower_intersection_shader()
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp1661 …<boost::is_same<boost::intmax_t, long>::value, boost::long_long_type, boost::intmax_t>::type max_t; in eval_logb() typedef
1662 result = static_cast<max_t>(eval_ilogb(val)); in eval_logb()