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

123

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.normal.d37 normalize(@, 10);
/freebsd-11-stable/contrib/atf/atf-sh/
H A Dnormalize_test.sh36 -o match:'c-d: test value 2' -e ignore ${h} normalize
/freebsd-11-stable/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.stddev.normalize.d44 normalize(@, 10);
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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d53 normalize(@func, (timestamp - start) / 1000000000);
/freebsd-11-stable/tools/tools/netmap/
H A Dctrs.h21 norm2(char *buf, double val, char *fmt, int normalize) argument
25 if (normalize)
35 norm(char *buf, double val, int normalize) argument
37 if (normalize)
38 return norm2(buf, val, "%.3f %s", normalize);
40 return norm2(buf, val, "%.0f %s", normalize);
/freebsd-11-stable/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-11-stable/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($_));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h57 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
64 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/freebsd-11-stable/kerberos5/lib/libwind/
H A DMakefile21 normalize.c \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc68 scale += normalize(&aSignificand);
70 scale += normalize(&bSignificand);
74 // denormal path it was already set by normalize( ), but setting it twice
H A Dfp_add_impl.inc75 aExponent = normalize(&aSignificand);
77 bExponent = normalize(&bSignificand);
87 // was already set by normalize( ), but setting it twice won't hurt
H A Ddivsf3.c74 scale += normalize(&aSignificand);
76 scale -= normalize(&bSignificand);
80 // denormal path it was already set by normalize( ), but setting it twice
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.am33 normalize.c \
73 test-normalize \
104 normalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
105 $(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/CompositionExclusions-3.2.0.txt $(builddir)
129 gen-normalize.py \
/freebsd-11-stable/contrib/gcc/
H A Dsreal.c61 static void normalize (sreal *);
135 normalize (sreal *x) function
281 normalize (r);
386 normalize (r);
436 normalize (r);
478 normalize (r);
490 normalize (r);
535 normalize (r);
541 normalize (r);
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c415 normalize(struct number *n, u_int s) function
426 normalize(n, 0);
534 normalize(value->u.num, 0);
771 normalize(n, 0);
988 normalize(a, r->scale);
990 normalize(b, r->scale);
1015 normalize(a, r->scale);
1017 normalize(b, r->scale);
1041 normalize(r, max(scale, max(ascale, bscale)));
1089 normalize(
[all...]
H A Dbcode.h90 void normalize(struct number *, u_int);

Completed in 130 milliseconds

123