Searched refs:subtract (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DHRTime.java78 .subtract(older.getValue()))));
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatistic.java95 public AggregateStatistic subtract(AggregateStatistic o); method in interface:AggregateStatistic
275 public AggregateStatistic subtract(AggregateStatistic o) method in class:DoubleStatistic
363 public AggregateStatistic subtract(AggregateStatistic o) method in class:LongStatistic
450 public AggregateStatistic subtract(AggregateStatistic o) method in class:UnsignedInt64Statistic
456 new UnsignedInt64(v1.subtract(v2)),
H A DResourceMonitor.java236 subtract(sv2).getValue()).
239 subtract(sv2).getValue());
H A DStatisticList.java734 total = total.subtract(e.getTarget());
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dldivide.s72 subl rop(%esp),%edi / subtract denominator from remainder
76 / can't subtract the denominator from the remainder, add it back
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DStddevValue.java105 diff = diff.subtract(nextTry);
128 BigInteger stddev = averageOfSquares.subtract(squareOfAverage);
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpm1.s61 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
H A Dexpm1f.s63 / [z] != 0, compute exp(x) and then subtract one to get expm1(x)
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h51 FNPROTO(subtract); variable
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s253 1: sub %o5, 8, %o5 ! subtract 8 from src
258 subcc %o2, 8, %o2 ! subtract 8 byte from size
270 1: sub %o5, 8, %o5 ! subtract from src
272 subcc %o3, 8, %o3 ! subtract from size
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s156 ! restore %o5 and subtract from %o3
H A Drem.s155 ! restore %o5 and subtract from %o3
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1291 uint64_t user, uint64_t group, boolean_t subtract)
1295 if (subtract)
1290 do_userquota_update(userquota_cache_t *cache, uint64_t used, uint64_t flags, uint64_t user, uint64_t group, boolean_t subtract) argument
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s30 ! * of the quad precision add and subtract operations.
413 ! /* subtract, propagating borrows */
590 ldx [%i0+8],%o3 ! subtract, propagating borrows
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c68 subtract(fcode_env_t *env) function
2503 ANSI(0x01f, 0, "-", subtract);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1438 * in the error log register (subtract one). Log the error
1495 subcc %g3, 1, %g3 ! subtract one from it
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2556 % common last two arguments. Also subtract one from the initial value in

Completed in 109 milliseconds