Home
last modified time | relevance | path

Searched refs:withinTolerance (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/clock/
H A Dclock_test.go35 withinTolerance = int32(1)
42 atomic.StoreInt32(&tolerance, withinTolerance)
52 Expect(atomic.LoadInt32(&tolerance)).To(Equal(withinTolerance))
62 atomic.StoreInt32(&tolerance, withinTolerance)
77 Expect(atomic.LoadInt32(&tolerance)).To(Equal(withinTolerance))
103 atomic.StoreInt32(&tolerance, withinTolerance)
113 Expect(atomic.LoadInt32(&tolerance)).To(Equal(withinTolerance))
123 atomic.StoreInt32(&tolerance, withinTolerance)
133 Expect(atomic.LoadInt32(&tolerance)).To(Equal(withinTolerance))
135 Expect(atomic.LoadInt32(&tolerance)).To(Equal(withinTolerance))
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/math-functions-0.3.4.1/Numeric/
H A DRootFinding.hs26 , withinTolerance
140 withinTolerance :: Tolerance -> Double -> Double -> Bool
141 withinTolerance _ a b function
143 withinTolerance (RelTol eps) a b = eqRelErr eps a b function
144 withinTolerance (AbsTol tol) a b = abs (a - b) < tol function
219 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
222 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
334 | withinTolerance tol x x' -> Just (Root x')
337 | withinTolerance tol a b -> Just (Root ((a + b) / 2))
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/math-functions-0.3.4.2/Numeric/
H A DRootFinding.hs26 , withinTolerance
140 withinTolerance :: Tolerance -> Double -> Double -> Bool
141 withinTolerance _ a b function
143 withinTolerance (RelTol eps) a b = eqRelErr eps a b function
144 withinTolerance (AbsTol tol) a b = abs (a - b) < tol function
219 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
222 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
334 | withinTolerance tol x x' -> Just (Root x')
337 | withinTolerance tol a b -> Just (Root ((a + b) / 2))
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/math-functions-0.3.4.1/Numeric/
H A DRootFinding.hs26 , withinTolerance
140 withinTolerance :: Tolerance -> Double -> Double -> Bool
141 withinTolerance _ a b function
143 withinTolerance (RelTol eps) a b = eqRelErr eps a b function
144 withinTolerance (AbsTol tol) a b = abs (a - b) < tol function
219 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
222 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
334 | withinTolerance tol x x' -> Just (Root x')
337 | withinTolerance tol a b -> Just (Root ((a + b) / 2))
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/math-functions-0.3.4.2/Numeric/
H A DRootFinding.hs26 , withinTolerance
140 withinTolerance :: Tolerance -> Double -> Double -> Bool
141 withinTolerance _ a b function
143 withinTolerance (RelTol eps) a b = eqRelErr eps a b function
144 withinTolerance (AbsTol tol) a b = abs (a - b) < tol function
219 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
222 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
334 | withinTolerance tol x x' -> Just (Root x')
337 | withinTolerance tol a b -> Just (Root ((a + b) / 2))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/math-functions-0.3.4.2/Numeric/
H A DRootFinding.hs26 , withinTolerance
140 withinTolerance :: Tolerance -> Double -> Double -> Bool
141 withinTolerance _ a b function
143 withinTolerance (RelTol eps) a b = eqRelErr eps a b function
144 withinTolerance (AbsTol tol) a b = abs (a - b) < tol function
219 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
222 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
334 | withinTolerance tol x x' -> Just (Root x')
337 | withinTolerance tol a b -> Just (Root ((a + b) / 2))
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/math-functions-0.3.4.2/Numeric/
H A DRootFinding.hs26 , withinTolerance
140 withinTolerance :: Tolerance -> Double -> Double -> Bool
141 withinTolerance _ a b function
143 withinTolerance (RelTol eps) a b = eqRelErr eps a b function
144 withinTolerance (AbsTol tol) a b = abs (a - b) < tol function
219 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
222 | withinTolerance tol a b -> Just $ Root ((a + b) / 2)
334 | withinTolerance tol x x' -> Just (Root x')
337 | withinTolerance tol a b -> Just (Root ((a + b) / 2))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/DataDog/sketches-go/ddsketch/mapping/
H A Dlinearly_interpolated_mapping.go54 …return (withinTolerance(m.multiplier, o.multiplier, tol) && withinTolerance(m.normalizedIndexOffse…
116 func withinTolerance(x, y, tolerance float64) bool { func
H A Dlogarithmic_mapping.go53 …return (withinTolerance(m.multiplier, o.multiplier, tol) && withinTolerance(m.normalizedIndexOffse…
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/math-functions-0.3.4.1/tests/Tests/
H A DRootFinding.hs37 = withinTolerance tol r exactRoot
42 = withinTolerance tol r exactRoot
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DRootFinding.hs37 = withinTolerance tol r exactRoot
42 = withinTolerance tol r exactRoot
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/math-functions-0.3.4.1/tests/Tests/
H A DRootFinding.hs37 = withinTolerance tol r exactRoot
42 = withinTolerance tol r exactRoot
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DRootFinding.hs37 = withinTolerance tol r exactRoot
42 = withinTolerance tol r exactRoot
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DRootFinding.hs37 = withinTolerance tol r exactRoot
42 = withinTolerance tol r exactRoot
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/math-functions-0.3.4.2/tests/Tests/
H A DRootFinding.hs37 = withinTolerance tol r exactRoot
42 = withinTolerance tol r exactRoot
/dports/lang/gcc48/gcc-4.8.5/libgo/go/image/
H A Ddecode_test.go66 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
102 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/image/
H A Ddecode_test.go66 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
102 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/image/
H A Ddecode_test.go66 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
102 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/image/
H A Ddecode_test.go70 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
111 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/image/
H A Ddecode_test.go71 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
112 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/image/
H A Ddecode_test.go71 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
112 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/image/
H A Ddecode_test.go71 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
112 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/image/
H A Ddecode_test.go71 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
112 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/image/
H A Ddecode_test.go71 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
112 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/image/
H A Ddecode_test.go71 func withinTolerance(c0, c1 color.Color, tolerance int) bool { func
112 if !withinTolerance(g.At(x, y), m.At(x, y), it.tolerance) {

12