/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/ |
ELFTypes.h | 76 using Half = packed<uint16_t>; 136 using Elf_Half = typename ELFT::Half; \
|
/external/google-breakpad/src/common/linux/ |
dump_symbols.cc | 777 typedef typename ElfClass::Half Half; 778 Half arch = elf_header->e_machine; [all...] |
/external/llvm/lib/IR/ |
Function.cpp | 613 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); 794 case IITDescriptor::Half: return Type::getHalfTy(Context); 938 case IITDescriptor::Half: return !Ty->isHalfTy(); [all...] |
/external/clang/lib/AST/ |
TypeLoc.cpp | 319 case BuiltinType::Half:
|
NSAPI.cpp | 463 case BuiltinType::Half:
|
/external/elfutils/libelf/ |
elf_getdata.c | 87 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/cache/ |
cache_test.go | 305 // Half a day later Trim should still be a no-op, because there was a Trim recently. 313 // Another half a day later, Trim should actually run, and it should remove id.
|
/prebuilts/go/darwin-x86/src/math/big/ |
ratconv_test.go | 327 // Half of smallest denormal, 2^(-1022-53) 329 // A little more than the exact half of smallest denormal
|
/prebuilts/go/linux-x86/src/cmd/go/internal/cache/ |
cache_test.go | 305 // Half a day later Trim should still be a no-op, because there was a Trim recently. 313 // Another half a day later, Trim should actually run, and it should remove id.
|
/prebuilts/go/linux-x86/src/math/big/ |
ratconv_test.go | 327 // Half of smallest denormal, 2^(-1022-53) 329 // A little more than the exact half of smallest denormal
|
/external/clang/lib/Analysis/ |
PrintfFormatString.cpp | 618 case BuiltinType::Half:
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 141 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled;
|
/external/clang/lib/CodeGen/ |
CodeGenTypes.cpp | 442 case BuiltinType::Half: 443 // Half FP can either be storage-only (lowered to i16) or native.
|
/external/eigen/test/ |
half_float.cpp | 12 #include <Eigen/src/Core/arch/CUDA/Half.h> 14 // Make sure it's possible to forward declare Eigen::half 16 struct half; 19 using Eigen::half; 26 VERIFY_IS_EQUAL(half(1.0f).x, 0x3c00); 27 VERIFY_IS_EQUAL(half(0.5f).x, 0x3800); 28 VERIFY_IS_EQUAL(half(0.33333f).x, 0x3555); 29 VERIFY_IS_EQUAL(half(0.0f).x, 0x0000); 30 VERIFY_IS_EQUAL(half(-0.0f).x, 0x8000); 31 VERIFY_IS_EQUAL(half(65504.0f).x, 0x7bff) [all...] |
/external/elfutils/libdwfl/ |
relocate.c | 374 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
|
/external/libunwind_llvm/src/ |
AddressSpace.hpp | 424 typedef ElfW(Half) Elf_Half;
|
/external/llvm/include/llvm/Object/ |
ELFTypes.h | 71 typedef packed<uint16_t> Half;
|
/art/runtime/ |
elf.h | [all...] |
/external/spirv-llvm/lib/SPIRV/ |
SPIRVUtil.cpp | 116 return "half"; 161 return "half"; 549 // Check if a mangled type name is floating point (excludes half) 555 // Check if a mangled type name is half 557 return Mangled == "Dh"; /* half */ [all...] |
SPIRVInternal.h | 278 const static char Half[] = "half"; [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |
/external/clang/lib/Index/ |
USRGeneration.cpp | 613 case BuiltinType::Half:
|
/external/libunwind/src/dwarf/ |
Gfind_proc_info-lsb.c | 99 Elf_W (Half) shstrndx;
|
/prebuilts/go/darwin-x86/src/net/ |
ip_test.go | 715 // Half of the N are equal. 721 // The other half are not equal.
|
/prebuilts/go/linux-x86/src/net/ |
ip_test.go | 715 // Half of the N are equal. 721 // The other half are not equal.
|