Home
last modified time | relevance | path

Searched refs:_EPSILON (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dselected-color.cpp24 double const SelectedColor::_EPSILON = 1e-4; member in Inkscape::UI::SelectedColor
85 (!color.isClose( _color, _EPSILON )?"YES":"no"), in setColorAlpha()
86 ((fabs((_alpha) - (alpha)) >= _EPSILON )?"YES":"no") in setColorAlpha()
90 if ( _virgin || !color.isClose( _color, _EPSILON ) || in setColorAlpha()
91 (fabs((_alpha) - (alpha)) >= _EPSILON )) { in setColorAlpha()
112 (color.isClose( _color, _EPSILON )?"YES":"no")); in setColorAlpha()
/dports/math/py-MutatorMath/MutatorMath-2.1.2/Lib/mutatorMath/objects/
H A Dlocation.py9 _EPSILON = sys.float_info.epsilon variable
289 if v > (_EPSILON, ) * len(v) or v < (-_EPSILON, ) * len(v):
291 elif v > _EPSILON or v < -_EPSILON:
316 if -_EPSILON < sd < _EPSILON and -_EPSILON < od < _EPSILON:
346 if (value < (-_EPSILON,) * len(value)
347 or value > (_EPSILON,) * len(value)):
349 if value < -_EPSILON or value > _EPSILON:
504 if d < _EPSILON:
H A Dmutator.py12 _EPSILON = sys.float_info.epsilon variable
239 if not (factor-_EPSILON < 0 < factor+_EPSILON) or allFactors:
311 if ((f-_EPSILON < v) and (f+_EPSILON > v)) or f==v: r = 1
352 if f < v-_EPSILON:
362 elif f > v+_EPSILON:
403 if current[name] < value - _EPSILON:
407 elif current[name] > value + _EPSILON:
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A Dtransform.py54 _EPSILON = 1e-15 variable
55 _ONE_EPSILON = 1 - _EPSILON
56 _MINUS_ONE_EPSILON = -1 + _EPSILON
60 if abs(v) < _EPSILON:
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A Dtransform.py54 _EPSILON = 1e-15 variable
55 _ONE_EPSILON = 1 - _EPSILON
56 _MINUS_ONE_EPSILON = -1 + _EPSILON
60 if abs(v) < _EPSILON:
/dports/math/testu01/TestU01-1.2.3/mylib/
H A Dannexea.tex62 use {\tt DBL\_EPSILON/2} from $<${\tt float.h}$>$
66 use {\tt 1 - DBL\_EPSILON/2} from $<${\tt float.h}$>$
70 use {\tt 0.75*DBL\_EPSILON} from $<${\tt float.h}$>$
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dfloatn-convert.c68 volatile TYPE1 a = (TYPE1) 1 + CONCAT (PFX1, _EPSILON); \
74 expected = (TYPE2) 1 + (TYPE2) CONCAT (PFX1, _EPSILON); \
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/unit/
H A Dtest_collocations.py10 _EPSILON = 1e-8 variable
19 if x1[0] != y1[0] or abs(x1[1] - y1[1]) > _EPSILON:
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/linear_model/
H A D_theil_sen.py26 _EPSILON = np.finfo(np.double).eps variable
58 mask = diff_norm >= _EPSILON
66 if quotient_norm > _EPSILON: # to avoid division by zero
H A D_ransac.py19 _EPSILON = np.spacing(1)
47 nom = max(_EPSILON, 1 - probability)
48 denom = max(_EPSILON, 1 - inlier_ratio ** min_samples)

123