Searched defs:max (Results 1 - 25 of 577) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A D29989.cc21 #define max(a,b) quirk macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dminmax-1.c5 #define max(a,b) (((a) > (b))? (a) : (b)) macro
H A Dminmax-2.c5 #define max(a,b) (((a) > (b))? (a) : (b)) macro
H A Dpr65103-1.c14 int global_opt (int max) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dupdate-loopch.c2 int max = 33333; variable
H A Dstringop-2.c5 int max=10000; variable
H A Dstringop-1.c5 int max=10000; variable
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dexit_.c14 #undef max macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr45049-1.C12 void max () function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dheaders1.C50 #undef max macro
/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 Dpr51408.c12 int max = (b > 0) ? b : 0; local
H A Dpr56890-2.c7 unsigned int buggy(unsigned int min, unsigned int max) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-40.c6 int max = *it; local
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/asan/
H A Daggressive-opts.c12 int max = 0; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvt-34219.C3 struct max struct
9 struct max<T, a, b> struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-assert1.C6 inline constexpr int exampleFunction(int min, int max) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error2.C14 #undef max macro
17 inline int max(int a, int b) {return a > b ? a : b;}; // { dg-message "note" } function
19 inline double max(double a, double b) {return a > b ? a : b;}; // { dg-message "note" } candidate function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dvisibility-1.C18 T myClass<T>::max (T t1, T t2) { function in class:myClass
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17906.c4 usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack) argument
/haiku-buildtools/isl/
H A Disl_map_no_piplib.c13 isl_pip_basic_map_lexopt( struct isl_basic_map *bmap, struct isl_basic_set *dom, struct isl_set **empty, int max) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/storage/
H A D2.cc43 int max = std::numeric_limits<int>::max() - 1; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/atomic/
H A Dstdatomic-compare-exchange-1.c12 char max = ~0; variable
H A Dstdatomic-compare-exchange-2.c12 short max = ~0; variable

Completed in 140 milliseconds

1234567891011>>