/freebsd/tools/tools/netmap/ |
H A D | ctrs.h | 20 norm2(char *buf, double val, const char *fmt, int normalize) in norm2() argument 24 if (normalize) in norm2() 34 norm(char *buf, double val, int normalize) in norm() argument 36 if (normalize) in norm() 37 return norm2(buf, val, "%.3f %s", normalize); in norm() 39 return norm2(buf, val, "%.0f %s", normalize); in norm()
|
/freebsd/contrib/libder/libder/ |
H A D | libder.c | 28 ctx->normalize = LIBDER_NORMALIZE_ALL; in libder_open() 63 return (ctx->normalize); in libder_get_normalize() 72 uint64_t old = ctx->normalize; in libder_set_normalize() 74 ctx->normalize = (nmask & LIBDER_NORMALIZE_ALL); in libder_set_normalize()
|
H A D | libder_private.h | 45 uint64_t normalize; member 92 (((ctx)->normalize & (LIBDER_NORMALIZE_ ## bit)) != 0) 105 return ((ctx->normalize & LIBDER_NORMALIZE_TYPE_FLAG(tagval)) != 0); in libder_normalizing_type()
|
/freebsd/contrib/ntp/libntp/ |
H A D | mktime.c | 114 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/contrib/googletest/googletest/test/ |
H A D | gtest_json_test_utils.py | 35 def normalize(obj): function 60 return normalize(value) 65 return [normalize(x) for x in obj]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | Makefile.am | 33 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 D | NTMakefile | 46 $(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 D | ChangeLog | 42 * 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 D | Makefile.in | 50 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 \ 673 test-normalize$(EXEEXT): $(test_normalize_OBJECTS) $(test_normalize_DEPENDENCIES) 674 @rm -f test-normalize$(EXEEXT) [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-unique.mk | 19 . 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.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.multinormalize.d | 59 normalize(@func1, 5); 63 normalize(@func2, 5);
|
H A D | tst.clearnormalize.d | 59 normalize(@func, 5); 73 normalize(@func, 5);
|
H A D | tst.lquantnormal.d | 49 normalize(@, 5);
|
H A D | tst.stddev.normalize.d | 44 normalize(@, 10);
|
H A D | tst.denormalize.d | 57 normalize(@func, 5);
|
H A D | err.D_NORMALIZE_AGGARG.bad.d | 63 normalize(count(), 4);
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/aggs/ |
H A D | Makefile | 149 tst.normalize.d \ 150 tst.normalize.d.out \ 170 tst.stddev.normalize.d \ 171 tst.stddev.normalize.d.out \
|
/freebsd/contrib/kyua/utils/fs/ |
H A D | path.cpp | 52 normalize(const std::string& in) in normalize() function 91 _repr(normalize(text)) in path()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 68 scale += normalize(&aSignificand); 70 scale += normalize(&bSignificand); 74 // denormal path it was already set by normalize( ), but setting it twice
|
H A D | fp_add_impl.inc | 75 aExponent = normalize(&aSignificand); 77 bExponent = normalize(&bSignificand); 87 // was already set by normalize( ), but setting it twice won't hurt
|
/freebsd/contrib/atf/atf-sh/ |
H A D | misc_helpers.sh | 236 atf_test_case normalize 343 atf_add_test_case normalize
|
H A D | normalize_test.sh | 36 -o match:'c-d: test value 2' -e ignore ${h} normalize
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.normal.d | 37 normalize(@, 10);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | renormalize.d | 53 normalize(@func, (timestamp - start) / 1000000000);
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 25 auto KV = Mapping.find(Key.normalize()); in map() 50 Mapping[KeyVersion.normalize()] = ValueVersion; in parseJSON()
|