HomeSort by: relevance | last modified time | path
    Searched defs:DELTA (Results 1 - 11 of 11) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
log_adhoc.c 155 #define DELTA(x, y, z) \
180 DELTA(delay, now, stats->incoming_arrival);
185 DELTA(pdelay, stats->active_arrival, stats->incoming_arrival);
187 DELTA(adelay, stats->agent_handoff, stats->active_arrival);
189 DELTA(sdelay, stats->conn_setup_done, stats->agent_handoff);
190 DELTA(xdelay, now, stats->conn_setup_done);
193 DELTA(xdelay, now, stats->agent_handoff);
197 DELTA(adelay, now, stats->active_arrival);
201 DELTA(pdelay, now, stats->incoming_arrival);
  /src/external/gpl3/binutils/dist/gprofng/src/
CallStack.h 50 DELTA = 8
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CallStack.h 50 DELTA = 8
  /src/usr.bin/vmstat/
drvstats.c 70 * Take the delta between the present values and the last recorded
72 * the delta values in the 'cur' structure.
86 #define DELTA(x) do { \
125 /* Delta Values. */
132 DELTA(wait[i]);
133 DELTA(time[i]);
134 DELTA(waitsum[i]);
135 DELTA(busysum[i]);
136 DELTA(timestamp[i]);
170 #undef DELTA
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
namespace.cc 14 DELTA
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
namespace.cc 14 DELTA
  /src/sys/dev/rasops/
rasops.h 213 #define DELTA(p, d, cast) ((p) = (cast)((uint8_t *)(p) + (d)))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
callfuncs.c 99 #define DELTA (0.001)
342 return ((float_arg1 - float_val1) < DELTA
343 && (float_arg1 - float_val1) > -DELTA
344 && (float_arg2 - float_val2) < DELTA
345 && (float_arg2 - float_val2) > -DELTA);
358 return ((float_arg1 - float_val1) < DELTA
359 && (float_arg1 - float_val1) > -DELTA
360 && (float_arg2 - float_val2) < DELTA
361 && (float_arg2 - float_val2) > -DELTA);
391 return ((sum_args - sum_values) < DELTA
    [all...]
dfp-test.c 21 #define DELTA (0.0001df)
153 && (arg1 - dec128_val2) < DELTA
154 && (arg1 - dec128_val2) > -DELTA
184 return ((arg0 - dec32_val1) < DELTA
185 && (arg0 - dec32_val1) > -DELTA
186 && (arg1 - dec64_val1) < DELTA
187 && (arg1 - dec64_val1) > -DELTA
188 && (arg2 - dec128_val1) < DELTA
189 && (arg2 - dec128_val1) > -DELTA);
216 return ((sum_args - sum_values) < DELTA
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
callfuncs.c 99 #define DELTA (0.001)
342 return ((float_arg1 - float_val1) < DELTA
343 && (float_arg1 - float_val1) > -DELTA
344 && (float_arg2 - float_val2) < DELTA
345 && (float_arg2 - float_val2) > -DELTA);
358 return ((float_arg1 - float_val1) < DELTA
359 && (float_arg1 - float_val1) > -DELTA
360 && (float_arg2 - float_val2) < DELTA
361 && (float_arg2 - float_val2) > -DELTA);
391 return ((sum_args - sum_values) < DELTA
    [all...]
dfp-test.c 21 #define DELTA (0.0001df)
153 && (arg1 - dec128_val2) < DELTA
154 && (arg1 - dec128_val2) > -DELTA
184 return ((arg0 - dec32_val1) < DELTA
185 && (arg0 - dec32_val1) > -DELTA
186 && (arg1 - dec64_val1) < DELTA
187 && (arg1 - dec64_val1) > -DELTA
188 && (arg2 - dec128_val1) < DELTA
189 && (arg2 - dec128_val1) > -DELTA);
216 return ((sum_args - sum_values) < DELTA
    [all...]

Completed in 23 milliseconds