Searched refs:quantize (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_PROTO_LEN.quantizenoarg.d32 * quantize() should not accept a call with no arguments
40 @a[1] = quantize();
H A Derr.D_PROTO_LEN.quantizetoomany.d31 * quantize() should not have more than two arguments
39 @a[1] = quantize(1, 2, 3);
H A Derr.D_AGG_SCALAR.quantizetoofew.d31 * quantize() should not accept a non-scalar value
39 @a[pid] = quantize(probefunc);
H A Dtst.negquant.d33 @["j-church"] = quantize(1, 100);
34 @["j-church"] = quantize(1, -99);
35 @["j-church"] = quantize(1, -1);
41 @["k-ingleside"] = quantize(1, -val);
46 @["l-taraval"] = quantize(0, -val);
47 @["l-taraval"] = quantize(-1, -val);
48 @["l-taraval"] = quantize(1, val);
49 @["l-taraval"] = quantize(1, val);
54 @["m-oceanview"] = quantize(1, (1 << 63) - 1);
55 @["m-oceanview"] = quantize(
[all...]
H A Dtst.quantround.d44 @ = quantize(2);
50 @ = quantize(1);
56 @ = quantize(0);
H A Dtst.allquant.d35 @ = quantize(1LL << i);
36 @ = quantize((1LL << i) + 1);
37 @ = quantize(-(1LL << i));
38 @ = quantize(-(1LL << i) - 1);
H A Dtst.aggpack.d22 @x = quantize(1 << 32);
23 @y[1] = quantize(1);
24 @z["mumble"] = quantize(1);
25 @xx["foo", (char)1, (short)2, (long)3] = quantize(1);
36 @a[i] = quantize(0, i);
37 @a[i] = quantize(1, 100 - i);
H A Dtst.quantize.d31 * Positive quantize() test
35 * NOTES: This is verifiable simple positive test of the quantize() function.
49 @a[i] = quantize(i);
H A Dtst.quantmany.d54 @[shift] = quantize(val, val);
H A Dtst.multiaggs1.d52 @e[pid] = quantize(new_time);
55 @h[timestamp] = quantize(new_time);
H A Dtst.clearlquantize.d51 @b["exp"] = quantize(x);
H A Dtst.multiaggs2.d50 @e = quantize(i);
H A Dtst.quantzero.d55 @[i] = quantize(0, incr);
H A Dtst.multiaggs3.d54 @f = quantize(i);
H A Dtst.negorder.d54 @quanty[i] = quantize(1, incr);
64 printf("Ordering of quantize() with some negative weights:\n");
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.zero3.d34 @bop[345] = quantize(0, 0);
H A Dtst.zero.d34 @bop[345] = quantize(0);
H A Dtst.zero2.d33 @bop[345] = quantize(0, 0);
H A Dtst.many.d35 @agg996[996] = quantize(998);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/
H A Dtst.basics.d45 @g = quantize(1);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_AGG_SPEC.SpeculateWithQuant.d54 @Qauntus[execname] = quantize(timestamp - self->ts);
/freebsd-12-stable/sys/compat/linux/
H A Dstats_timing.d58 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
74 @lockstats[probefunc] = quantize(this->timediff);
H A Dtrace_futexes.d160 @timestats[probeprov, execname, probefunc] = quantize(this->timediff);
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile155 tst.quantize.d \
156 tst.quantize.d.out \
/freebsd-12-stable/share/dtrace/
H A Dnfsclienttime71 @syscalls[probefunc] = quantize(self->count);

Completed in 197 milliseconds

12