Home
last modified time | relevance | path

Searched refs:floatRange (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/www/ilias6/ILIAS-6.14/tests/Data/
H A DOpenedFloatIntervalTest.php23 $floatRange = new OpenedFloatInterval(3.0, 100.4);
25 $this->assertSame($floatRange->minimum(), 3.0);
26 $this->assertSame($floatRange->maximum(), 100.4);
69 $floatRange = new OpenedFloatInterval(0x3, 0xA);
71 $this->assertSame($floatRange->minimum(), 3.0);
72 $this->assertSame($floatRange->maximum(), 10.0);
82 $this->assertSame($floatRange->minimum(), 3.0);
83 $this->assertSame($floatRange->maximum(), 10.0);
91 $floatRange = new OpenedFloatInterval(3.0, 3.0);
93 $this->assertSame($floatRange->minimum(), 3.0);
[all …]
H A DClosedFloatIntervalTest.php23 $floatRange = new ClosedFloatInterval(3.0, 100.4);
25 $this->assertSame($floatRange->minimum(), 3.0);
26 $this->assertSame($floatRange->maximum(), 100.4);
69 $floatRange = new ClosedFloatInterval(0x3, 0xA);
71 $this->assertSame($floatRange->minimum(), 3.0);
72 $this->assertSame($floatRange->maximum(), 10.0);
80 $floatRange = new ClosedFloatInterval(0b11, 0b1010);
82 $this->assertSame($floatRange->minimum(), 3.0);
83 $this->assertSame($floatRange->maximum(), 10.0);
91 $floatRange = new ClosedFloatInterval(3.0, 3.0);
[all …]
/dports/science/madness/madness-ebb3fd7/src/apps/nick/
H A DspawnK.py13 def floatRange(a, b, inc): function
32 for x in floatRange(xMIN, xMAX+eps, dx):
33 for z in floatRange(zMIN, zMAX+eps, dz):
42 for k in floatRange(kMIN, kMAX+eps, dk):
45 for th in floatRange(0, PI+eps, dTH):
52 for k in floatRange(kMIN, kMAX+eps, dk/5):
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Numerical/
H A DFloating.hs14 floatRange :: Proxy a -> (Int, Int)
21 floatRange _ = Prelude.floatRange (0.0 :: Float) function
28 floatRange _ = Prelude.floatRange (0.0 :: Double) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/
H A DPush.hs83 && floatRange number == floatRange f
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/hslua-1.3.0.1/src/Foreign/Lua/
H A DPush.hs83 && floatRange number == floatRange f
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A Dkis_color_input.cpp318 const qreal floatRange = m_maxValue - m_minValue; in sliderChanged() local
319 m_dblNumInput->setValue(m_minValue + (i / 255.0) * floatRange); in sliderChanged()
370 const qreal floatRange = m_maxValue - m_minValue; in update() local
371 m_colorSlider->setValue((value - m_minValue) / floatRange * 255); in update()
/dports/textproc/p5-Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.14/samples/
H A Dhighlight.hs88 floatDigits, floatRadix, floatRange, floor, fmap, foldl, foldl1, foldr,
107 floatRadix, floatRange, floor, fmap, takeWhile, tan, tanh, threadToIOResult,
H A Dhighlight.lhs88 > floatDigits, floatRadix, floatRange, floor, fmap, foldl, foldl1, foldr,
107 > floatRadix, floatRange, floor, fmap, takeWhile, tan, tanh, threadToIOResult,
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dhighlight.hs92 floatDigits, floatRadix, floatRange, floor, fmap, foldl, foldl1, foldr,
111 floatRadix, floatRange, floor, fmap, takeWhile, tan, tanh, threadToIOResult,
H A Dhighlight.lhs88 > floatDigits, floatRadix, floatRange, floor, fmap, foldl, foldl1, foldr,
107 > floatRadix, floatRange, floor, fmap, takeWhile, tan, tanh, threadToIOResult,
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/include/de/widgets/
H A Dsliderwidget.h46 void setRange(Rangef const &floatRange, float step = 0);
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapebio/
H A DBioShape.java98 float floatRange; field in BioShape
112 floatRange = range; in calcBfactorRange()
250 float percentile = scaled / floatRange; in getMad()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DDRAWCURV.lsp81 (|floatRange| #4#) (|p| (|Polynomial| (|Integer|))))
83 (LETT |floatRange| (SPADCALL |l| '|rangeFloat| (QREFELT $ 42)))
86 ((QEQCAR |floatRange| 1)
110 (PROG2 (LETT #3# |floatRange|)
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Dsliderwidget.cpp477 void SliderWidget::setRange(Rangef const &floatRange, float step) in setRange() argument
479 setRange(Ranged(floatRange.start, floatRange.end), ddouble(step)); in setRange()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dhighlight.lhs.fold88 > floatDigits, floatRadix, floatRange, floor, fmap, foldl, foldl1, foldr,
107 > floatRadix, floatRange, floor, fmap, takeWhile, tan, tanh, threadToIOResult,
H A Dhighlight.hs.fold92 floatDigits, floatRadix, floatRange, floor, fmap, foldl, foldl1, foldr,
111 floatRadix, floatRange, floor, fmap, takeWhile, tan, tanh, threadToIOResult,
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/half-0.3.1/
H A DCHANGELOG.markdown13 * Fixed bound in `floatRange`.
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/half-0.3.1/
H A DCHANGELOG.markdown13 * Fixed bound in `floatRange`.
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DFloat.hs163 floatRange :: a -> (Int,Int)
233 (l,h) = floatRange x
421 floatRange _ = (FLT_MIN_EXP, FLT_MAX_EXP) -- ditto function
610 floatRange _ = (DBL_MIN_EXP, DBL_MAX_EXP) -- ditto function
823 (minExp0, _) = floatRange x
994 (minExp0, _) = floatRange r
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/half-0.3.1/src/Numeric/Half/
H A DInternal.hs181 floatRange _ = (-13,16) function
259 (_HALF_MIN_EXP, _HALF_MAX_EXP) = floatRange (undefined::Half)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/half-0.3.1/src/Numeric/Half/
H A DInternal.hs181 floatRange _ = (-13,16) function
259 (_HALF_MIN_EXP, _HALF_MAX_EXP) = floatRange (undefined::Half)
/dports/lang/ghc/ghc-8.10.7/libraries/base/
H A DPrelude.hs61 RealFloat(floatRadix, floatDigits, floatRange, decodeFloat,
/dports/lang/ghc/ghc-8.10.7/libraries/transformers/legacy/pre709/Data/Functor/
H A DIdentity.hs191 floatRange (Identity x) = floatRange x function
/dports/devel/stack/stack-2.7.3/_cabal_deps/base-compat-0.11.2/src/Prelude/
H A DCompat.hs182 , floatRange

1234567