Home
last modified time | relevance | path

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

12345

/freebsd-12.1/tools/tools/netmap/
H A Dctrs.h21 norm2(char *buf, double val, char *fmt, int normalize) in norm2() argument
25 if (normalize) in norm2()
35 norm(char *buf, double val, int normalize) in norm() argument
37 if (normalize) in norm()
38 return norm2(buf, val, "%.3f %s", normalize); in norm()
40 return norm2(buf, val, "%.0f %s", normalize); in norm()
/freebsd-12.1/contrib/ntp/libntp/
H A Dmktime.c114 normalize( in normalize() function
144 normalize(&tmbuf.tm_hour, &tmbuf.tm_min, MINSPERHOUR); in mkdst()
198 normalize(&yourtm.tm_min, &yourtm.tm_sec, SECSPERMIN); in time2()
199 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR); in time2()
200 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY); in time2()
201 normalize(&yourtm.tm_year, &yourtm.tm_mon, MONSPERYEAR); in time2()
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_json_test_utils.py35 def normalize(obj): function
54 return normalize(value)
58 return [normalize(x) for x in obj]
/freebsd-12.1/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.…
105 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio…
129 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:
H A DMakefile.in50 test-normalize$(EXEEXT) test-prohibited$(EXEEXT) \
131 ldap.lo normalize.lo punycode.lo stringprep.lo utf8.lo
158 test_normalize_SOURCES = test-normalize.c
159 test_normalize_OBJECTS = test-normalize.$(OBJEXT)
193 test-normalize.c test-prohibited.c $(test_punycode_SOURCES) \
196 test-bidi.c test-ldap.c test-map.c test-normalize.c \
475 normalize.c \
521 gen-normalize.py \
674 @rm -f test-normalize$(EXEEXT)
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normalize.Plo@am__quote@
[all …]
/freebsd-12.1/contrib/gcc/
H A Dsreal.c61 static void normalize (sreal *);
135 normalize (sreal *x) in normalize() function
281 normalize (r); in sreal_init()
386 normalize (r); in sreal_add()
436 normalize (r); in sreal_sub()
478 normalize (r); in sreal_mul()
490 normalize (r); in sreal_mul()
535 normalize (r); in sreal_div()
541 normalize (r); in sreal_div()
/freebsd-12.1/usr.bin/dc/
H A Dbcode.c420 normalize(n, 0); in get_ulong()
765 normalize(n, 0); in to_ascii()
1104 normalize(a, scale); in bmod()
1105 normalize(b, scale); in bmod()
1145 normalize(a, scale); in bdivmod()
1146 normalize(b, scale); in bdivmod()
1206 normalize(p, 0); in bexp()
1229 normalize(r, rscale); in bexp()
1274 normalize(r, rscale); in bexp()
1485 normalize(a, scale); in compare_numbers()
[all …]
H A Dmem.c71 normalize(divisor, scale); in div_number()
72 normalize(dividend, scale + quotient->scale); in div_number()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multinormalize.d59 normalize(@func1, 5);
63 normalize(@func2, 5);
H A Dtst.clearnormalize.d59 normalize(@func, 5);
73 normalize(@func, 5);
H A Dtst.lquantnormal.d49 normalize(@, 5);
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h58 NormalizingFn normalize; variable
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF()
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/aggs/
H A DMakefile151 tst.normalize.d \
152 tst.normalize.d.out \
172 tst.stddev.normalize.d \
173 tst.stddev.normalize.d.out \
/freebsd-12.1/contrib/binutils/binutils/
H A Dar.c61 static const char *normalize (const char *, bfd *);
187 (!FILENAME_CMP (normalize (*files, arch), head->filename))) in map_over_members()
273 normalize (const char *file, bfd *abfd) in normalize() function
1041 if (FILENAME_CMP (normalize (*files_to_delete, arch), in delete_members()
1096 if (FILENAME_CMP (normalize (*files_to_move, arch), in move_members()
1148 if (FILENAME_CMP (normalize (*files_to_move, arch), in replace_members()
1149 normalize (current->filename, arch)) == 0 in replace_members()
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Ddivsf3.c66 if (aAbs < implicitBit) scale += normalize(&aSignificand); in __divsf3()
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand); in __divsf3()
H A Ddivdf3.c66 if (aAbs < implicitBit) scale += normalize(&aSignificand); in __divdf3()
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand); in __divdf3()
H A Ddivtf3.c66 if (aAbs < implicitBit) scale += normalize(&aSignificand); in __divtf3()
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand); in __divtf3()
H A Dfp_mul_impl.inc59 if (aAbs < implicitBit) scale += normalize(&aSignificand);
60 if (bAbs < implicitBit) scale += normalize(&bSignificand);
64 // denormal path it was already set by normalize( ), but setting it twice
H A Dfp_add_impl.inc66 if (aExponent == 0) aExponent = normalize(&aSignificand);
67 if (bExponent == 0) bExponent = normalize(&bSignificand);
76 // was already set by normalize( ), but setting it twice won't hurt
/freebsd-12.1/contrib/atf/atf-sh/
H A Dmisc_helpers.sh192 atf_test_case normalize
295 atf_add_test_case normalize
H A Dnormalize_test.sh36 -o match:'c-d: test value 2' -e ignore ${h} normalize
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.normal.d37 normalize(@, 10);
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d53 normalize(@func, (timestamp - start) / 1000000000);

12345