Home
last modified time | relevance | path

Searched refs:halfToFloat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp325 …alf operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFloat(othe… in operator +()
326 …alf operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFloat(othe… in operator *()
327 …alf operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFloat(othe… in operator /()
328 …ator% (const Half& other) const { return create(deFloatMod(halfToFloat(m_value), halfToFloat(othe… in operator %()
329 …alf operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFloat(othe… in operator -()
331 …rator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) + halfToFloat in operator +=()
332 …rator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) * halfToFloat in operator *=()
333 …rator/= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) / halfToFloat in operator /=()
334 …rator-= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) - halfToFloat in operator -=()
338 …inline bool operator< (const Half& other) const { return halfToFloat(m_value) < halfToFloat(oth… in operator <()
[all …]
DglsDrawTest.cpp443 …alf operator+ (const Half& other) const { return create(halfToFloat(m_value) + halfToFloat(othe… in operator +()
444 …alf operator* (const Half& other) const { return create(halfToFloat(m_value) * halfToFloat(othe… in operator *()
445 …alf operator/ (const Half& other) const { return create(halfToFloat(m_value) / halfToFloat(othe… in operator /()
446 …alf operator- (const Half& other) const { return create(halfToFloat(m_value) - halfToFloat(othe… in operator -()
448 …rator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) + halfToFloat in operator +=()
449 …rator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) * halfToFloat in operator *=()
450 …rator/= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) / halfToFloat in operator /=()
451 …rator-= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue()) - halfToFloat in operator -=()
455 …inline bool operator< (const Half& other) const { return halfToFloat(m_value) < halfToFloat(oth… in operator <()
456 …inline bool operator> (const Half& other) const { return halfToFloat(m_value) > halfToFloat(oth… in operator >()
[all …]