Home
last modified time | relevance | path

Searched refs:BCD (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp260 BaseClassDescriptor BCD; in dumpCXXData() local
261 BCD.Data = makeArrayRef( in dumpCXXData()
263 StringRef *I = std::begin(BCD.Symbols), *E = std::end(BCD.Symbols); in dumpCXXData()
265 BCDs[SymName] = BCD; in dumpCXXData()
383 const BaseClassDescriptor &BCD = BCDPair.second; in dumpCXXData() local
384 outs() << BCDName << "[TypeDescriptor]: " << BCD.Symbols[0] << '\n'; in dumpCXXData()
385 outs() << BCDName << "[NumBases]: " << BCD.Data[0] << '\n'; in dumpCXXData()
386 outs() << BCDName << "[OffsetInVBase]: " << BCD.Data[1] << '\n'; in dumpCXXData()
387 outs() << BCDName << "[VBPtrOffset]: " << BCD.Data[2] << '\n'; in dumpCXXData()
388 outs() << BCDName << "[OffsetInVBTable]: " << BCD.Data[3] << '\n'; in dumpCXXData()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp87 case PDB_BuiltinType::BCD: in getTypeName()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A DCombining.txt53 0BCA..0BCD (4 chars)
/netbsd-src/sys/arch/evbppc/walnut/dev/
H A Dds1743.c205 #define BCD(x) ((((x) / 10) << 4) | (x % 10)) macro
/netbsd-src/tests/bin/sh/
H A Dt_here.sh498 ${p%"BCD"}
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h343 BCD = 9, enumerator
/netbsd-src/sys/arch/m68k/fpe/
H A DREADME49 BCD support.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3747 if (auto BCD = Module.getNamedGlobal(MangledName)) in getBaseClassDescriptor() local
3748 return BCD; in getBaseClassDescriptor()
3752 auto BCD = in getBaseClassDescriptor() local
3755 if (BCD->isWeakForLinker()) in getBaseClassDescriptor()
3756 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3770 BCD->setInitializer(llvm::ConstantStruct::get(Type, Fields)); in getBaseClassDescriptor()
3771 return BCD; in getBaseClassDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp54 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, BCD, OS) in operator <<()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dbindec.sa842 * F_SCR1:Work area for final result/BCD result
922 * F_SCR1:BCD result with correct signs
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-builtin.def2566 /* 1 argument BCD functions added in ISA 2.06. */
2570 /* 2 argument BCD functions added in ISA 2.06. */
2573 /* 3 argument BCD functions added in ISA 2.07. */
H A Daltivec.md4110 ;; can use the unordered test for BCD nans and add/subtracts that overflow. An
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc4518.txt584 0B82 0BBE-0BC2 0BC6-0BC8 0BCA-0BCD 0BD7 0C01-0C03
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4518.txt584 0B82 0BBE-0BC2 0BC6-0BC8 0BCA-0BCD 0BD7 0C01-0C03
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Driff164 # RecorderGear TR500 call recorder digits (BCD)
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-i386.texi1308 All 80387 floating point types except packed BCD are supported.
1309 (BCD support may be added without much difficulty). These data
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-i386.texi1428 All 80387 floating point types except packed BCD are supported.
1429 (BCD support may be added without much difficulty). These data
/netbsd-src/share/misc/
H A Dacronyms.comp130 BCD binary coded decimal
/netbsd-src/external/gpl3/binutils/dist/binutils/po/
H A Did.po2171 msgid "BCD float type not supported"
2172 msgstr "tipe pecahan BCD tidak didukung"
H A Dtr.po1198 msgid "BCD float type not supported"
1199 msgstr "BCD gerçel tipi desteklenmiyor"
H A Dda.po2508 msgid "BCD float type not supported"
2509 msgstr "flydendetalstype BCD underst�ttes ikke"
H A Dzh_CN.po3273 msgid "BCD float type not supported"
3274 msgstr "不支持的 BCD 浮点类型"
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/
H A Dtr.po1198 msgid "BCD float type not supported"
1199 msgstr "BCD gerçel tipi desteklenmiyor"
H A Did.po2171 msgid "BCD float type not supported"
2172 msgstr "tipe pecahan BCD tidak didukung"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.md4398 ;; can use the unordered test for BCD nans and add/subtracts that overflow. An

1234