Searched refs:quantize (Results 1 – 25 of 28) sorted by relevance
12
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| HD | tst.negquant.d | 33 @["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(1); [all …]
|
| HD | tst.aggpack.d | 22 @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);
|
| HD | tst.allquant.d | 35 @ = quantize(1LL << i); 36 @ = quantize((1LL << i) + 1); 37 @ = quantize(-(1LL << i)); 38 @ = quantize(-(1LL << i) - 1);
|
| HD | tst.quantround.d | 44 @ = quantize(2); 50 @ = quantize(1); 56 @ = quantize(0);
|
| HD | tst.multiaggs1.d | 52 @e[pid] = quantize(new_time); 55 @h[timestamp] = quantize(new_time);
|
| HD | err.D_PROTO_LEN.quantizenoarg.d | 40 @a[1] = quantize();
|
| HD | err.D_PROTO_LEN.quantizetoomany.d | 39 @a[1] = quantize(1, 2, 3);
|
| HD | err.D_AGG_SCALAR.quantizetoofew.d | 39 @a[pid] = quantize(probefunc);
|
| HD | tst.quantize.d | 49 @a[i] = quantize(i);
|
| HD | tst.quantmany.d | 54 @[shift] = quantize(val, val);
|
| HD | tst.multiaggs2.d | 50 @e = quantize(i);
|
| HD | tst.quantzero.d | 55 @[i] = quantize(0, incr);
|
| HD | tst.clearlquantize.d | 51 @b["exp"] = quantize(x);
|
| HD | tst.multiaggs3.d | 54 @f = quantize(i);
|
| HD | tst.negorder.d | 54 @quanty[i] = quantize(1, incr);
|
| HD | tst.negorder.d.out | 1 Ordering of quantize() with some negative weights:
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | stats_timing.d | 58 @stats[probeprov, execname, probefunc] = quantize(this->timediff); 74 @lockstats[probefunc] = quantize(this->timediff);
|
| HD | trace_futexes.d | 160 @timestats[probeprov, execname, probefunc] = quantize(this->timediff);
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/ |
| HD | tst.zero3.d | 34 @bop[345] = quantize(0, 0);
|
| HD | tst.zero.d | 34 @bop[345] = quantize(0);
|
| HD | tst.zero2.d | 33 @bop[345] = quantize(0, 0);
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
| HD | err.D_AGG_SPEC.SpeculateWithQuant.d | 54 @Qauntus[execname] = quantize(timestamp - self->ts);
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printa/ |
| HD | tst.basics.d | 45 @g = quantize(1);
|
| /freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/aggs/ |
| HD | Makefile | 155 tst.quantize.d \ 156 tst.quantize.d.out \
|
| /freebsd-11-stable/share/dtrace/ |
| HD | nfsclienttime | 71 @syscalls[probefunc] = quantize(self->count);
|
12