HomeSort by relevance Sort by last modified time
    Searched defs:Half (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/AST/
PrettyPrinter.h 44 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO.WChar),
156 /// \brief When true, print the half-precision floating-point type as 'half'
158 unsigned Half : 1;
  /external/llvm/include/llvm/IR/
Intrinsics.h 83 Void, VarArg, MMX, Metadata, Half, Float, Double,
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 51 typedef llvm::ELF::Elf32_Half Half;
70 typedef llvm::ELF::Elf64_Half Half;
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 208 size_t Half;
218 Half = Count/2;
220 std::advance(I, Half);
225 Count = Count - Half - 1;
227 Count = Half;
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 283 class Half
286 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; }
289 inline Half operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFloat(other.getValue())); }
290 inline Half operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFloat(other.getValue())); }
291 inline Half operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFloat(other.getValue())); }
292 inline Half operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFloat(other.ge (…)
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 377 typedef uint16_t Half;
385 Half e_type;
386 Half e_machine;
392 Half e_shsize;
393 Half e_phentsize;
394 Half e_phnum;
395 Half e_shentsize;
396 Half e_shnum;
397 Half e_shstrndx;
416 typedef uint16_t Half;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 24 | Half
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 518 // Special handling for half-precision floating point conversions.
519 // If we don't have F16C support, then lower half float conversions
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 342 // Vector add and sub nodes may conceal a high-half opportunity.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 655 milliseconds