| /minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
| H A D | TripleTest.cpp | 178 EXPECT_EQ("", Triple::normalize("")); in TEST() 179 EXPECT_EQ("-", Triple::normalize("-")); in TEST() 180 EXPECT_EQ("--", Triple::normalize("--")); in TEST() 181 EXPECT_EQ("---", Triple::normalize("---")); in TEST() 182 EXPECT_EQ("----", Triple::normalize("----")); in TEST() 184 EXPECT_EQ("a", Triple::normalize("a")); in TEST() 185 EXPECT_EQ("a-b", Triple::normalize("a-b")); in TEST() 186 EXPECT_EQ("a-b-c", Triple::normalize("a-b-c")); in TEST() 187 EXPECT_EQ("a-b-c-d", Triple::normalize("a-b-c-d")); in TEST() 189 EXPECT_EQ("i386-b-c", Triple::normalize("i386-b-c")); in TEST() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | TimeValue.h | 101 : seconds_( seconds ), nanos_( nanos ) { this->normalize(); } in seconds_() 112 this->normalize(); in TimeValue() 130 this->normalize(); 140 this->normalize(); 287 this->normalize(); in seconds() 298 this->normalize(); in nanoseconds() 305 this->normalize(); in microseconds() 312 this->normalize(); in milliseconds() 320 this->normalize(); in usec() 328 this->normalize(); in msec() [all …]
|
| /minix3/crypto/external/bsd/heimdal/dist/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:
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | CalcSpillWeights.h | 57 NormalizingFn normalize; variable 64 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF()
|
| /minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/ |
| H A D | Makefile | 19 all: normalize nameprep 21 normalize: ../lib/unicodedata_320.c target
|
| /minix3/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | divsf3.c | 68 if (aAbs < implicitBit) scale += normalize(&aSignificand); in ARM_EABI_FNALIAS() 69 if (bAbs < implicitBit) scale -= normalize(&bSignificand); in ARM_EABI_FNALIAS()
|
| H A D | divdf3.c | 68 if (aAbs < implicitBit) scale += normalize(&aSignificand); in ARM_EABI_FNALIAS() 69 if (bAbs < implicitBit) scale -= normalize(&bSignificand); in ARM_EABI_FNALIAS()
|
| H A D | divtf3.c | 66 if (aAbs < implicitBit) scale += normalize(&aSignificand); in __divtf3() 67 if (bAbs < implicitBit) scale -= normalize(&bSignificand); in __divtf3()
|
| H A D | fp_mul_impl.inc | 59 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 D | fp_add_impl.inc | 66 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
|
| /minix3/external/bsd/atf/dist/atf-sh/ |
| H A D | normalize_test.sh | 40 -o match:'c-d: test value 2' -e ignore ${h} normalize
|
| H A D | misc_helpers.sh | 192 atf_test_case normalize 295 atf_add_test_case normalize
|
| /minix3/external/bsd/bind/dist/unit/atf-src/atf-sh/ |
| H A D | normalize_test.sh | 40 -o match:'c-d: test value 2' -e ignore ${h} normalize
|
| H A D | misc_helpers.sh | 180 atf_test_case normalize 282 atf_add_test_case normalize
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | TimeValue.cpp | 26 TimeValue::normalize( void ) { in normalize() function in llvm::TimeValue
|
| /minix3/external/bsd/kyua-cli/dist/utils/fs/ |
| H A D | path.cpp | 52 normalize(const std::string& in) in normalize() function 91 _repr(normalize(text)) in path()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Host.inc | 21 return Triple::normalize(LLVM_DEFAULT_TARGET_TRIPLE);
|
| /minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/ |
| H A D | unormalize.c | 82 static idn_result_t normalize(idn__unicode_version_t version, 106 return (normalize(version, 1, 1, from, to, tolen)); in idn__unormalize_formkc() 110 normalize(idn__unicode_version_t version, int do_composition, int compat, in normalize() function
|
| /minix3/crypto/external/bsd/heimdal/lib/libwind/ |
| H A D | Makefile | 30 normalize.c \
|
| /minix3/external/bsd/llvm/dist/clang/unittests/CodeGen/ |
| H A D | BufferSourceTest.cpp | 48 compiler.getTargetOpts().Triple = llvm::Triple::normalize( in TEST()
|
| /minix3/minix/llvm/passes/magic/support/ |
| H A D | EDIType.cpp | 473 normalize(); in init() 484 void EDIType::normalize() { in normalize() function in llvm::EDIType 496 normalize(); in normalize() 505 normalize(); in normalize()
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITTestAPICommon.h | 46 HostTriple = Triple::normalize(HostTriple); in MCJITTestAPICommon()
|
| /minix3/external/bsd/llvm/dist/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | lit.local.cfg | 9 # FIXME: autoconf and cmake produce different arch names. We should normalize
|