/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/base/ |
H A D | int128.h | 108 inline uint128::uint128(uint64 top, uint64 bottom) : lo_(bottom), hi_(top) { } in uint128() 110 inline uint128::uint128(uint64 bottom) : lo_(bottom), hi_(0) { } in uint128() 112 inline uint128::uint128(uint32 bottom) : lo_(bottom), hi_(0) { } in uint128() 113 inline uint128::uint128(int bottom) : lo_(bottom), hi_(0) { in uint128() 119 inline void uint128::Initialize(uint64 top, uint64 bottom) { in Initialize()
|
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/inc/ |
H A D | Tools.class.php | 52 var $bottom = 0; variable in awSide 62 function awSide($left = NULL, $right = NULL, $top = NULL, $bottom = NULL) { 75 function set($left = NULL, $right = NULL, $top = NULL, $bottom = NULL) { 101 function add($left = NULL, $right = NULL, $top = NULL, $bottom = NULL) {
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/ |
H A D | qgslonglongvalidator.h | 43 QgsLongLongValidator( qint64 bottom, qint64 top, QObject *parent ) in QgsLongLongValidator() 84 void setBottom( qint64 bottom ) { b = bottom; } in setBottom() 87 virtual void setRange( qint64 bottom, qint64 top ) in setRange() 93 qint64 bottom() const { return b; } in bottom() function
|
H A D | qgsdoublevalidator.h | 111 void setBottom( double bottom ) { mMinimum = bottom; } in setBottom() 125 virtual void setRange( double bottom, double top ) in setRange() 135 double bottom() const { return mMinimum; } in bottom() function
|
/dports/graphics/qgis/qgis-3.22.3/src/gui/ |
H A D | qgslonglongvalidator.h | 43 QgsLongLongValidator( qint64 bottom, qint64 top, QObject *parent ) in QgsLongLongValidator() 84 void setBottom( qint64 bottom ) { b = bottom; } in setBottom() 87 virtual void setRange( qint64 bottom, qint64 top ) in setRange() 93 qint64 bottom() const { return b; } in bottom() function
|
H A D | qgsdoublevalidator.h | 124 void setBottom( double bottom ) { mMinimum = bottom; } in setBottom() 138 virtual void setRange( double bottom, double top ) in setRange() 148 double bottom() const { return mMinimum; } in bottom() function
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/platform/impl/ |
H A D | quic_uint128_impl.h | 59 inline QuicUint128Impl MakeQuicUint128Impl(uint64_t top, uint64_t bottom) { in MakeQuicUint128Impl() 90 constexpr QuicUint128Impl::QuicUint128Impl(uint64_t top, uint64_t bottom) in QuicUint128Impl() 94 constexpr QuicUint128Impl::QuicUint128Impl(uint64_t bottom) in QuicUint128Impl() 96 constexpr QuicUint128Impl::QuicUint128Impl(uint32_t bottom) in QuicUint128Impl() 98 inline QuicUint128Impl::QuicUint128Impl(int bottom) : lo_(bottom), hi_(0) { in QuicUint128Impl() 103 inline void QuicUint128Impl::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/platform/impl/ |
H A D | quic_uint128_impl.h | 59 inline QuicUint128Impl MakeQuicUint128Impl(uint64_t top, uint64_t bottom) { in MakeQuicUint128Impl() 90 constexpr QuicUint128Impl::QuicUint128Impl(uint64_t top, uint64_t bottom) in QuicUint128Impl() 94 constexpr QuicUint128Impl::QuicUint128Impl(uint64_t bottom) in QuicUint128Impl() 96 constexpr QuicUint128Impl::QuicUint128Impl(uint32_t bottom) in QuicUint128Impl() 98 inline QuicUint128Impl::QuicUint128Impl(int bottom) : lo_(bottom), hi_(0) { in QuicUint128Impl() 103 inline void QuicUint128Impl::Initialize(uint64_t top, uint64_t bottom) { in Initialize()
|
/dports/finance/R-cran-timeSeries/timeSeries/inst/doc/ |
H A D | timeSeriesPlot.R | 134 par(mar = c(bottom=1.5, 5.1, top=4, 2.1)) nameattr 136 par(mar = c(bottom=4, 5.1, top=1.5, 2.1)) nameattr 144 par(mar = c(bottom=1.5, 5.1, top=4, 2.1)) nameattr 154 par(mar = c(bottom=2, 5.1, top=3, 2.1)) nameattr 156 par(mar = c(bottom=3, 5.1, top=2, 1.1)) nameattr 158 par(mar = c(bottom=3, 4.1, top=2, 2.1)) nameattr 166 par(mar = c(bottom=2, 5.1, top=3, 2.1)) nameattr 168 par(mar = c(bottom=3, 5.1, top=2, 1.1)) nameattr 170 par(mar = c(bottom=3, 4.1, top=2, 2.1)) nameattr 178 par(mar = c(bottom=2, 5.1, top=3, 2.1)) nameattr [all …]
|
/dports/print/scribus-devel/scribus-1.5.7/scribus/ |
H A D | margins.h | 28 MarginStruct(double top, double left, double bottom, double right) : in MarginStruct() 33 …void set(double top, double left, double bottom, double right) {m_top=top;m_bottom=bottom;m_left=l… in set() 40 inline double bottom() const { return m_bottom; } in bottom() function 59 …ScMargins(qreal left, qreal top, qreal right, qreal bottom) : QMarginsF(left, top, right, bottom) … in ScMargins() 60 void set(qreal left, qreal top, qreal right, qreal bottom) in set()
|
/dports/devel/hyperscan/boost_1_75_0/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/devel/boost-libs/boost_1_72_0/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/devel/boost-python-libs/boost_1_72_0/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/devel/boost-docs/boost_1_72_0/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 72 void push( std::size_t bottom, context * ctx) noexcept { in push() 84 array * resize( std::size_t bottom, std::size_t top) { in resize() 116 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in empty() local 122 std::size_t bottom = bottom_.load( std::memory_order_relaxed); in push() local 139 std::size_t bottom = bottom_.load( std::memory_order_relaxed) - 1; in pop() local 169 std::size_t bottom = bottom_.load( std::memory_order_acquire); in steal() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/ |
H A D | int256.h | 157 inline constexpr uint256::uint256(absl::uint128 top, absl::uint128 bottom) in uint256() 161 inline constexpr uint256::uint256(absl::uint128 bottom) : lo_(bottom), hi_(0) {} in uint256() 163 inline constexpr uint256::uint256(int bottom) in uint256() 165 inline constexpr uint256::uint256(Uint32 bottom) : lo_(bottom), hi_(0) {} in uint256() 167 inline constexpr uint256::uint256(Uint8 bottom) : lo_(bottom), hi_(0) {} in uint256() 169 inline constexpr uint256::uint256(unsigned long bottom) in uint256() 172 inline constexpr uint256::uint256(unsigned long long bottom) in uint256() 175 inline void uint256::Initialize(absl::uint128 top, absl::uint128 bottom) { in Initialize()
|
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/ |
H A D | TextureCoords.java | 51 private float bottom; field in TextureCoords 56 public TextureCoords(float left, float bottom, in TextureCoords() 74 public float bottom() { return bottom; } in bottom() method in TextureCoords
|
/dports/graphics/aseprite/aseprite-1.2.9/src/gfx/ |
H A D | border.h | 27 BorderT(const T& left, const T& top, const T& right, const T& bottom) : in BorderT() 44 T bottom() const { return m_bottom; }; in bottom() function 52 void bottom(const T& bottom) { m_bottom = bottom; } in bottom() argument
|
/dports/math/glm/glm-0.9.9.8/glm/ext/ |
H A D | matrix_clip_space.inl | 4 GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> ortho(T left, T right, T bottom, T top) 16 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH_ZO(T left, T right, T bottom, T top, T zNear, T … 29 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH_NO(T left, T right, T bottom, T top, T zNear, T … 68 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoZO(T left, T right, T bottom, T top, T zNear, T zFa… 78 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoNO(T left, T right, T bottom, T top, T zNear, T zFa… 88 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH(T left, T right, T bottom, T top, T zNear, T zFa… 99 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoRH(T left, T right, T bottom, T top, T zNear, T zFa… 109 GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> ortho(T left, T right, T bottom, T top, T zNear, T zFar) 491 T const bottom = -range; local 509 T const bottom = -range; local [all …]
|
/dports/devel/upp/upp/uppsrc/plugin/glm/ext/ |
H A D | matrix_clip_space.inl | 4 GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> ortho(T left, T right, T bottom, T top) 16 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH_ZO(T left, T right, T bottom, T top, T zNear, T … 29 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH_NO(T left, T right, T bottom, T top, T zNear, T … 68 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoZO(T left, T right, T bottom, T top, T zNear, T zFa… 77 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoNO(T left, T right, T bottom, T top, T zNear, T zFa… 86 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH(T left, T right, T bottom, T top, T zNear, T zFa… 96 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoRH(T left, T right, T bottom, T top, T zNear, T zFa… 105 GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> ortho(T left, T right, T bottom, T top, T zNear, T zFar) 471 T const bottom = -range; local 489 T const bottom = -range; local [all …]
|
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/ext/ |
H A D | matrix_clip_space.inl | 4 GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> ortho(T left, T right, T bottom, T top) 16 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH_ZO(T left, T right, T bottom, T top, T zNear, T … 29 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH_NO(T left, T right, T bottom, T top, T zNear, T … 68 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoZO(T left, T right, T bottom, T top, T zNear, T zFa… 78 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoNO(T left, T right, T bottom, T top, T zNear, T zFa… 88 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoLH(T left, T right, T bottom, T top, T zNear, T zFa… 99 …GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> orthoRH(T left, T right, T bottom, T top, T zNear, T zFa… 109 GLM_FUNC_QUALIFIER mat<4, 4, T, defaultp> ortho(T left, T right, T bottom, T top, T zNear, T zFar) 491 T const bottom = -range; local 509 T const bottom = -range; local [all …]
|
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fiber/detail/ |
H A D | context_spmc_queue.hpp | 69 void push( std::size_t bottom, context * ctx) noexcept { in push() 81 array * resize( std::size_t bottom, std::size_t top) { in resize() 113 std::size_t bottom{ bottom_.load( std::memory_order_relaxed) }; in empty() local 119 std::size_t bottom{ bottom_.load( std::memory_order_relaxed) }; in push() local 138 std::size_t bottom{ bottom_.load( std::memory_order_acquire) }; in pop() local
|
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/inc/ |
H A D | Tools.class.php | 104 public $bottom = 0; variable in awSide 114 public function __construct($left = NULL, $right = NULL, $top = NULL, $bottom = NULL) { 127 public function set($left = NULL, $right = NULL, $top = NULL, $bottom = NULL) { 153 public function add($left = NULL, $right = NULL, $top = NULL, $bottom = NULL) {
|