HomeSort by relevance Sort by last modified time
    Searched refs:SByte (Results 1 - 15 of 15) sorted by null

  /external/swiftshader/src/Reactor/
Reactor.hpp 30 class SByte;
264 class SByte : public LValue<SByte>
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)
    [all...]
SubzeroReactor.cpp     [all...]
LLVMReactor.cpp 1294 SByte::SByte(Argument<SByte> argument)
1299 SByte::SByte(RValue<Int> cast)
1301 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType());
1306 SByte::SByte(RValue<Short> cast)
1308 Value *integer = Nucleus::createTrunc(cast.value, SByte::getType());
1313 SByte::SByte(signed char x
    [all...]
  /external/swiftshader/src/Renderer/
Blitter.cpp 246 c.x = Float(Int(*Pointer<SByte>(element)));
340 c.x = Float(Int(*Pointer<SByte>(element + 0)));
341 c.y = Float(Int(*Pointer<SByte>(element + 1)));
549 if(writeA) { *Pointer<SByte>(element + 3) = SByte(RoundInt(Float(c.w))); }
554 *Pointer<SByte>(element + 3) = SByte(0x7F);
556 if(writeB) { *Pointer<SByte>(element + 2) = SByte(RoundInt(Float(c.z))); }
559 if(writeG) { *Pointer<SByte>(element + 1) = SByte(RoundInt(Float(c.y)));
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 33 SByte = 0x0068, // 8 bit signed int
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 34 {"__int8*", SimpleTypeKind::SByte},
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 601 milliseconds