Home
last modified time | relevance | path

Searched refs:flipped_ (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/sort/strings/
H A Dstring_ptr.hpp180 bool flipped_; member in tlx::sort_strings_detail::StringShadowPtr
195 bool flipped() const { return flipped_; } in flipped()
205 flipped_); in sub()
214 !flipped_); in flip()
220 if (!flipped_) { in copy_back()
225 return StringShadowPtr(shadow_, active_, !flipped_); in copy_back()
263 bool flipped_; member in tlx::sort_strings_detail::StringShadowLcpPtr
278 bool flipped() const { return flipped_; } in flipped()
288 lcp_ + offset, flipped_); in sub()
297 lcp_ + offset, !flipped_); in flip()
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/sort/strings/
H A Dstring_ptr.hpp180 bool flipped_; member in tlx::sort_strings_detail::StringShadowPtr
195 bool flipped() const { return flipped_; } in flipped()
205 flipped_); in sub()
214 !flipped_); in flip()
220 if (!flipped_) { in copy_back()
225 return StringShadowPtr(shadow_, active_, !flipped_); in copy_back()
263 bool flipped_; member in tlx::sort_strings_detail::StringShadowLcpPtr
278 bool flipped() const { return flipped_; } in flipped()
288 lcp_ + offset, flipped_); in sub()
297 lcp_ + offset, !flipped_); in flip()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DGPUDebugInterface.h86 …_((u8 *)data), stride_(stride), height_(height), fmt_(GPUDebugBufferFormat(fmt)), flipped_(false) { in alloc_()
93 …_((u8 *)data), stride_(stride), height_(height), fmt_(GPUDebugBufferFormat(fmt)), flipped_(false) { in alloc_()
100 : alloc_(false), data_((u8 *)data), stride_(stride), height_(height), fmt_(fmt), flipped_(false) { in GPUDebugBuffer()
108 flipped_ = other.flipped_; in GPUDebugBuffer()
125 flipped_ = other.flipped_;
158 return flipped_; in GetFlipped()
173 bool flipped_ = false; member
H A DGPUDebugInterface.cpp31 flipped_ = flipped; in Allocate()
40 flipped_ = flipped; in Allocate()
80 if (flipped_) { in GetRawPixel()
107 if (flipped_) { in SetRawPixel()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DGPUDebugInterface.h86 …_((u8 *)data), stride_(stride), height_(height), fmt_(GPUDebugBufferFormat(fmt)), flipped_(false) { in alloc_()
93 …_((u8 *)data), stride_(stride), height_(height), fmt_(GPUDebugBufferFormat(fmt)), flipped_(false) { in alloc_()
100 : alloc_(false), data_((u8 *)data), stride_(stride), height_(height), fmt_(fmt), flipped_(false) { in GPUDebugBuffer()
108 flipped_ = other.flipped_; in GPUDebugBuffer()
125 flipped_ = other.flipped_;
158 return flipped_; in GetFlipped()
173 bool flipped_ = false; member
H A DGPUDebugInterface.cpp31 flipped_ = flipped; in Allocate()
40 flipped_ = flipped; in Allocate()
80 if (flipped_) { in GetRawPixel()
107 if (flipped_) { in SetRawPixel()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DGPUDebugInterface.h86 …_((u8 *)data), stride_(stride), height_(height), fmt_(GPUDebugBufferFormat(fmt)), flipped_(false) { in alloc_()
93 …_((u8 *)data), stride_(stride), height_(height), fmt_(GPUDebugBufferFormat(fmt)), flipped_(false) { in alloc_()
100 : alloc_(false), data_((u8 *)data), stride_(stride), height_(height), fmt_(fmt), flipped_(false) { in GPUDebugBuffer()
108 flipped_ = other.flipped_; in GPUDebugBuffer()
125 flipped_ = other.flipped_;
158 return flipped_; in GetFlipped()
173 bool flipped_ = false; member
H A DGPUDebugInterface.cpp31 flipped_ = flipped; in Allocate()
40 flipped_ = flipped; in Allocate()
80 if (flipped_) { in GetRawPixel()
107 if (flipped_) { in SetRawPixel()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp65 flipped_ = crossClass_ = false; in setRegisters()
78 flipped_ = true; in setRegisters()
121 assert(!flipped_ && "Unexpected flip"); in setRegisters()
122 flipped_ = true; in setRegisters()
150 flipped_ = !flipped_; in flip()
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdFrame.hpp93 Frame(const View<A> & view, bool flipped_ = false, double timestamp_ = 0);
104 …Frame(size_t width_, size_t height_, Format format_, bool flipped_ = false, double timestamp_ = 0);
114 …Frame(const Point<ptrdiff_t> & size, Format format_, bool flipped_ = false, double timestamp_ = 0);
132 …uint8_t * data1, size_t stride1, uint8_t * data2, size_t stride2, bool flipped_ = false, double ti…
364 …<class> class A> SIMD_INLINE Frame<A>::Frame(const View<A> & view, bool flipped_, double timestamp… in Frame() argument
368 , flipped(flipped_) in Frame()
382 …INE Frame<A>::Frame(size_t width_, size_t height_, Format format_, bool flipped_, double timestamp… in Frame() argument
386 , flipped(flipped_) in Frame()
396 , flipped(flipped_) in Frame()
403 …uint8_t * data1, size_t stride1, uint8_t * data2, size_t stride2, bool flipped_, double timestamp_) in Frame() argument
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DRegisterCoalescer.h176 bool flipped_; variable
192 partial_(false), crossClass_(false), flipped_(false), newRC_(0) {} in CoalescerPair()
218 bool isFlipped() const { return flipped_; } in isFlipped()
/dports/astro/xplanet/xplanet-1.3.1/src/libplanet/
H A DPlanet.cpp148 flipped_ = 1; in Planet()
164 flipped_ = -1; in Planet()
181 flipped_ = 1; in Planet()
198 flipped_ = 1; in Planet()
250 flipped_ = 1; in Planet()
263 flipped_ = -1; in Planet()
328 flipped_ = -1; in Planet()
447 flipped_ = -1; in Planet()
613 flipped_ = 1; in Planet()
718 flipped_ = -1; in Planet()
[all …]
H A DPlanet.h61 int Flipped() const { return(flipped_); }; in Flipped()
107 int flipped_; variable
/dports/games/freesynd/freesynd-0.7.5/src/gfx/
H A Dspritemanager.h74 flipped_(false), next_element_(0) {} in GameSpriteFrameElement()
77 bool flipped_; variable
H A Dspritemanager.cpp129 e.flipped_ = (flipped == 'f'); in load()
146 e.flipped_ = in load()
248 e->flipped_); in drawFrame()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DTesselate.cpp23 std::vector<Vec3d> tesselate3d(const ExPolygon &expoly, double z_, bool flipped_) in tesselate3d() argument
26 m_flipped = flipped_; in tesselate3d()
59 std::vector<Vec3d> tesselate3d(const ExPolygons &expolygons, double z_, bool flipped_) in tesselate3d() argument
62 m_flipped = flipped_; in tesselate3d()
/dports/astro/xplanet/xplanet-1.3.1/src/libprojection/
H A DProjectionBase.cpp10 : flipped_(flipped), width_(w), height_(h) in ProjectionBase()
18 : flipped_(flipped), width_(w), height_(h) in ProjectionBase()
27 centerLon_ = options->Longitude() * flipped_; in init()
H A DProjectionBase.h38 const int flipped_;
/dports/biology/bbmap/bbmap/current/clump/
H A DReadKey.java76 private boolean setFlipped(boolean flipped_){ in setFlipped() argument
77 assert(flipped!=flipped_); in setFlipped()
78 return flipped=flipped_; in setFlipped()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dtexture_layer_impl.cc54 texture_layer->SetFlipped(flipped_); in PushPropertiesTo()
153 uv_bottom_right_, bg_color, vertex_opacity, flipped_, in AppendQuads()
217 flipped_ = flipped; in SetFlipped()
H A Dtexture_layer.cc47 if (flipped_ == flipped) in SetFlipped()
49 flipped_ = flipped; in SetFlipped()
189 texture_layer->SetFlipped(flipped_); in PushPropertiesTo()
H A Dtexture_layer.h131 bool flipped() const { return flipped_; } in flipped()
199 bool flipped_ = true; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dtexture_layer_impl.cc53 texture_layer->SetFlipped(flipped_); in PushPropertiesTo()
152 uv_bottom_right_, bg_color, vertex_opacity, flipped_, in AppendQuads()
216 flipped_ = flipped; in SetFlipped()
H A Dtexture_layer.cc49 if (flipped_ == flipped) in SetFlipped()
51 flipped_ = flipped; in SetFlipped()
202 texture_layer->SetFlipped(flipped_); in PushPropertiesTo()
H A Dtexture_layer.h131 bool flipped() const { return flipped_; } in flipped()
199 bool flipped_ = true; variable

12