Searched defs:Half (Results 1 - 19 of 19) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delfutils.h50 typedef Elf32_Half Half; typedef in struct:google_breakpad::ElfClass32
63 typedef Elf64_Half Half; typedef in struct:google_breakpad::ElfClass64
H A Ddump_symbols.cc777 typedef typename ElfClass::Half Half; typedef
778 Half arch = elf_header->e_machine;
/external/clang/include/clang/AST/
H A DPrettyPrinter.h52 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO.WChar),
190 unsigned Half : 1; member in struct:clang::PrintingPolicy
/external/llvm/include/llvm/IR/
H A DIntrinsics.h91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp206 size_t Half; local
216 Half = Count/2;
218 std::advance(I, Half);
223 Count = Count - Half - 1;
225 Count = Half;
/external/llvm/include/llvm/Object/
H A DELFTypes.h71 typedef packed<uint16_t> Half; typedef in struct:llvm::object::ELFType
/external/skia/src/core/
H A DSkNx.h25 typedef SkNx<N/2, T> Half; typedef in struct:__anon18193::SkNx
27 Half fLo, fHi;
30 AI SkNx(const Half& lo, const Half& hi) : fLo(lo), fHi(hi) {}
52 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) };
62 Half al, bl, cl, dl,
64 Half::Load4(ptr , &al, &bl, &cl, &dl);
65 Half::Load4(ptr + 4*N/2*sizeof(T), &ah, &bh, &ch, &dh);
73 Half a
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp318 class Half class in class:deqp::gls::GLValue
321 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; }
322 static Half fromFloat (float value) { Half h; h.m_value = floatToHalf(value); return h; }
325 inline Half operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFloat(other.getValue())); }
326 inline Half operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFloat(other.getValue())); }
327 inline Half operato
[all...]
H A DglsDrawTest.cpp436 class Half class in class:deqp::gls::__anon4945::GLValue
439 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; }
442 inline Half operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFloat(other.getValue())); }
443 inline Half operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFloat(other.getValue())); }
444 inline Half operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFloat(other.getValue())); }
445 inline Half operato
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVInternal.h278 const static char Half[] = "half"; member in namespace:SPIRV::kSPIRVImageSampledTypeName
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml24 | Half Constructor in type:TypeKind/t
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1741 const SDValue Half = DAG.getConstantFP(0.5, SL, MVT::f32); local
1748 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE);
/external/clang/lib/Serialization/
H A DASTReader.cpp5030 size_t Half; local
5043 Half = Count / 2;
5045 std::advance(PPI, Half);
5050 Count = Count - Half - 1;
5052 Count = Half;
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5282 unsigned Half = VT.getVectorNumElements() / 2; local
5286 for (unsigned i = 0; i != Half; ++i) {
5287 int MIdx = M[i + j * Half];
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp1812 SDValue Half = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Arg, local
1815 DAG.getVTList(MVT::i32, MVT::i32), Half);
3836 unsigned Half = VT.getVectorNumElements() / 2; local
3840 for (unsigned i = 0; i != Half; ++i) {
3841 int MIdx = M[i + j * Half];
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2303 SDValue Half = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, MVT::f64, Arg, local
2306 DAG.getVTList(MVT::i32, MVT::i32), Half);
5491 unsigned Half = NumElts / 2; local
5494 for (unsigned j = 0; j < NumElts; j += Half) {
5496 for (unsigned k = 0; k < Half; ++k) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp3386 int Half = NumElems / 2; local
3387 for (int i = 0; i < Half; ++i)
3390 for (int i = Half; i < NumElems; ++i)
3413 int Half = NumElems / 2; local
3414 for (int i = 0; i < Half; ++i)
3417 for (int i = Half; i < NumElems; ++i)
3713 for (int Half = 0; Half < 4; ++Half) {
3714 if (isSequentialOrUndefInRange(Mask, 0, HalfSize, Half*HalfSiz
4395 unsigned Half = NumElems/2; local
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4715 for (unsigned i = 0, Half = NumElems/2; i != Half; ++i) {
4716 Mask[i * 2] = i + Half;
4717 Mask[i * 2 + 1] = i + NumElems + Half;
6375 unsigned Half = NumElts/2; local
6378 for (unsigned i = 0, e = Half; i != e; ++i)
6382 for (unsigned i = Half, e = NumElts; i != e; ++i)
6416 if (isHorizontalBinOp(BV, ISD::FADD, DAG, 0, Half, InVec0, InVec1) &&
6417 isHorizontalBinOp(BV, ISD::FADD, DAG, Half, NumElts, InVec2, InVec3) &&
6422 if (isHorizontalBinOp(BV, ISD::FSUB, DAG, 0, Half, InVec
[all...]

Completed in 2603 milliseconds