Home
last modified time | relevance | path

Searched defs:min_t (Results 1 – 8 of 8) sorted by relevance

/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
/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
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
/third_party/icu/icu4c/source/tools/ctestfw/
Duperf.cpp411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
/third_party/libnl/include/netlink-private/
Dnetlink.h173 #define min_t(type,x,y) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h138 #define min_t(t, x, y) ((t)(x) < (t)(y) ? (t)(x) : (t)(y)) macro
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c207 #define min_t(type, x, y) ({ \ macro
/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