/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 283 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 …]
|
D | glsDrawTest.cpp | 436 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 …]
|
D | glsVertexArrayTests.cpp | 277 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/ |
D | abstract.h | 35 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 …]
|
D | gelf_xlate.h | 34 FUNDAMENTAL (HALF, Half, LIBELFBITS);
|
D | elf_getdata.c | 86 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | VertexBuffer.java | 240 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/ |
D | PrettyPrinter.h | 44 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO.WChar), in PrintingPolicy() 158 unsigned Half : 1; member
|
/external/google-breakpad/src/common/linux/ |
D | elfutils.h | 50 typedef Elf32_Half Half; typedef 63 typedef Elf64_Half Half; typedef
|
D | dump_symbols.cc | 777 typedef typename ElfClass::Half Half; in ElfArchitecture() typedef 778 Half arch = elf_header->e_machine; in ElfArchitecture()
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 206 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/ |
D | unaligned_store.ll | 12 ; Half word aligned store.
|
D | unaligned_load.ll | 12 ; Half word aligned load.
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsAArch64.td | 183 // 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.
|
D | Intrinsics.h | 77 Void, VarArg, MMX, Metadata, Half, Float, Double, enumerator
|
/external/mesa3d/docs/ |
D | RELNOTES-6.1 | 21 Half-precision floating point (GLhalf) pixel formats are supported
|
D | GL3.txt | 25 Half-float DONE
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 48 case BuiltinType::Half: ID = PREDEF_TYPE_HALF_ID; break; in TypeIdxFromBuiltin()
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 286 DECLARE_VA_CTOR(Half, void, VTX_COMP_HALF_FLOAT, VTX_COMP_CONVERT_NONE);
|
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 277 case BuiltinType::Half: in getWrittenTypeSpec()
|
D | NSAPI.cpp | 460 case BuiltinType::Half: in getNSNumberFactoryMethodKind()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 581 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType() 750 case IITDescriptor::Half: return Type::getHalfTy(Context); in DecodeFixedType()
|
/external/valgrind/docs/internals/ |
D | 3_9_BUGSTATUS.txt | 24 329963 Half precision floating point conversion on ARM is not supported
|
/external/libcxxabi/src/Unwind/ |
D | AddressSpace.hpp | 391 for (ElfW(Half) i = 0; i < pinfo->dlpi_phnum; i++) { in findUnwindSections()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 137 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()
|