Searched refs:Half (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/share/doc/psd/20.ipctut/
H A Dustreamwrite.c35 #define DATA "Half a league, half a league . . ."
H A Dstreamwrite.c36 #define DATA "Half a league, half a league . . ."
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h59 PolishForDeclaration(false), Half(LO.Half),
198 unsigned Half : 1; member in struct:clang::PrintingPolicy
/freebsd-11-stable/sys/sys/
H A Delf_generic.h62 __ElfType(Half); variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp216 size_t Half; local
226 Half = Count/2;
228 std::advance(I, Half);
233 Count = Count - Half - 1;
235 Count = Half;
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_align.c67 [ELF_T_HALF] = MALIGN(Half),
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h52 __sElfN(Half); variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interface_internal.h31 ElfW(Half) phnum);
35 ElfW(Half) phnum);
H A Dhwasan.cpp247 ElfW(Half) phnum) {
270 ElfW(Half) phnum) {
410 ElfW(Half) phnum) {
415 ElfW(Half) phnum) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h102 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, Quad, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c147 ElfW(Half) dlpi_phnum;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp81 case BuiltinType::Half:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h85 using Half = packed<uint16_t>;
106 using Elf_Half = typename ELFT::Half; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp756 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0));
978 case IITDescriptor::Half: return Type::getHalfTy(Context);
1160 case IITDescriptor::Half: return !Ty->isHalfTy();
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp348 case BuiltinType::Half:
H A DNSAPI.cpp482 case BuiltinType::Half:
H A DPrintfFormatString.cpp753 case BuiltinType::Half:
H A DType.cpp2007 return BT->getKind() >= BuiltinType::Half &&
2795 case Half:
2796 return Policy.Half ? "half" : "__fp16";
H A DItaniumMangle.cpp2647 case BuiltinType::Half:
3087 case BuiltinType::Half: EltName = "float16_t";break;
3133 case BuiltinType::Half:
H A DASTContext.cpp1506 InitBuiltinType(HalfTy, BuiltinType::Half);
1705 case BuiltinType::Half:
2084 case BuiltinType::Half:
5857 case BuiltinType::Half: return HalfRank;
6842 case BuiltinType::Half:
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp507 typedef ElfW(Half) Elf_Half;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp132 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp475 case BuiltinType::Half:
476 // Half FP can either be storage-only (lowered to i16) or native.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp701 case BuiltinType::Half:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp4565 case clang::BuiltinType::Half:
4802 case clang::BuiltinType::Half:
5107 case clang::BuiltinType::Half:
5654 case clang::BuiltinType::Half:

Completed in 671 milliseconds

12