Searched defs:min (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dredecl1.C3 inline int min(int x, int y) {return x < y ? x : y;} /* 235 */// { dg-message "" } .* function
5 inline int min(int a, int b) {return (a < b)?a:b;}// { dg-error "" } .* function
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dexit_.c13 #undef min macro
H A DF77_aloc.c3 #undef min macro
H A Ds_stop.c9 #undef min macro
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Drefs3.C3 const int& min(const int& n, const int& m) function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dheaders1.C51 #undef min macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D990913-1.c4 unsigned char hrs, min; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20050104-1.c6 long long min () function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dpr53992.c8 long i, min=10000; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dtest_slice.f907 real (kind = 8) :: min, max variable in program:test_slice
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr56890-1.c7 unsigned int buggy(unsigned int min, unsigned int max) argument
H A Dpr56890-2.c7 unsigned int buggy(unsigned int min, unsigned int max) argument
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A D235.go26 func min(xs []uint64) uint64 { func
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-eh-spec.C4 static constexpr T min() throw() { return T(); } function in class:my_limits
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Ddiv-by-zero-3.c9 volatile int min = INT_MIN; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-assert1.C6 inline constexpr int exampleFunction(int min, int max) argument
/haiku-buildtools/cloog/test/
H A D0D-1.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A D0D-2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A D0D-3.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dbasic-bounds-1.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dbasic-bounds-2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dbasic-bounds-6.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dsingleton.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dalways_inline-1.C12 inline __attribute__ ((always_inline)) const T& min(const T& a, const T& b) function in namespace:X
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dexplicit.C13 template <class T> T min (T a, T b) { return (a < b ? a : b); } function

Completed in 110 milliseconds

1234567891011>>