Home
last modified time | relevance | path

Searched refs:AE (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_sqrt_macros.h137 UINT256 ARS, ARS0, AE0, AE, S; in short_sqrt128() local
184 AE.w[0] = AE0.w[1]; in short_sqrt128()
185 AE.w[1] = AE0.w[2]; in short_sqrt128()
186 AE.w[2] = AE0.w[3]; in short_sqrt128()
188 __add_carry_out (S.w[0], CY, ARS0.w[0], AE.w[0]); in short_sqrt128()
189 __add_carry_in_out (S.w[1], CY, ARS0.w[1], AE.w[1], CY); in short_sqrt128()
190 S.w[2] = ARS0.w[2] + AE.w[2] + CY; in short_sqrt128()
195 AE.w[0] = AE0.w[1]; in short_sqrt128()
196 AE.w[1] = AE0.w[2]; in short_sqrt128()
197 AE.w[2] = AE0.w[3]; in short_sqrt128()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_sqrt_macros.h137 UINT256 ARS, ARS0, AE0, AE, S; in short_sqrt128() local
184 AE.w[0] = AE0.w[1]; in short_sqrt128()
185 AE.w[1] = AE0.w[2]; in short_sqrt128()
186 AE.w[2] = AE0.w[3]; in short_sqrt128()
188 __add_carry_out (S.w[0], CY, ARS0.w[0], AE.w[0]); in short_sqrt128()
189 __add_carry_in_out (S.w[1], CY, ARS0.w[1], AE.w[1], CY); in short_sqrt128()
190 S.w[2] = ARS0.w[2] + AE.w[2] + CY; in short_sqrt128()
195 AE.w[0] = AE0.w[1]; in short_sqrt128()
196 AE.w[1] = AE0.w[2]; in short_sqrt128()
197 AE.w[2] = AE0.w[3]; in short_sqrt128()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMTargetParser.cpp418 for (const auto &AE : ARCHExtNames) { in getExtensionFeatures() local
419 if ((Extensions & AE.ID) == AE.ID && AE.Feature) in getExtensionFeatures()
420 Features.push_back(AE.Feature); in getExtensionFeatures()
421 else if (AE.NegFeature) in getExtensionFeatures()
422 Features.push_back(AE.NegFeature); in getExtensionFeatures()
445 for (const auto &AE : ARCHExtNames) { in getArchExtName() local
446 if (ArchExtKind == AE.ID) in getArchExtName()
447 return AE.getName(); in getArchExtName()
462 for (const auto &AE : ARCHExtNames) { in getArchExtFeature() local
463 if (AE.Feature && ArchExt == AE.getName()) in getArchExtFeature()
[all …]
H A DAArch64TargetParser.cpp152 for (const auto &AE : AArch64ARCHExtNames) in getArchExtName() local
153 if (ArchExtKind == AE.ID) in getArchExtName()
154 return AE.getName(); in getArchExtName()
161 for (const auto &AE : AArch64ARCHExtNames) { in getArchExtFeature() local
162 if (AE.NegFeature && ArchExtBase == AE.getName()) in getArchExtFeature()
163 return StringRef(AE.NegFeature); in getArchExtFeature()
167 for (const auto &AE : AArch64ARCHExtNames) in getArchExtFeature() local
168 if (AE.Feature && ArchExt == AE.getName()) in getArchExtFeature()
169 return StringRef(AE.Feature); in getArchExtFeature()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A DNormalizationTest.txt276 01E2;01E2;00C6 0304;01E2;00C6 0304; # (Ǣ; Ǣ; Æ◌̄; Ǣ; Æ◌̄; ) LATIN CAPITAL LETTER AE WITH MACRON
277 01E3;01E3;00E6 0304;01E3;00E6 0304; # (ǣ; ǣ; æ◌̄; ǣ; æ◌̄; ) LATIN SMALL LETTER AE WITH MACRON
298 01FC;01FC;00C6 0301;01FC;00C6 0301; # (Ǽ; Ǽ; Æ◌́; Ǽ; Æ◌́; ) LATIN CAPITAL LETTER AE WITH ACUTE
299 01FD;01FD;00E6 0301;01FD;00E6 0301; # (ǽ; ǽ; æ◌́; ǽ; æ◌́; ) LATIN SMALL LETTER AE WITH ACUTE
388 03AE;03AE;03B7 0301;03AE;03B7 0301; # (ή; ή; η◌́; ή; η◌́; ) GREEK SMALL LETTER ETA WITH TONOS
544 1D2D;1D2D;1D2D;00C6;00C6; # (ᴭ; ᴭ; ᴭ; Æ; Æ; ) MODIFIER LETTER CAPITAL AE
567 1D46;1D46;1D46;1D02;1D02; # (ᵆ; ᵆ; ᵆ; ᴂ; ᴂ; ) MODIFIER LETTER SMALL TURNED AE
954 1F75;03AE;03B7 0301;03AE;03B7 0301; # (ή; ή; η◌́; ή; η◌́; ) GREEK SMALL LETTER ETA WITH OXIA
1242 21AE;21AE;2194 0338;21AE;2194 0338; # (↮; ↮; ↔◌̸; ↮; ↔◌̸; ) LEFT RIGHT ARROW WITH STROKE
1278 22AE;22AE;22A9 0338;22AE;22A9 0338; # (⊮; ⊮; ⊩◌̸; ⊮; ⊩◌̸; ) DOES NOT FORCE
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp36 IndexType S = start(), E = end(), AS = A.start(), AE = A.end(); in overlaps() local
39 bool SbAE = (S < AE) || (S == AE && A.TiedEnd); // S-before-AE. in overlaps()
51 IndexType AE = (A.end() != IndexType::None) ? A.end() : A.start(); in contains() local
52 if (AE <= E) in contains()
61 IndexType AS = A.start(), AE = A.end(); in merge() local
64 if (end() < AE || end() == IndexType::None) { in merge()
65 setEnd(AE); in merge()
68 if (end() == AE) in merge()
115 IndexType AS = A.start(), AE = A.end(); in addsub() local
120 if (AE == IndexType::None) in addsub()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp196 ArgEffect AE = ArgEffect(IncRef, K); in checkPostStmt() local
203 AE = AE.withKind(IncRef); in checkPostStmt()
206 AE = AE.withKind(DecRefBridgedTransferred); in checkPostStmt()
219 state = updateSymbol(state, Sym, *T, AE, hasErr, C); in checkPostStmt()
553 ArgEffect AE = Summ.getArg(idx); in updateOutParameters() local
570 RefVal::makeNotOwned(AE.getObjKind(), PointeeTy)); in updateOutParameters()
577 switch (AE.getKind()) { in updateOutParameters()
713 ArgEffect AE, in updateSymbol() argument
717 if (AE.getObjKind() == ObjKind::ObjC && IgnoreRetainMsg) { in updateSymbol()
718 switch (AE.getKind()) { in updateSymbol()
[all …]
/netbsd-src/external/gpl2/groff/dist/font/devdvi/
H A DHIEC176 D AE -29120
208 F AE -87360
262 O AE -29120
276 P AE -87360
332 T AE -87360
360 V AE -87360
404 W AE -87360
462 Y AE -87360
808 u0044_030C AE -29120
848 u004F_030B AE -29120
[all …]
H A DHBEC175 D AE -32032
207 F AE -96096
261 O AE -32032
275 P AE -96096
331 T AE -96096
359 V AE -96096
403 W AE -96096
461 Y AE -96096
807 u0044_030C AE -32032
847 u004F_030B AE -32032
[all …]
H A DHREC175 D AE -29120
207 F AE -87360
261 O AE -29120
275 P AE -87360
331 T AE -87360
359 V AE -87360
403 W AE -87360
461 Y AE -87360
807 u0044_030C AE -29120
847 u004F_030B AE -29120
[all …]
H A DHBIEC176 D AE -32032
208 F AE -96096
262 O AE -32032
276 P AE -96096
332 T AE -96096
360 V AE -96096
404 W AE -96096
462 Y AE -96096
808 u0044_030C AE -32032
848 u004F_030B AE -32032
[all …]
H A DTREC175 D AE -29120
207 F AE -116480
262 O AE -29120
276 P AE -87360
366 T AE -87360
394 V AE -116480
438 W AE -116480
496 Y AE -87360
943 u0044_030C AE -29120
983 u004F_030B AE -29120
[all …]
H A DTBEC175 D AE -33488
207 F AE -133952
262 O AE -33488
276 P AE -100464
366 T AE -100464
394 V AE -133952
438 W AE -133952
496 Y AE -100464
943 u0044_030C AE -33488
983 u004F_030B AE -33488
[all …]
H A DTBIEC197 D AE -30867
220 F AE -123469
310 O AE -30867
324 P AE -92602
434 T AE -92602
453 V AE -123469
488 W AE -123469
535 Y AE -92602
985 u0044_030C AE -30867
1089 u004F_030B AE -30867
[all …]
H A DTIEC197 D AE -26790
220 F AE -107162
310 O AE -26790
324 P AE -80371
434 T AE -80371
453 V AE -107162
488 W AE -107162
535 Y AE -80371
985 u0044_030C AE -26790
1089 u004F_030B AE -26790
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp154 const ArraySubscriptExpr *AE = cast<ArraySubscriptExpr>(S); in reportBug() local
155 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(), in reportBug()
162 const OMPArraySectionExpr *AE = cast<OMPArraySectionExpr>(S); in reportBug() local
163 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(), in reportBug()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1486 ArgEffect AE = RS->getArg(i); in AddCFAnnotations() local
1487 if (AE.getKind() == DecRef && AE.getObjKind() == ObjKind::CF && in AddCFAnnotations()
1493 } else if (AE.getKind() == DecRef && AE.getObjKind() == ObjKind::ObjC && in AddCFAnnotations()
1538 ArgEffect AE = RS->getArg(i); in migrateAddFunctionAnnotation() local
1539 if ((AE.getKind() == DecRef /*CFConsumed annotated*/ || in migrateAddFunctionAnnotation()
1540 AE.getKind() == IncRef) && AE.getObjKind() == ObjKind::CF) { in migrateAddFunctionAnnotation()
1541 if (AE.getKind() == DecRef && !pd->hasAttr<CFConsumedAttr>()) in migrateAddFunctionAnnotation()
1543 else if (AE.getKind() == IncRef) in migrateAddFunctionAnnotation()
1611 ArgEffect AE = RS->getArg(i); in AddCFAnnotations() local
1612 if (AE.getKind() == DecRef in AddCFAnnotations()
[all …]
/netbsd-src/sys/crypto/aes/
H A Daes_ccm.c517 struct aesenc enc, *AE = &enc; in aes_ccm_selftest() local
528 const unsigned nr = aes_setenckey128(AE, T[i].key); in aes_ccm_selftest()
531 aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen, in aes_ccm_selftest()
554 aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen, in aes_ccm_selftest()
576 aes_ccm_init(C, nr, AE, L, T[i].M, T[i].nonce, noncelen, in aes_ccm_selftest()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp95 for (auto AI = M.alias_begin(), AE = M.alias_end(); AI != AE; ++AI) { in MetaRename() local
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/
H A Daccent-text.txi45 AE, OE ligatures: @ae{} @AE{} @oe{} @OE{}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp128 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper() local
142 for (; AI != AE && PI != PE; ++AI, ++PI) { in createWrapper()
173 for (; AI != AE; ++AI) in createWrapper()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dt-vxworksae1 # Multilibs for VxWorks AE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dt-vxworksae1 # Multilibs for VxWorks AE.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dt-vxworksae1 # Multilibs for VxWorks AE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dt-vxworksae1 # Multilibs for VxWorks AE.

12345678910>>...14