Home
last modified time | relevance | path

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

12345

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp318 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 …]
DglsDrawTest.cpp437 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 …]
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/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);
/external/skqp/src/core/
DSkNx.h25 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/
DSkNx.h25 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/
DPrettyPrinter.h52 Half(LO.Half), MSWChar(LO.MicrosoftExt && !LO.WChar), in PrintingPolicy()
190 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/vulkan-validation-layers/libs/glm/gtc/
Dpacking.inl42 // 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/
Dunaligned_store.ll12 ; Half word aligned store.
Dunaligned_load.ll12 ; Half word aligned load.
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dunaligned_store.ll13 ; Half word aligned store. Expands to two 16bit stores.
Dunaligned_load.ll17 ; Half word aligned load. Expands to two 16bit loads.
/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.h91 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
/external/tensorflow/tensorflow/java/src/gen/resources/
Dtftypes.csv20 Half,n,,n,,
/external/swiftshader/src/Common/
DBUILD.gn34 "Half.cpp",
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LRN.pbtxt12 0-D. Half-width of the 1-D normalization window.
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h100 Void, VarArg, MMX, Token, Metadata, Half, Float, Double, enumerator
/external/swiftshader/src/
DAndroid.mk37 Common/Half.cpp \
/external/llvm/lib/Target/AMDGPU/
DSISchedule.td41 // Half rate 64-bit instructions.
/external/tensorflow/tensorflow/go/
Dtensor.go60 Half DataType = C.TF_HALF const
485 …6, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qint16, Quint16, Uint16, Complex128, Half:

12345