Home
last modified time | relevance | path

Searched refs:Half (Results 1 – 25 of 78) sorted by relevance

1234

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp283 class Half class in deqp::gls::GLValue
286 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create()
289 …inline Half operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFl… in operator +()
290 …inline Half operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFl… in operator *()
291 …inline Half operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFl… in operator /()
292 …inline Half operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFl… in operator -()
294 …inline Half& operator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator +=()
295 …inline Half& operator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator *=()
296 …inline Half& operator/= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator /=()
297 …inline Half& operator-= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator -=()
[all …]
DglsDrawTest.cpp436 class Half class in deqp::gls::__anond14e03d00111::GLValue
439 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create()
442 …inline Half operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFl… in operator +()
443 …inline Half operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFl… in operator *()
444 …inline Half operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFl… in operator /()
445 …inline Half operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFl… in operator -()
447 …inline Half& operator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator +=()
448 …inline Half& operator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator *=()
449 …inline Half& operator/= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator /=()
450 …inline Half& operator-= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator -=()
[all …]
DglsVertexArrayTests.cpp277 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom()
284 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin)); in getRandom()
368 inline GLValue::Half minValue (void) in minValue()
370 return GLValue::Half::create(4 * 1.0f); in minValue()
431 inline GLValue::Half abs (GLValue::Half val) in abs()
433 return GLValue::Half::create(std::fabs(val.to<float>())); in abs()
1229 rangesHi[(int)Array::INPUTTYPE_HALF] = GLValue(Half::create(256.0f)); in getMaxValue()
1247 rangesLo[(int)Array::INPUTTYPE_HALF] = GLValue(Half::create(-256.0f)); in getMinValue()
1383 alignmentSafeAssignment<deFloat16>(data, getRandom<GLValue::Half>(rnd, min.h, max.h).getValue()); in setData()
1459 …data = createQuads<GLValue::Half>(seed, count, componentCount, offset, stride, primitive, min.h, m… in generateQuads()
[all …]
/external/elfutils/src/libelf/
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_shndx) \
[all …]
Dgelf_xlate.h34 FUNDAMENTAL (HALF, Half, LIBELFBITS);
Delf_getdata.c86 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DVertexBuffer.java240 Half(2), enumConstant
499 if (format == Format.Half) in getNumElements()
597 format = Format.Half; in convertToHalf()
629 case Half: in compact()
681 if (format == Format.Half){ in setElementComponent()
691 case Half: in setElementComponent()
726 if (format == Format.Half){ in getElementComponent()
736 case Half: in getElementComponent()
789 if (format == Format.Half){ in copyElements()
805 case Half: in copyElements()
[all …]
/external/clang/include/clang/AST/
DPrettyPrinter.h44 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO.WChar), in PrintingPolicy()
158 unsigned Half : 1; member
/external/google-breakpad/src/common/linux/
Delfutils.h50 typedef Elf32_Half Half; typedef
63 typedef Elf64_Half Half; typedef
Ddump_symbols.cc777 typedef typename ElfClass::Half Half; in ElfArchitecture() typedef
778 Half arch = elf_header->e_machine; in ElfArchitecture()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp206 size_t Half; in findBeginLocalPreprocessedEntity() local
216 Half = Count/2; in findBeginLocalPreprocessedEntity()
218 std::advance(I, Half); in findBeginLocalPreprocessedEntity()
223 Count = Count - Half - 1; in findBeginLocalPreprocessedEntity()
225 Count = Half; in findBeginLocalPreprocessedEntity()
/external/llvm/test/CodeGen/XCore/
Dunaligned_store.ll12 ; Half word aligned store.
Dunaligned_load.ll12 ; Half word aligned load.
/external/llvm/include/llvm/IR/
DIntrinsicsAArch64.td183 // Vector Add High-Half
188 // Vector Rounding Add High-Half
228 // Vector Subtract High-Half
233 // Vector Rounding Subtract High-Half
385 // Vector Conversions Between Half-Precision and Single-Precision.
DIntrinsics.h77 Void, VarArg, MMX, Metadata, Half, Float, Double, enumerator
/external/mesa3d/docs/
DRELNOTES-6.121 Half-precision floating point (GLhalf) pixel formats are supported
DGL3.txt25 Half-float DONE
/external/clang/lib/Serialization/
DASTCommon.cpp48 case BuiltinType::Half: ID = PREDEF_TYPE_HALF_ID; break; in TypeIdxFromBuiltin()
/external/deqp/framework/opengl/
DgluDrawUtil.hpp286 DECLARE_VA_CTOR(Half, void, VTX_COMP_HALF_FLOAT, VTX_COMP_CONVERT_NONE);
/external/clang/lib/AST/
DTypeLoc.cpp277 case BuiltinType::Half: in getWrittenTypeSpec()
DNSAPI.cpp460 case BuiltinType::Half: in getNSNumberFactoryMethodKind()
/external/llvm/lib/IR/
DFunction.cpp581 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
750 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
/external/valgrind/docs/internals/
D3_9_BUGSTATUS.txt24 329963 Half precision floating point conversion on ARM is not supported
/external/libcxxabi/src/Unwind/
DAddressSpace.hpp391 for (ElfW(Half) i = 0; i < pinfo->dlpi_phnum; i++) { in findUnwindSections()
/external/clang/lib/Basic/
DIdentifierTable.cpp137 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()

1234