Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h217 bool isMaxValue(bool isSigned) const { in isMaxValue()
229 bool isMinValue(bool isSigned) const { in isMinValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DTextInputChannel.java354 public final boolean isSigned; field in TextInputChannel.InputType
357 public InputType(@NonNull TextInputType type, boolean isSigned, boolean isDecimal) { in InputType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
Dtext.cpp65 bool isSigned = false; in spvTextToLiteral() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h45 bool isSigned; // This is only significant if type_class is integral. member
Dtext.cpp63 bool isSigned = false; in spvTextToLiteral() local
/third_party/spirv-tools/source/
Dtext_handler.h48 bool isSigned; // This is only significant if type_class is integral. member
Dtext.cpp65 bool isSigned = false; in spvTextToLiteral() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp201 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
/third_party/skia/src/sksl/dsl/
DDSLType.cpp191 bool DSLType::isSigned() const { in isSigned() function in SkSL::dsl::DSLType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp609 bool isSigned) override { in mkBVAddNoOverflow()
636 bool isSigned) override { in mkBVSubNoUnderflow()
661 bool isSigned) override { in mkBVMulNoOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h234 bool isSigned() { return IsSigned; } in isSigned() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp352 int getNBitIntegerMaxValue (bool isSigned, int numBits) in getNBitIntegerMaxValue()
364 int getNBitIntegerMinValue (bool isSigned, int numBits) in getNBitIntegerMinValue()
376 tcu::IVec4 getNBitIntegerVec4MaxValue (bool isSigned, const tcu::IVec4& numBits) in getNBitIntegerVec4MaxValue()
384 tcu::IVec4 getNBitIntegerVec4MinValue (bool isSigned, const tcu::IVec4& numBits) in getNBitIntegerVec4MinValue()
1546 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER; in init() local
1617 const bool isSigned = m_channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT; in init() local
Des31fShaderIntegerFunctionTests.cpp348 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
444 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
737 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1042 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
Des31fShaderAtomicOpTests.cpp422 const bool isSigned = m_type == TYPE_INT; in getInputs() local
496 const bool isSigned = m_type == TYPE_INT; in ShaderAtomicMaxCase() local
504 const bool isSigned = m_type == TYPE_INT; in getInputs() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp632 bool isSigned, in convertNormalizedInt()
820 const bool isSigned = (chanClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT); in convertNormalizedFormat() local
/third_party/skia/src/sksl/ir/
DSkSLType.h267 bool isSigned() const { in isSigned() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp1355 bool isSigned; in addCompute8bitStoragePushConstant8To32Group() member
1841 bool isSigned; in addCompute8bitStoragePushConstant8To16Group() member
2691 const char* isSigned; in addGraphics8BitStorageUniformInt32To8Group() member
2908 bool isSigned; in addGraphics8BitStorageUniformInt8To32Group() member
3507 const char* isSigned; in addGraphics8BitStorageUniformInt16To8Group() member
3735 bool isSigned; in addGraphics8BitStorageUniformInt8To16Group() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp418 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
528 const bool isSigned = glu::isDataTypeIntOrIVec(type); in getInputValues() local
863 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
1198 const bool isSigned = glu::isDataTypeIntOrIVec(type); in compare() local
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h277 bool isSigned() const { in isSigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp220 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned() function in AMDGPUCodeGenPrepare
225 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned() function in AMDGPUCodeGenPrepare
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp477 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local

1234