Home
last modified time | relevance | path

Searched refs:SByte (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/src/Reactor/
DReactor.hpp30 class SByte;
264 class SByte : public LValue<SByte> class
267 SByte(Argument<SByte> argument);
269 explicit SByte(RValue<Int> cast);
270 explicit SByte(RValue<Short> cast);
272 SByte() = default;
273 SByte(signed char x);
274 SByte(RValue<SByte> rhs);
275 SByte(const SByte &rhs);
276 SByte(const Reference<SByte> &rhs);
[all …]
DLLVMReactor.cpp1294 SByte::SByte(Argument<SByte> argument) in SByte() function in sw::SByte
1299 SByte::SByte(RValue<Int> cast) in SByte() function in sw::SByte
1301 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte()
1306 SByte::SByte(RValue<Short> cast) in SByte() function in sw::SByte
1308 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte()
1313 SByte::SByte(signed char x) in SByte() function in sw::SByte
1318 SByte::SByte(RValue<SByte> rhs) in SByte() function in sw::SByte
1323 SByte::SByte(const SByte &rhs) in SByte() function in sw::SByte
1329 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in sw::SByte
1335 RValue<SByte> SByte::operator=(RValue<SByte> rhs) in operator =()
[all …]
DSubzeroReactor.cpp1814 SByte::SByte(Argument<SByte> argument) in SByte() function in sw::SByte
1819 SByte::SByte(RValue<Int> cast) in SByte() function in sw::SByte
1821 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte()
1826 SByte::SByte(RValue<Short> cast) in SByte() function in sw::SByte
1828 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType()); in SByte()
1833 SByte::SByte(signed char x) in SByte() function in sw::SByte
1838 SByte::SByte(RValue<SByte> rhs) in SByte() function in sw::SByte
1843 SByte::SByte(const SByte &rhs) in SByte() function in sw::SByte
1849 SByte::SByte(const Reference<SByte> &rhs) in SByte() function in sw::SByte
1855 RValue<SByte> SByte::operator=(RValue<SByte> rhs) in operator =()
[all …]
/external/swiftshader/src/Renderer/
DBlitter.cpp246 c.x = Float(Int(*Pointer<SByte>(element))); in read()
340 c.x = Float(Int(*Pointer<SByte>(element + 0))); in read()
341 c.y = Float(Int(*Pointer<SByte>(element + 1))); in read()
549 if(writeA) { *Pointer<SByte>(element + 3) = SByte(RoundInt(Float(c.w))); } in write()
554 *Pointer<SByte>(element + 3) = SByte(0x7F); in write()
556 if(writeB) { *Pointer<SByte>(element + 2) = SByte(RoundInt(Float(c.z))); } in write()
559 if(writeG) { *Pointer<SByte>(element + 1) = SByte(RoundInt(Float(c.y))); } in write()
562 if(writeR) { *Pointer<SByte>(element) = SByte(RoundInt(Float(c.x))); } in write()
802 c = Insert(c, Int(*Pointer<SByte>(element + 3)), 3); in read()
804 c = Insert(c, Int(*Pointer<SByte>(element + 2)), 2); in read()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h33 SByte = 0x0068, // 8 bit signed int enumerator
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp34 {"__int8*", SimpleTypeKind::SByte},
/external/swiftshader/docs/
DReactor.md103 | SByte | int8_t |
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1085 case 1: STK = SimpleTypeKind::SByte; break; in lowerTypeBasic()
/external/libexif/po/
Dsr.po2428 msgid "SByte"
2429 msgstr "SByte"
Duk.po2415 msgid "SByte"
2416 msgstr "SByte"
Dpt_BR.po2424 msgid "SByte"
2425 msgstr "SByte"
Dcs.po2443 msgid "SByte"
2444 msgstr "SByte"
Dda.po2494 msgid "SByte"
2495 msgstr "SByte"
Den_GB.po2441 msgid "SByte"
2442 msgstr "SByte"
Dit.po2486 msgid "SByte"
2487 msgstr "SByte"
Dpl.po2444 msgid "SByte"
2445 msgstr "SByte"
Dde.po2455 msgid "SByte"
2456 msgstr "SByte"
Den_AU.po2441 msgid "SByte"
2442 msgstr "SByte"
Dnl.po2448 msgid "SByte"
2449 msgstr "SByte"
Dbs.po2451 msgid "SByte"
2452 msgstr "SByte"
Dsk.po2528 msgid "SByte"
2529 msgstr "SByte"
Dvi.po2447 msgid "SByte"
2448 msgstr "SByte"
Dlibexif-12.pot2412 msgid "SByte"
Den_CA.po2412 msgid "SByte"
Dbe.po2416 msgid "SByte"

12