Home
last modified time | relevance | path

Searched refs:IsDst (Results 1 – 25 of 45) sorted by relevance

12

/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/date/
H A Ddate_symbian.cpp181 TBool IsDst=EFalse; in GetIsDst()
187 IsDst = TzServer.IsDaylightSavingOnL(*TzId); in GetIsDst()
192 return IsDst; in GetIsDst()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/date/
H A Ddate_symbian.cpp181 TBool IsDst=EFalse; in GetIsDst()
187 IsDst = TzServer.IsDaylightSavingOnL(*TzId); in GetIsDst()
192 return IsDst; in GetIsDst()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/date/
H A Ddate_symbian.cpp181 TBool IsDst=EFalse; in GetIsDst()
187 IsDst = TzServer.IsDaylightSavingOnL(*TzId); in GetIsDst()
192 return IsDst; in GetIsDst()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DTimeZoneInfo.Unix.cs55 if (!transitionType[type].IsDst) in TimeZoneInfo()
72 if (!transitionType[i].IsDst) in TimeZoneInfo()
387 if (typeIndex < transitionType.Length && transitionType[typeIndex].IsDst) in TZif_GenerateAdjustmentRule()
403 if (typeIndex < transitionType.Length && !transitionType[typeIndex].IsDst) in TZif_GenerateAdjustmentRule()
868 public Boolean IsDst; field
878 IsDst = (data[index + 4] != 0); in TZifType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DTimeZoneInfo.cs968 if (ttype.IsDst) {
1321 if (time_types.Count == 1 && time_types[0].IsDst)
1337 if (!ttype.IsDst) {
1518 public readonly bool IsDst;
1524 this.IsDst = is_dst;
1530 return "offset: " + Offset + "s, is_dst: " + IsDst + ", zone name: " + Name;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Native/
H A DField.hpp333 static inline bool IsDst(OpIx IX) {return (IX & OpIx::IX_DST) == OpIx::IX_DST;} in IsDst() function
335 IGA_ASSERT(!IsDst(IX),"ToSrcIndex(OpIx) on dst index"); in ToSrcIndex()
H A DInstDecoder.hpp688 (IsDst(opIndex) || ToSrcIndex(opIndex) == 0) && in decodeRegDirectFields()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DTimeZone.cs64 public bool IsDst(int interval) { in IsDst() method in GLib.TimeZone
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dcalendar.erl293 local_time_to_universal_time(DateTime, IsDst) ->
294 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dcalendar.erl292 local_time_to_universal_time(DateTime, IsDst) ->
293 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dcalendar.erl292 local_time_to_universal_time(DateTime, IsDst) ->
293 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dcalendar.erl293 local_time_to_universal_time(DateTime, IsDst) ->
294 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dcalendar.erl293 local_time_to_universal_time(DateTime, IsDst) ->
294 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dcalendar.erl293 local_time_to_universal_time(DateTime, IsDst) ->
294 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dcalendar.erl293 local_time_to_universal_time(DateTime, IsDst) ->
294 erlang:localtime_to_universaltime(DateTime, IsDst).
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXCisaBuilder.cpp665 VISA_VectorOpnd *createState(Register *Reg, unsigned Offset, bool IsDst);
708 std::string createInlineAsmOperand(Register *Reg, genx::Region *R, bool IsDst,
737 VISA_VectorOpnd *createAddressOperand(Value *V, bool IsDst);
1637 bool IsDst) { in createState() argument
1644 Size, Offset, IsDst)); in createState()
1648 Size, Offset, IsDst)); in createState()
1828 if (IsDst) { in createAddressOperand()
2189 Register *Reg, genx::Region *R, bool IsDst, genx::Signedness Signed, in createInlineAsmOperand() argument
2191 deduceRegion(R, IsDst); in createInlineAsmOperand()
2213 ResultOperand = createIndirectOperand(R, Signed, Mod, IsDst); in createInlineAsmOperand()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2887 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
2892 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
2903 if (IsDst) { in verifyInstruction()
2921 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3100 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3105 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3116 if (IsDst) { in verifyInstruction()
3134 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3472 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3477 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3488 if (IsDst) { in verifyInstruction()
3506 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3582 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3587 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3598 if (IsDst) { in verifyInstruction()
3616 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3582 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3587 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3598 if (IsDst) { in verifyInstruction()
3616 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3582 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3587 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3598 if (IsDst) { in verifyInstruction()
3616 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3891 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3896 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3907 if (IsDst) { in verifyInstruction()
3925 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3887 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3892 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3903 if (IsDst) { in verifyInstruction()
3921 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3949 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
3954 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
3965 if (IsDst) { in verifyInstruction()
3983 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()

12