Searched defs:min_t (Results 1 – 6 of 6) sorted by relevance
411 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
173 #define min_t(type,x,y) \ macro
218 #define min_t(type, x, y) ({ \ macro
138 #define min_t(t, x, y) ((t)(x) < (t)(y) ? (t)(x) : (t)(y)) macro