HomeSort by relevance Sort by last modified time
    Searched full:epsilon (Results 426 - 450 of 1186) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java 85 * we can avoid epsilon-loop-induced infinite recursion here. Keep
95 // At least one epsilon edge reached accept state
CompositeGrammar.java 78 * like EPSILON. Char/String literals and token types overlap in the same
127 typeToTokenList.set(Label.NUM_FAUX_LABELS+Label.EPSILON, Label.EPSILON_STR);
136 tokenIDToTypeMap.put("<EPSILON>", Utils.integer(Label.EPSILON));
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 263 * The default value is the machine precision given by NumTraits<Scalar>::epsilon()
363 m_tolerance = NumTraits<Scalar>::epsilon();
  /external/eigen/bench/
eig33.cpp 135 if((evals(2)-evals(0))<=Eigen::NumTraits<Scalar>::epsilon())
150 if(n1<=Eigen::NumTraits<Scalar>::epsilon())
  /external/gemmlowp/meta/
test_transform_correctness.cc 32 #define EPSILON (0.0001)
121 if (std::abs(actual - expected) > EPSILON) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
CompositionExclusions.txt 144 # 1F73 GREEK SMALL LETTER EPSILON WITH OXIA
152 # 1FC9 GREEK CAPITAL LETTER EPSILON WITH OXIA
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
CompositionExclusions.txt 144 # 1F73 GREEK SMALL LETTER EPSILON WITH OXIA
152 # 1FC9 GREEK CAPITAL LETTER EPSILON WITH OXIA
  /external/opencv/cv/src/
cvcamshift.cpp 93 eps = cvRound( criteria.epsilon * criteria.epsilon );
  /external/opencv/ml/src/
mlboost.cpp 246 const float epsilon = FLT_EPSILON*2; local
287 if( sorted[i].val + epsilon < sorted[i+1].val )
308 if( sorted[i].val + epsilon < sorted[i+1].val )
442 const float epsilon = FLT_EPSILON*2; local
470 if( sorted[i].val + epsilon < sorted[i+1].val )
573 const float epsilon = FLT_EPSILON*2; local
613 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
622 if( RL + LR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
    [all...]
  /external/pdfium/core/fxcrt/
fx_coordinates_unittest.cpp 252 // The determinate is < std::numeric_limits<float>::epsilon()
273 // The determinate is < std::numeric_limits<float>::epsilon()
  /external/syslinux/core/fs/pxe/
http_readdir.c 183 { 917, "Epsilon" },
207 { 949, "epsilon" },
  /external/tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/
sparsemax_test.py 108 epsilon = (0.99 * gamma_z * 1).reshape(-1, 1)
114 tf_sparsemax_op, tf_sparsemax_out = self._tf_sparsemax((1 / epsilon) * z,
  /external/tensorflow/tensorflow/core/kernels/
quantize_op.cc 126 const float epsilon = std::max(1.0f, std::max(fabsf(input_min_range), variable
129 max_range = std::max(input_max_range, min_range + epsilon);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_utils.h 285 if (std::abs(correlation - 1.0f) > EPSILON) {
290 SCHECK(std::abs(correlation - 1.0f) < EPSILON,
  /external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py 155 epsilon = np.finfo(x.dtype).eps
156 delta = epsilon**(1.0 / 3.0)
matmul_op_test.py 115 epsilon = np.finfo(a_np_.dtype).eps
116 delta = epsilon**(1.0 / 3.0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 283 /* Return X + epsilon if X < Y, X - epsilon if X > Y. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 283 /* Return X + epsilon if X < Y, X - epsilon if X > Y. */
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py 179 epsilon=0.001,
229 epsilon: Small float added to variance to avoid dividing by zero.
369 inputs, gamma, beta, epsilon=epsilon, data_format=data_format)
378 epsilon=epsilon,
434 epsilon=0.001,
495 epsilon: Small float added to variance to avoid dividing by zero.
585 epsilon=epsilon,
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 110 t=t+t*r; /* error <= 0.5 + 0.5/3 + epsilon */
s_cbrtl.c 139 t=t+t*r; /* error <= 0.5 + 0.5/3 + epsilon */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 22 'Epsilon': 0x0395, # greek capital letter epsilon, U+0395
107 'epsilon': 0x03b5, # greek small letter epsilon, U+03B5 ISOgrk3
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
KNOWN_PROBLEMS.txt 110 ( X ( y:Y | << y = NULL; >> /* epsilon */ ) )* Z
  /external/ImageMagick/utilities/
convert.1.in 210 \-perceptible epsilon
211 pixel value less than |epsilon| become epsilon or -epsilon
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 296 closure(t); // add any NFA states reachable via epsilon
454 * compute the epsilon closure; that is, find all NFA states reachable
455 * from the NFA states in d via purely epsilon transitions.
471 continue; // ignore NFA states w/o epsilon transitions
475 // via epsilon transitions.
488 /** Where can we get from NFA state p traversing only epsilon transitions?
506 * don't actually add an epsilon transition) epsilon transition
680 // traverse epsilon edge to new rule
695 // Case 4: ordinary NFA->DFA conversion case: simple epsilon transitio
    [all...]

Completed in 3434 milliseconds

<<11121314151617181920>>