Home
last modified time | relevance | path

Searched refs:SourceIsSigned (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/python/google/protobuf/pyext/
H A Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/python/google/protobuf/pyext/
H A Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/dports/devel/py-protobuf/protobuf-3.17.3/google/protobuf/pyext/
H A Dsafe_numerics.h45 bool DestIsSigned, bool SourceIsSigned>
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp634 const bool SourceIsSigned = CastKind == InstCast::Sitofp; in genTargetHelperCallFor() local
637 DestIsF32 ? (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f32 in genTargetHelperCallFor()
639 : (SourceIsSigned ? RuntimeHelper::H_sitofp_i64_f64 in genTargetHelperCallFor()
4109 const bool SourceIsSigned = CastKind == InstCast::Sitofp; in lowerCast() local
4116 SourceIsSigned ? InstARM32Vcvt::Vsi2s : InstARM32Vcvt::Vui2s); in lowerCast()
4136 Func, SourceIsSigned ? InstCast::Sext : InstCast::Zext, Src0R_32, in lowerCast()
4147 ? (SourceIsSigned ? InstARM32Vcvt::Si2s : InstARM32Vcvt::Ui2s) in lowerCast()
4148 : (SourceIsSigned ? InstARM32Vcvt::Si2d : InstARM32Vcvt::Ui2d); in lowerCast()
H A DIceTargetLoweringMIPS32.cpp485 const bool SourceIsSigned = CastKind == InstCast::Sitofp; in genTargetHelperCallFor() local
488 if (SourceIsSigned) { in genTargetHelperCallFor()