Home
last modified time | relevance | path

Searched defs:SByte8 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.cpp2304 SByte8::SByte8() in SByte8() function in sw::SByte8
2309 SByte8::SByte8(byte x0, byte x1, byte x2, byte x3, byte x4, byte x5, byte x6, byte x7) in SByte8() function in sw::SByte8
2327 SByte8::SByte8(int64_t x) in SByte8() function in sw::SByte8
2345 SByte8::SByte8(RValue<SByte8> rhs) in SByte8() function in sw::SByte8
2352 SByte8::SByte8(const SByte8 &rhs) in SByte8() function in sw::SByte8
2360 SByte8::SByte8(const Reference<SByte8> &rhs) in SByte8() function in sw::SByte8
DNucleus.hpp778 class SByte8 : public Variable<SByte8> class