Searched refs:max_t (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/hana/fwd/ |
D | max.hpp | 35 struct max_t { 40 constexpr max_t max{};
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | max.hpp | 35 struct max_t { 40 constexpr max_t max{};
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_surfacedefs.h | 39 #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/ |
D | brw_nir_lower_intersection_shader.c | 193 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/ |
D | max.hpp | 25 constexpr decltype(auto) max_t::operator()(X&& x, Y&& y) const { in operator ()()
|
/third_party/boost/boost/hana/ |
D | max.hpp | 25 constexpr decltype(auto) max_t::operator()(X&& x, Y&& y) const { in operator ()()
|
/third_party/libnl/include/netlink-private/ |
D | netlink.h | 175 #define max_t(type,x,y) \ macro
|
/third_party/ltp/testcases/kernel/mce-test/tools/ |
D | page-types.c | 212 #define max_t(type, x, y) ({ \ macro 631 start = max_t(unsigned long, pg_start[i], index); in walk_task()
|
/third_party/libnl/lib/ |
D | msg.c | 158 return max_t(int, nlmsg_len(nlh) - NLMSG_ALIGN(hdrlen), 0); in nlmsg_attrlen()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_rt.c | 1037 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/ |
D | default_ops.hpp | 1661 …<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()
|