Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/netbsd-src/external/cddl/dtracetoolkit/dist/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 Djs_cputime.d101 normalize(@types, 1000);
106 normalize(@types_excl, 1000);
111 normalize(@types_incl, 1000);
H A Djs_calltime.d101 normalize(@types, 1000);
106 normalize(@types_excl, 1000);
111 normalize(@types_incl, 1000);
H A Dj_calltime.d113 normalize(@types, 1000);
119 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
H A Drb_calltime.d115 normalize(@types, 1000);
120 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
H A Drb_cputime.d115 normalize(@types, 1000);
120 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
H A Dj_cputime.d113 normalize(@types, 1000);
119 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
H A Dsh_calltime.d122 normalize(@types, 1000);
127 normalize(@types_excl, 1000);
132 normalize(@types_incl, 1000);
/netbsd-src/external/cddl/dtracetoolkit/dist/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);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-longdouble.cc36 longdouble::normalize (void) in normalize() function in longdouble
118 return x.normalize (); in add()
126 return x.normalize (); in sub()
134 return x.normalize (); in mul()
142 return x.normalize (); in div()
169 return x.normalize (); in mod()
177 return x.normalize (); in neg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-longdouble.cc42 longdouble::normalize (void) in normalize() function in longdouble
124 return x.normalize (); in add()
132 return x.normalize (); in sub()
140 return x.normalize (); in mul()
148 return x.normalize (); in div()
175 return x.normalize (); in mod()
183 return x.normalize (); in neg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalign.h31 void normalize () in normalize() function
58 normalize ();
62 void normalize () in normalize() function
65 levels[i].normalize (); in normalize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalign.h31 void normalize () in normalize() function
58 normalize ();
62 void normalize () in normalize() function
65 levels[i].normalize (); in normalize()
H A Dgimple-predicate-analysis.h106 void normalize (gimple * = NULL, bool = false);
132 void normalize (pred_chain *, pred_info, tree_code, pred_chain *,
135 void normalize (const pred_info &);
136 void normalize (const pred_chain &);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A DMakefile.am33 normalize.c \
73 test-normalize \
102 normalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.…
103 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio…
127 gen-normalize.py \
H A DNTMakefile46 $(OBJ)\normalize.obj \
76 …_table.h $(OBJ)\normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py
78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2…
105 $(OBJ)\test-normalize.exe \
124 $(OBJ)\test-normalize.exe: $(OBJ)\test-normalize.obj
141 -test-normalize.exe $(SRCDIR)\NormalizationTest.txt
H A DChangeLog42 * test-normalize.c: include roken.h
80 * normalize.c: use generated constant for length, check for
83 * gen-normalize.py, test-normalize.c: use generated constant for length
126 * gen-normalize.py:
/netbsd-src/usr.bin/dc/
H A Dbcode.c420 normalize(struct number *n, u_int s) in normalize() function
429 normalize(n, 0); in get_ulong()
527 normalize(value->u.num, 0); in pop_print()
763 normalize(n, 0); in to_ascii()
969 normalize(a, r->scale); in badd()
971 normalize(b, r->scale); in badd()
997 normalize(a, r->scale); in bsub()
999 normalize(b, r->scale); in bsub()
1023 normalize(r, max(scale, max(ascale, bscale))); in bmul_number()
1073 normalize(a, scale); in bdiv()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarmod-unique.mk19 . warning The modifier ':u' must normalize the whitespace.
27 . warning The modifier ':u' must normalize the whitespace.
35 . warning The modifier ':u' must normalize whitespace between the words.
/netbsd-src/external/cddl/dtracetoolkit/dist/JavaScript/
H A Djs_calltime.d101 normalize(@types, 1000);
106 normalize(@types_excl, 1000);
111 normalize(@types_incl, 1000);
H A Djs_cputime.d101 normalize(@types, 1000);
106 normalize(@types_excl, 1000);
111 normalize(@types_incl, 1000);
/netbsd-src/external/cddl/dtracetoolkit/dist/Java/
H A Dj_calltime.d113 normalize(@types, 1000);
119 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
H A Dj_cputime.d113 normalize(@types, 1000);
119 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
/netbsd-src/external/cddl/dtracetoolkit/dist/Ruby/
H A Drb_cputime.d115 normalize(@types, 1000);
120 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);
H A Drb_calltime.d115 normalize(@types, 1000);
120 normalize(@types_excl, 1000);
125 normalize(@types_incl, 1000);

12345678910>>...13