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

123

/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::__anon4841::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...]
H A DglsVertexArrayTests.cpp277 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max)
284 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
368 inline GLValue::Half minValue (void)
370 return GLValue::Half::create(4 * 1.0f);
431 inline GLValue::Half abs (GLValue::Half val)
433 return GLValue::Half
[all...]
/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/elfutils/libelf/
H A Dabstract.h35 TYPE_NAME (ElfW2(Bits, Ext##Half), e_type) \
36 TYPE_NAME (ElfW2(Bits, Ext##Half), e_machine) \
42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
43 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phentsize) \
44 TYPE_NAME (ElfW2(Bits, Ext##Half), e_phnum) \
45 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shentsize) \
46 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shnum) \
47 TYPE_NAME (ElfW2(Bits, Ext##Half), e_shstrndx) \
120 TYPE_NAME (ElfW2(32, Ext##Half), st_shndx) \
129 TYPE_NAME (ElfW2(64, Ext##Half), st_shnd
[all...]
H A Dgelf_xlate.h34 FUNDAMENTAL (HALF, Half, LIBELFBITS);
H A Delf_getdata.c87 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
/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/skia/src/core/
H A DSkNx.h25 typedef SkNx<N/2, T> Half; typedef in struct:__anon16972::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/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/IR/
H A DIntrinsics.h91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
/external/swiftshader/src/
H A DAndroid.mk24 Common/Half.cpp \
/external/clang/lib/Serialization/
H A DASTCommon.cpp82 case BuiltinType::Half:
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp286 DECLARE_VA_CTOR(Half, void, VTX_COMP_HALF_FLOAT, VTX_COMP_CONVERT_NONE);
/external/llvm/lib/IR/
H A DFunction.cpp613 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0));
794 case IITDescriptor::Half: return Type::getHalfTy(Context);
938 case IITDescriptor::Half: return !Ty->isHalfTy();
/external/clang/lib/AST/
H A DTypeLoc.cpp319 case BuiltinType::Half:
H A DNSAPI.cpp463 case BuiltinType::Half:
/external/eigen/test/
H A Dhalf_float.cpp12 #include <Eigen/src/Core/arch/CUDA/Half.h>
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp618 case BuiltinType::Half:
/external/clang/lib/Basic/
H A DIdentifierTable.cpp141 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled;
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp442 case BuiltinType::Half:
443 // Half FP can either be storage-only (lowered to i16) or native.
/external/elfutils/libdwfl/
H A Drelocate.c374 #define TYPES DO_TYPE (BYTE, Byte); DO_TYPE (HALF, Half); \
/external/libunwind_llvm/src/
H A DAddressSpace.hpp399 typedef ElfW(Half) Elf_Half;
/external/llvm/include/llvm/Object/
H A DELFTypes.h71 typedef packed<uint16_t> Half; typedef in struct:llvm::object::ELFType

Completed in 2544 milliseconds

123