Home
last modified time | relevance | path

Searched refs:hasSegment (Results 1 – 23 of 23) sorted by relevance

/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/util/
H A DDebug.java214 public static boolean hasSegment(Geometry geom, Coordinate p0, Coordinate p1) in hasSegment() method in Debug
218 return filter.hasSegment(); in hasSegment()
225 private boolean hasSegment = false; field in Debug.SegmentFindingFilter
233 public boolean hasSegment() { return hasSegment; } in hasSegment() method in Debug.SegmentFindingFilter
238 hasSegment = p0.equals2D(seq.getCoordinate(i-1)) in filter()
244 return hasSegment; in isDone()
/dports/www/aria2/aria2-1.36.0/src/
H A DSegmentMan.h192 bool hasSegment(size_t index) const;
H A DSegmentMan.cc390 bool SegmentMan::hasSegment(size_t index) const in hasSegment() function in aria2::SegmentMan
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationView.h75 bool hasSegment(Segment * seg) const;
H A DNotationView.cpp446 NotationView::hasSegment(Segment * seg) const in hasSegment() function in Rosegarden::NotationView
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86assembler.cpp3569 if (rmRel->as<X86Mem>().hasSegment()) in _emit()
3639 if (rmRel->as<X86Mem>().hasSegment()) in _emit()
3691 if (rmRel->as<X86Mem>().hasSegment()) in _emit()
4164 if (rmRel->as<X86Mem>().hasSegment()) in _emit()
H A Dx86operand.h191 …ASMJIT_INLINE bool hasSegment() const noexcept { return _hasSignatureData(kSignatureMemSegmentMask… in hasSegment() function
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86operand.h500 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp1680 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp523 …Type() == Mem::kAddrTypeDefault && baseAddress != Globals::kNoBaseAddress && !rmRel.hasSegment()) { in x86ShouldUseMovabs()
1879 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h859 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp515 if (baseAddress != Globals::kNoBaseAddress && !rmRel.hasSegment()) { in x86GetMovAbsAddrType()
1729 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86operand.h859 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp515 if (baseAddress != Globals::kNoBaseAddress && !rmRel.hasSegment()) { in x86GetMovAbsAddrType()
1729 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp523 …Type() == Mem::kAddrTypeDefault && baseAddress != Globals::kNoBaseAddress && !rmRel.hasSegment()) { in x86ShouldUseMovabs()
1879 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp523 …Type() == Mem::kAddrTypeDefault && baseAddress != Globals::kNoBaseAddress && !rmRel.hasSegment()) { in x86ShouldUseMovabs()
1879 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86operand.h979 …constexpr bool hasSegment() const noexcept { return _hasSignaturePart<kSignatureMemSegmentMask>();… in hasSegment() function
H A Dx86assembler.cpp523 …Type() == Mem::kAddrTypeDefault && baseAddress != Globals::kNoBaseAddress && !rmRel.hasSegment()) { in x86ShouldUseMovabs()
1879 (m0.hasSegment() && m0.segmentId() != SReg::kIdEs))) in _emit()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86operand.h1039 inline bool hasSegment() const in hasSegment() function
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DLilyPondExporter.cpp244 currentSegmentSelected = m_notationView->hasSegment(seg); in isSegmentToPrint()