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

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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-error "" } .* function
5 inline int min(int a, int b) {return (a < b)?a:b;}// { dg-error "" } .* function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Drefs3.C3 const int& min(const int& n, const int& m) function
H A Drefs4.C8 const int& min(const int& tX, const int& tY) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D990913-1.c4 unsigned char hrs, min; local
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dmin.c38 min(unsigned int a, unsigned int b) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dmisc.h46 # define min(a, b) ((a) < (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dutil.h20 #define min(a, b) ({ typeof(a) _a = (a); \ macro
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/misc/
H A Dutil.h20 #define min(a, b) ({ typeof(a) _a = (a); \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Drefs3.C3 const int& min(const int& n, const int& m) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dheaders1.C51 #undef min macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D990913-1.c4 unsigned char hrs, min; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20050104-1.c6 long long min () function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20050104-1.c6 long long min () function
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Dvaxstand.h49 #define min(x,y) (x < y ? x : y) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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-error "" } .* function
5 inline int min(int a, int b) {return (a < b)?a:b;}// { dg-error "" } .* function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dinline-1.c6 double min; member in struct:__anon4190
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dhash.h48 #define min(a,b) (((a)>(b))?(b):(a)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpack-test-1.c24 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-vect-reduc-5.c19 float min = 10; local
H A Dfast-math-vect-reduc-7.c19 double min = 10; local
H A Dtrapv-vect-reduc-4.c17 int min = 10; local
H A Dvect-reduc-6.c16 float min = 10; local

Completed in 159 milliseconds

1234567891011>>