Searched defs:min (Results 201 - 225 of 440) sorted by relevance

1234567891011>>

/haiku-buildtools/cloog/test/
H A Dequality2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dsor1d.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
[all...]
H A Dvasilache.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/cloog/test/isl/
H A Djacobi-shared.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/cloog/test/reservoir/
H A DQR.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dmg-interp2.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dmg-rprj3.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
H A Dmg-interp.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinftree9.c42 unsigned min, max; /* minimum and maximum code lengths */ local
/haiku-buildtools/gcc/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/gomp/
H A Dudr6.f90153 integer :: min local in subroutine:f8
183 integer :: min local in subroutine:f13
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dsanitizer_test_utils.h21 # undef min macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-initlist.C39 E min(initializer_list<E> list) function in namespace:xstd
/haiku-buildtools/binutils/zlib/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
[all...]
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinftree9.c42 unsigned min, max; /* minimum and maximum code lengths */ local
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dfindlc.c109 mpz_t min, max; local
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dopen.c23 #undef min macro
H A Drdfmt.c10 #undef min macro
/haiku-buildtools/legacy/gcc/libiberty/
H A Dfloatformat.c151 #ifndef min macro
/haiku-buildtools/cloog/source/
H A Dint.c120 int i, min = cloog_seq_first_non_zero(p, len); local
134 int i, min = cloog_seq_abs_min_non_zero(p, len); local
[all...]
/haiku-buildtools/cloog/test/non_optimal/
H A Dusvd_e_t.good.c8 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr49039.C24 static size_t min (size_t a, size_t b) { return a < b ? a : b; } function in struct:S
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-2.c25 double rand_double(double min, double max) argument
40 vec_double2 rand_vd(double min, double max) argument
/haiku-buildtools/gcc/mpfr/src/
H A Ddigamma.c208 unsigned long j = 0, min; local
H A Dsum.c52 mpfr_exp_t min, max; local
98 count_sort(mpfr_srcptr *const tab, unsigned long n, mpfr_srcptr *perm, mpfr_exp_t min, mpfr_uexp_t exp_num) argument
[all...]

Completed in 206 milliseconds

1234567891011>>