/external/ImageMagick/www/ |
conjure.html | [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
DOTGenerator.java | 230 edgeST = stlib.getInstanceOf("epsilon-edge");
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderTessellation.hpp | 255 * Epsilon: 1e-5. This is dictated by the language in ES 3.0 specification,
|
/external/deqp/modules/gles2/scripts/ |
gen-conversions.py | 246 # \todo [petri] Enable large values when epsilon adapts to the values.
|
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | 71 0x34000000, // epsilon 72 0xB4000000, // negative epsilon 759 " const mediump float epsilon = 0.1; // allow small differences. To results to be wrong they must be more wrong than that.\n" 760 " mediump float green = 1.0 + epsilon - abs((a1.y + a2.y + a3.y + a4.y + a5.y) - 6.0);\n" [all...] |
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 269 # \todo [petri] Enable large values when epsilon adapts to the values.
|
/external/deqp/modules/gles31/functional/ |
es31fShaderMultisampleInterpolationTests.cpp | 713 " const highp float threshold = 0.15625; // 4 subpixel bits. Assume 3 accurate bits + 0.03125 for other errors\n"; // 0.03125 = mediump epsilon when value = 32 (RENDER_SIZE) [all...] |
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur.h | 270 if (internal::isMuchSmallerThan(sd, d, NumTraits<RealScalar>::epsilon()))
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 390 pruned(const Scalar& reference = Scalar(0), const RealScalar& epsilon = NumTraits<Scalar>::dummy_precision()) const;
|
/external/eigen/test/ |
basicstuff.cpp | 162 VERIFY(internal::isApprox(s1, s2, NumTraits<RealScalar>::epsilon()));
|
/external/eigen/unsupported/test/ |
special_functions.cpp | 290 const Scalar eps = std::numeric_limits<Scalar>::epsilon();
|
/external/freetype/src/psaux/ |
psblues.c | 155 * Note: Adjust synthetic hints outward by epsilon (0x.0001) to
|
/external/libxkbcommon/xkbcommon/src/ |
keysym-utf.c | 371 { 0x07a2, 0x0388 }, /* Greek_EPSILONaccent ? GREEK CAPITAL LETTER EPSILON WITH TONOS */ 382 { 0x07b2, 0x03ad }, /* Greek_epsilonaccent ? GREEK SMALL LETTER EPSILON WITH TONOS */ 396 { 0x07c5, 0x0395 }, /* Greek_EPSILON ? GREEK CAPITAL LETTER EPSILON */ [all...] |
/external/opencv/cv/src/ |
cvsnakes.cpp | 390 if( (criteria.type & CV_TERMCRIT_EPS) && (moved <= criteria.epsilon) )
|
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | 464 // values calcLimit->max_iter and calcLimit->epsilon. 675 if( fabs( eigVals[i] / eigVals[0] ) < calcLimit->epsilon ) 681 calcLimit->epsilon = (float) fabs( eigVals[m1 - 1] / eigVals[0] ); [all...] |
cvlevmartrif.cpp | 58 int maxIter,double epsilon);
|
/external/opencv/ml/src/ |
mlrtrees.cpp | 307 const double max_oob_err = term_crit.epsilon;
|
/external/python/cpython2/Lib/test/ |
test_float.py | 120 epsilon = 2**-sys.float_info.mant_dig * boundary 124 self.check_conversion_to_int(boundary - epsilon) 129 self.check_conversion_to_int(-boundary - 2*epsilon) 135 self.check_conversion_to_int(-boundary - 1.0 + 2*epsilon) [all...] |
/external/skia/include/core/ |
SkMatrix44.h | 449 bool preserves2dAxisAlignment(SkMScalar epsilon = SK_ScalarNearlyZero) const;
|
/external/skia/src/pathops/ |
SkPathOpsTypes.h | 235 // Use Almost Equal when comparing coordinates. Use epsilon to compare T values.
|
/external/skia/tools/sk_app/unix/ |
keysym2ucs.c | 363 { 0x07a2, 0x0388 }, /* Greek_EPSILONaccent ? GREEK CAPITAL LETTER EPSILON WITH TONOS */ 374 { 0x07b2, 0x03ad }, /* Greek_epsilonaccent ? GREEK SMALL LETTER EPSILON WITH TONOS */ 388 { 0x07c5, 0x0395 }, /* Greek_EPSILON ? GREEK CAPITAL LETTER EPSILON */ [all...] |
/external/skqp/include/core/ |
SkMatrix44.h | 449 bool preserves2dAxisAlignment(SkMScalar epsilon = SK_ScalarNearlyZero) const;
|
/external/skqp/src/pathops/ |
SkPathOpsTypes.h | 235 // Use Almost Equal when comparing coordinates. Use epsilon to compare T values.
|
/external/skqp/tools/sk_app/unix/ |
keysym2ucs.c | 363 { 0x07a2, 0x0388 }, /* Greek_EPSILONaccent ? GREEK CAPITAL LETTER EPSILON WITH TONOS */ 374 { 0x07b2, 0x03ad }, /* Greek_epsilonaccent ? GREEK SMALL LETTER EPSILON WITH TONOS */ 388 { 0x07c5, 0x0395 }, /* Greek_EPSILON ? GREEK CAPITAL LETTER EPSILON */ [all...] |
/external/syslinux/codepage/ |
cp437.txt | 256 0xee 0x03b5 #GREEK SMALL LETTER EPSILON
|