/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 318 class Half class in deqp::gls::GLValue 321 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create() 322 static Half fromFloat (float value) { Half h; h.m_value = floatToHalf(value); return h; } in fromFloat() 325 …inline Half operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFl… in operator +() 326 …inline Half operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFl… in operator *() 327 …inline Half operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFl… in operator /() 328 …inline Half operator% (const Half& other) const { return create(deFloatMod(halfToFloat(m_value)… in operator %() 329 …inline Half operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFl… in operator -() 331 …inline Half& operator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator +=() 332 …inline Half& operator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator *=() [all …]
|
D | glsDrawTest.cpp | 437 class Half class in deqp::gls::__anon5a04624d0111::GLValue 440 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create() 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 /() 446 …inline Half operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFl… 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 /=() 451 …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/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);
|
/external/skqp/src/core/ |
D | SkNx.h | 25 typedef SkNx<N/2, T> Half; typedef 27 Half fLo, fHi; 30 AI SkNx(const Half& lo, const Half& hi) : fLo(lo), fHi(hi) {} in SkNx() 52 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) }; in Load() 62 Half al, bl, cl, dl, in Load4() 64 Half::Load4(ptr , &al, &bl, &cl, &dl); in Load4() 65 Half::Load4(ptr + 4*N/2*sizeof(T), &ah, &bh, &ch, &dh); in Load4() 73 Half al, bl, cl, in Load3() 75 Half::Load3(ptr , &al, &bl, &cl); in Load3() 76 Half::Load3(ptr + 3*N/2*sizeof(T), &ah, &bh, &ch); in Load3() [all …]
|
/external/skia/src/core/ |
D | SkNx.h | 25 typedef SkNx<N/2, T> Half; typedef 27 Half fLo, fHi; 30 AI SkNx(const Half& lo, const Half& hi) : fLo(lo), fHi(hi) {} in SkNx() 52 return { Half::Load(ptr), Half::Load(ptr + N/2*sizeof(T)) }; in Load() 62 Half al, bl, cl, dl, in Load4() 64 Half::Load4(ptr , &al, &bl, &cl, &dl); in Load4() 65 Half::Load4(ptr + 4*N/2*sizeof(T), &ah, &bh, &ch, &dh); in Load4() 73 Half al, bl, cl, in Load3() 75 Half::Load3(ptr , &al, &bl, &cl); in Load3() 76 Half::Load3(ptr + 3*N/2*sizeof(T), &ah, &bh, &ch); in Load3() [all …]
|
/external/clang/include/clang/AST/ |
D | PrettyPrinter.h | 52 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO.WChar), in PrintingPolicy() 190 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/vulkan-validation-layers/libs/glm/gtc/ |
D | packing.inl | 42 // Half bits => SEEEEEFF FFFFFFFF 60 // Half bits => SEEEEEFF FFFFFFFF 78 // Half bits => SEEEEEFF FFFFFFFF 96 // Half bits => SEEEEEFF FFFFFFFF 117 // Half bits => SEEEEEFF FFFFFFFF
|
/external/llvm/test/CodeGen/XCore/ |
D | unaligned_store.ll | 12 ; Half word aligned store.
|
D | unaligned_load.ll | 12 ; Half word aligned load.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | unaligned_store.ll | 13 ; Half word aligned store. Expands to two 16bit stores.
|
D | unaligned_load.ll | 17 ; Half word aligned load. Expands to two 16bit loads.
|
/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 | 91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
|
/external/tensorflow/tensorflow/java/src/gen/resources/ |
D | tftypes.csv | 20 Half,n,,n,,
|
/external/swiftshader/src/Common/ |
D | BUILD.gn | 34 "Half.cpp",
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_LRN.pbtxt | 12 0-D. Half-width of the 1-D normalization window.
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Intrinsics.h | 100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
|
/external/swiftshader/src/ |
D | Android.mk | 37 Common/Half.cpp \
|
/external/llvm/lib/Target/AMDGPU/ |
D | SISchedule.td | 41 // Half rate 64-bit instructions.
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 60 Half DataType = C.TF_HALF const 485 …6, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qint16, Quint16, Uint16, Complex128, Half:
|