Searched defs:min (Results 226 - 250 of 440) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/mpfr/tests/
H A Dtexceptions.c195 mpfr_t x, zero, min; local
H A Dtsum.c61 mpfr_exp_t min, max; local
/haiku-buildtools/isl/
H A Disl_scan.c38 static int increment_range(struct isl_scan_callback *cb, isl_int min, isl_int max) argument
107 struct isl_vec *min; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dvalarray_after.h306 _Expr<_Clos, _Tp>::min() const function in class:_Expr
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_defs.h134 T min(T a, T b) { function in namespace:__tsan
/haiku-buildtools/gcc/gcc/
H A Dsbitmap.h150 bmp_iter_set_init(sbitmap_iterator *i, const_sbitmap bmp, unsigned int min, unsigned *bit_no ATTRIBUTE_UNUSED) argument
H A Ddata-streamer.h208 streamer_write_hwi_in_range(struct lto_output_stream *obs, HOST_WIDE_INT min, HOST_WIDE_INT max, HOST_WIDE_INT val) argument
226 streamer_read_hwi_in_range(struct lto_input_block *ib, const char *purpose, HOST_WIDE_INT min, HOST_WIDE_INT max) argument
247 bp_pack_int_in_range(struct bitpack_d *bp, HOST_WIDE_INT min, HOST_WIDE_INT max, HOST_WIDE_INT val) argument
266 bp_unpack_int_in_range(struct bitpack_d *bp, const char *purpose, HOST_WIDE_INT min, HOST_WIDE_INT max) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Darithmetic.s74 min: label
/haiku-buildtools/jam/
H A Dfilevms.c101 # define min( a,b ) ((a)<(b)?(a):(b)) macro
/haiku-buildtools/legacy/binutils/gas/
H A Dmessages.c464 as_internal_value_out_of_range(char * prefix, offsetT val, offsetT min, offsetT max, char * file, unsigned line, int bad) argument
518 as_warn_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
529 as_bad_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Darithmetic.s74 min: label
/haiku-buildtools/legacy/binutils/libiberty/
H A Dfloatformat.c296 #ifndef min macro
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-asm.c329 cgen_validate_signed_integer(long value, long min, long max) argument
349 cgen_validate_unsigned_integer(unsigned long value, unsigned long min, unsigned long max) argument
H A Dfr30-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dfr30-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dfrv-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dip2k-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dip2k-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Diq2000-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Diq2000-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dm32c-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dm32r-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dm32r-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dmt-asm.c41 #undef min macro
42 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dmt-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro

Completed in 233 milliseconds

1234567891011>>