/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 217 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/ |
D | APSInt.h | 76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
D | TextInputChannel.java | 354 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/ |
D | text_handler.h | 48 bool isSigned; // This is only significant if type_class is integral. member
|
D | text.cpp | 65 bool isSigned = false; in spvTextToLiteral() local
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.h | 48 bool isSigned; // This is only significant if type_class is integral. member
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text_handler.h | 45 bool isSigned; // This is only significant if type_class is integral. member
|
D | text.cpp | 63 bool isSigned = false; in spvTextToLiteral() local
|
/third_party/spirv-tools/source/ |
D | text_handler.h | 48 bool isSigned; // This is only significant if type_class is integral. member
|
D | text.cpp | 65 bool isSigned = false; in spvTextToLiteral() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 201 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 191 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/ |
D | DivRemPairs.cpp | 98 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/ |
D | Z3Solver.cpp | 609 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/ |
D | IVDescriptors.h | 234 bool isSigned() { return IsSigned; } in isSigned() function
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 352 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
|
D | es31fShaderIntegerFunctionTests.cpp | 348 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
|
D | es31fShaderAtomicOpTests.cpp | 422 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/ |
D | vktSampleVerifierUtil.cpp | 632 bool isSigned, in convertNormalizedInt() 820 const bool isSigned = (chanClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT); in convertNormalizedFormat() local
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.h | 267 bool isSigned() const { in isSigned() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm8bitStorageTests.cpp | 1355 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/ |
D | vktShaderIntegerFunctionTests.cpp | 418 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/ |
D | SkSLType.h | 277 bool isSigned() const { in isSigned() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 220 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/ |
D | AVRISelDAGToDAG.cpp | 477 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
|