Home
last modified time | relevance | path

Searched refs:loValue (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/threading/
H A Datomic_p.h76 uint32_t loValue = ++_lo; in next() local
83 if (BL_UNLIKELY(loValue & kThresholdLo32)) { in next()
94 return (uint64_t(hiValue) << 32) | loValue; in next()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcRangeSlider.h33 Q_PROPERTY(double loValue READ loValue WRITE setLoValue)
49 double loValue() const { return _lo; } in loValue() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DQRangeSlider.sc30 ^this.getProperty( \loValue );
34 this.setProperty( \loValue, aFloat );
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_wheel.cpp429 const double loValue = value() - halfIntv; in drawWheel() local
459 for ( double tickValue = ceil(loValue / tickWidth) * tickWidth; in drawWheel()
500 for ( double tickValue = ceil(loValue / tickWidth) * tickWidth; in drawWheel()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_wheel.cpp429 const double loValue = value() - halfIntv; in drawWheel() local
459 for ( double tickValue = ceil(loValue / tickWidth) * tickWidth; in drawWheel()
500 for ( double tickValue = ceil(loValue / tickWidth) * tickWidth; in drawWheel()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_wheel.cpp827 const double loValue = value() - halfIntv; in drawTicks() local
850 for ( double tickValue = ::ceil( loValue / tickWidth ) * tickWidth; in drawTicks()
891 for ( double tickValue = ::ceil( loValue / tickWidth ) * tickWidth; in drawTicks()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_wheel.cpp827 const double loValue = value() - halfIntv; in drawTicks() local
850 for ( double tickValue = ::ceil( loValue / tickWidth ) * tickWidth; in drawTicks()
891 for ( double tickValue = ::ceil( loValue / tickWidth ) * tickWidth; in drawTicks()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dgrids.cpp395 bool CSG_Grids::Set_NoData_Value_Range(double loValue, double hiValue) in Set_NoData_Value_Range() argument
397 …if( CSG_Data_Object::Set_NoData_Value_Range(loValue, hiValue) ) // this is a CSG_Data_Object base … in Set_NoData_Value_Range()
399 m_pGrids[0]->Set_NoData_Value_Range(loValue, hiValue); in Set_NoData_Value_Range()
403 m_pGrids[i]->Set_NoData_Value_Range(loValue, hiValue); in Set_NoData_Value_Range()
H A Dgrids.h352 virtual bool Set_NoData_Value_Range (double loValue, double hiValue);
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DWinNT.java1195 long loValue = LowPart.longValue(); in longValue() local
1197 return ((hiValue << 32) & 0xFFFFFFFF00000000L) | (loValue & 0xFFFFFFFFL); in longValue()
/dports/math/R-cran-lpSolve/lpSolve/src/
H A Dlp_presolve.c421 INLINE void presolve_range(lprec *lp, int rownr, psrec *ps, REAL *loValue, REAL *hiValue) in presolve_range() argument
423 *loValue = presolve_sumplumin(lp, rownr, ps, FALSE); in presolve_range()
427 STATIC void presolve_rangeorig(lprec *lp, int rownr, psrec *ps, REAL *loValue, REAL *hiValue, REAL … in presolve_rangeorig() argument
430 *loValue = presolve_sumplumin(lp, rownr, ps, FALSE) + delta; in presolve_rangeorig()
/dports/math/lp_solve/lp_solve_5.5/
H A Dlp_presolve.c401 INLINE void presolve_range(lprec *lp, int rownr, psrec *ps, REAL *loValue, REAL *hiValue) in presolve_range() argument
403 *loValue = presolve_sumplumin(lp, rownr, ps, FALSE); in presolve_range()
407 STATIC void presolve_rangeorig(lprec *lp, int rownr, psrec *ps, REAL *loValue, REAL *hiValue, REAL … in presolve_rangeorig() argument
410 *loValue = presolve_sumplumin(lp, rownr, ps, FALSE) + delta; in presolve_rangeorig()