Searched defs:min (Results 126 - 150 of 440) sorted by relevance

1234567891011>>

/haiku-buildtools/cloog/test/reservoir/
H A Dloechner4.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dloechner5.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dpingali1.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dpingali2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dpingali3.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dpingali4.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dpingali5.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dpingali6.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dtang-xue1.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/cloog/test/
H A Dstride.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dstride2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dtest.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dthomasset.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
[all...]
H A Duday_scalars.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dwalters.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dwavefront.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dyosr.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dyosr2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr51600.C1 template<class T> inline T min(T a, T b) { return a < b ? a : b; } function
H A Dpr53364.C7 min(const _Tp& __a, const _Tp& __b) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/autopar/
H A Dreduc-2.c21 int min = x; local
H A Dreduc-2char.c19 signed char min = x; local
H A Dreduc-2short.c19 short min = x; local
H A Dreduc-6.c19 float min = 10; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr40669.c10 double min = y[t], max = z[t], med = x[m * d + t]; local

Completed in 160 milliseconds

1234567891011>>