Home
last modified time | relevance | path

Searched refs:min_t (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
431 if(t<min_t) { in runTestLoop()
432 min_t=t; in runTestLoop()
459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop()
465 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
431 if(t<min_t) { in runTestLoop()
432 min_t=t; in runTestLoop()
459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop()
465 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()
/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
431 if(t<min_t) { in runTestLoop()
432 min_t=t; in runTestLoop()
459 name, min_t, (int)loops, (min_t*1E9)/(loops*ops)); in runTestLoop()
465 … name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events)); in runTestLoop()
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dmin.hpp42 struct min_t {
47 constexpr min_t min{};
/third_party/boost/boost/hana/fwd/
Dmin.hpp42 struct min_t {
47 constexpr min_t min{};
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c207 #define min_t(type, x, y) ({ \ macro
578 batch = min_t(unsigned long, count, KPAGEFLAGS_BATCH); in walk_pfn()
601 batch = min_t(unsigned long, count, PAGEMAP_BATCH); in walk_vma()
632 index = min_t(unsigned long, pg_end[i], end); in walk_task()
645 opt_size[nr_addr_ranges] = min_t(unsigned long, size, ULONG_MAX-offset); in add_addr_range()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_intersection_shader.c192 nir_ssa_def *min_t = nir_load_ray_t_min(b); in brw_nir_lower_intersection_shader() local
201 nir_push_if(b, nir_iand(b, nir_fge(b, hit_t, min_t), in brw_nir_lower_intersection_shader()
/third_party/boost/libs/hana/include/boost/hana/
Dmin.hpp25 constexpr decltype(auto) min_t::operator()(X&& x, Y&& y) const { in operator ()()
/third_party/boost/boost/hana/
Dmin.hpp25 constexpr decltype(auto) min_t::operator()(X&& x, Y&& y) const { in operator ()()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h137 #ifndef min_t
138 #define min_t(t, x, y) ((t)(x) < (t)(y) ? (t)(x) : (t)(y)) macro
/third_party/libnl/lib/route/link/
Dinet.c113 int len = min_t(int, IPV4_DEVCONF_MAX, nla_len(tb[IFLA_INET_CONF]) / 4); in inet_parse_af()
Dinet6.c202 len = min_t(int, __IPSTATS_MIB_MAX, len); in inet6_parse_protinfo()
213 int len = min_t(int, __ICMP6_MIB_MAX, nla_len(tb[IFLA_INET6_ICMP6STATS]) / 8); in inet6_parse_protinfo()
/third_party/libnl/include/netlink-private/
Dnetlink.h173 #define min_t(type,x,y) \ macro
/third_party/libnl/lib/route/cls/
Dematch_syntax.y414 $$.index = min_t(int, $$.len, nl_addr_get_prefixlen(addr)/8);
/third_party/libnl/lib/
Dattr.c361 minlen = min_t(int, count, nla_len(src)); in nla_memcpy()
/third_party/NuttX/drivers/usbdev/gadget/
Dcdcacm.c1455 val = (int)min_t(unsigned, len, sizeof(struct usb_cdc_line_state)); in cdcacm_setup()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_rt.c1036 nir_ssa_def *min_t = nir_load_ray_t_min(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()