Searched defs:min_t (Results 1 – 4 of 4) sorted by relevance
53 #define min_t(type, x, y) min(x, y) macro
135 #define min_t(type,x,y) \ macro
409 double min_t=1000000.0, sum_t=0.0; in runTestLoop() local
325 #define min_t(type, x, y) min(x, y) macro