Searched refs:normalize (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.normal.d37 normalize(@, 10);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multinormalize.d59 normalize(@func1, 5);
63 normalize(@func2, 5);
H A Dtst.denormalize.d57 normalize(@func, 5);
H A Dtst.lquantnormal.d49 normalize(@, 5);
H A Dtst.clearnormalize.d59 normalize(@func, 5);
73 normalize(@func, 5);
H A Derr.D_NORMALIZE_AGGARG.bad.d33 * The first argument to normalize() should be an aggregation.
63 normalize(count(), 4);
H A Derr.D_NORMALIZE_PROTO.bad.d33 * normalize() accepts 2 args - passing fewer is an error.
62 normalize(@func);
H A Derr.D_NORMALIZE_SCALAR.bad.d33 * The second argument to normalize() should be a scalar.
62 normalize(@func, "hello");
H A Dtst.fmtnormalize.d58 normalize(@func, 5);
H A Dtst.normalize.d58 normalize(@func, 5);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d53 normalize(@func, (timestamp - start) / 1000000000);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Apps/
H A Dnfswizard.d75 normalize(@rbytes, 1000000);
78 normalize(@wbytes, 1000000);
83 normalize(@rbytes, (timestamp - timestart) / 1000000);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
91 normalize(@avgtime, 1000000);
93 normalize(@maxtime, 1000000);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dnfswizard.d75 normalize(@rbytes, 1000000);
78 normalize(@wbytes, 1000000);
83 normalize(@rbytes, (timestamp - timestart) / 1000000);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
91 normalize(@avgtime, 1000000);
93 normalize(@maxtime, 1000000);
H A Diofileb.d56 normalize(@files, 1024);
H A Drunocc.d52 normalize(@qocc, 10);
H A Dsh_wasted.d92 normalize(@types_cmd, 1000);
97 normalize(@types_wasted, 1000);
H A Diofile.d76 normalize(@files, 1000);
H A Djs_objcpu.d57 normalize(@total, 1000000);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Cpu/
H A Drunocc.d52 normalize(@qocc, 10);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Disk/
H A Diofileb.d56 normalize(@files, 1024);
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DTimeValue.h92 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); }
103 this->normalize();
121 this->normalize();
131 this->normalize();
287 this->normalize();
298 this->normalize();
305 this->normalize();
312 this->normalize();
320 this->normalize();
328 this->normalize();
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h55 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmktime.c114 normalize( function
144 normalize(&tmbuf.tm_hour, &tmbuf.tm_min, MINSPERHOUR);
198 normalize(&yourtm.tm_min, &yourtm.tm_sec, SECSPERMIN);
199 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR);
200 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY);
201 normalize(&yourtm.tm_year, &yourtm.tm_mon, MONSPERYEAR);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_wasted.d92 normalize(@types_cmd, 1000);
97 normalize(@types_wasted, 1000);
/freebsd-9.3-release/release/doc/share/misc/
H A Dman2hwnotes.pl133 sub normalize (@) { subroutine
259 parabuf_addline(\%mdocvars, normalize($txt));
290 parabuf_addline(\%mdocvars, normalize($txt . $punct_str));
300 parabuf_addline(\%mdocvars, normalize($txt));
305 normalize("<quote xmlns=\"http://docbook.org/ns/docbook\">$txt</quote>$punct_str"));
312 parabuf_addline(\%mdocvars, normalize($1));
317 parabuf_addline(\%mdocvars, normalize($txt));
331 normalize("<emphasis xmlns=\"http://docbook.org/ns/docbook\">$txt</emphasis>$punct_str"));
338 parabuf_addline(\%mdocvars, normalize($_));

Completed in 196 milliseconds

1234