Searched refs:dmax (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/plugin/
H A Dwide-int_plugin.c13 double_int dmax = { -1, HOST_WIDE_INT_MAX }; local
20 div = dmax.udivmod (dnegone, ROUND_DIV_EXPR, &mod);
22 || mod.low != dmax.low || mod.high != dmax.high)
/haiku-buildtools/gcc/mpfr/examples/
H A Ddivworst.c6 * Arguments: max difference of exponents dmax, significand size n.
10 * 1/2 <= y < 1, 0 <= Ex - Ey <= dmax, x - y is exactly representable
55 int dmax, n, p; local
60 fprintf (stderr, "Usage: divworst <dmax> <n> [ <p> ]\n");
64 dmax = atoi (argv[1]);
77 mpfr_get_exp (x) <= dmax;
/haiku-buildtools/gcc/zlib/
H A Dinflate.h87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
H A Dinflate.c117 state->dmax = 32768U;
679 state->dmax = 1U << len;
1114 if (state->offset > state->dmax) {
H A Dinfback.c63 state->dmax = 32768U;
/haiku-buildtools/binutils/zlib/
H A Dinflate.h87 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */ local
105 dmax = state->dmax;
177 if (dist > dmax) {
H A Dinflate.c118 state->dmax = 32768U;
680 state->dmax = 1U << len;
1115 if (state->offset > state->dmax) {
H A Dinfback.c63 state->dmax = 32768U;
/haiku-buildtools/legacy/gcc/libf2c/
H A Dg2c.hin172 #define dmax(a,b) (doublereal)max(a,b)
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dinffas32.asm36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dinffas32.asm36 ; zlib122sup is 8 fort zlib 1.2.2.2 and more (with addition of dmax and head
/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c426 int parse_scientific( int limit, double* valptr, double dmin, double dmax )

Completed in 127 milliseconds