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

<<11121314151617181920>>

  /external/vulkan-validation-layers/libs/glm/
ext.hpp 67 #include "./gtc/epsilon.hpp"
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_quat.inl 426 if (cosTheta > 1.0f - glm::epsilon<float>())
477 if(cosTheta > 1.0f - epsilon<float>())
504 if (cosTheta > 1.0f - glm::epsilon<float>())
540 if(cosTheta > 1.0f - epsilon<float>())
  /frameworks/base/tests/Internal/src/com/android/internal/ml/clustering/
KMeansTest.java 39 // Error tolerance (epsilon)
  /frameworks/native/libs/binder/tests/
binderTextOutputTest.cpp 174 TypeParam eps = std::numeric_limits<TypeParam>::epsilon();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 124 def : NCR<"epsilon", 0x003B5>;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 124 def : NCR<"epsilon", 0x003B5>;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmlentitydefs.py 22 'Epsilon': 0x0395, # greek capital letter epsilon, U+0395
107 'epsilon': 0x03b5, # greek small letter epsilon, U+03B5 ISOgrk3
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmlentitydefs.py 22 'Epsilon': 0x0395, # greek capital letter epsilon, U+0395
107 'epsilon': 0x03b5, # greek small letter epsilon, U+03B5 ISOgrk3
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 47 assert(std::numeric_limits<A>::epsilon() == A());
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
ext.hpp 67 #include "./gtc/epsilon.hpp"
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_quat.inl 426 if (cosTheta > 1.0f - glm::epsilon<float>())
477 if(cosTheta > 1.0f - epsilon<float>())
504 if (cosTheta > 1.0f - glm::epsilon<float>())
540 if(cosTheta > 1.0f - epsilon<float>())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 22 'Epsilon': 0x0395, # greek capital letter epsilon, U+0395
107 'epsilon': 0x03b5, # greek small letter epsilon, U+03B5 ISOgrk3
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 22 'Epsilon': 0x0395, # greek capital letter epsilon, U+0395
107 'epsilon': 0x03b5, # greek small letter epsilon, U+03B5 ISOgrk3
  /external/python/cpython3/Lib/test/
test_random.py 620 epsilon = 0.01
622 random_mock.side_effect = [limit + epsilon, limit - epsilon]
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
backend_test.py 93 epsilon = 1e-2
94 keras.backend.set_epsilon(epsilon)
95 self.assertEqual(keras.backend.epsilon(), epsilon)
    [all...]
callbacks.py 841 epsilon: threshold for measuring the new optimum,
854 epsilon=1e-4,
864 self.epsilon = epsilon
884 self.monitor_op = lambda a, b: np.less(a, b - self.epsilon)
887 self.monitor_op = lambda a, b: np.greater(a, b + self.epsilon)
    [all...]
  /external/eigen/Eigen/src/SVD/
BDCSVD.h 790 while (fCur!=Literal(0) && abs(muCur - muPrev) > Literal(8) * NumTraits<RealScalar>::epsilon() * numext::maxi<RealScalar>(abs(muCur), abs(muPrev)) && abs(fCur - fPrev)>NumTraits<RealScalar>::epsilon() && !useBisection)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureUnitTests.cpp 432 const float epsilon = 0.01f; local
437 const deInt32 maxLevel = (lodMax + epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMax + epsilon + 0.5f) - 1);
438 const deInt32 minLevel = (lodMin - epsilon < 0.5f) ? (0) : (deCeilFloatToInt32(lodMin - epsilon + 0.5f) - 1);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc 322 // of the contract of these cudnn batchnorm calls that the epsilon and
326 const HloInstruction* epsilon = custom_call->operand(5); local
327 CHECK(epsilon->IsConstant());
328 float epsilon_value = epsilon->literal().Get<float>({});
341 /*epsilon=*/epsilon_value,
350 const HloInstruction* epsilon = custom_call->operand(3); local
351 CHECK(epsilon->IsConstant());
352 float epsilon_value = epsilon->literal().Get<float>({});
359 // mean, and calculated 1/sqrt(variance + epsilon).
369 /*epsilon=*/epsilon_value
380 const HloInstruction* epsilon = custom_call->operand(5); local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderPrimitiveCounter.cpp 1235 const float epsilon = 1.0f \/ 256.0f; local
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 57 #define EPSILON 0x100 /* Token for empty transition. */
677 uniquetransition(EPSILON, t, final);
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 110 criteria->epsilon = 0.f;
123 criteria->epsilon *= criteria->epsilon;
407 (float)criteria.epsilon, ipp_optflow_state ) >= 0 )
597 if( mx * mx + my * my < criteria.epsilon )
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc     [all...]
  /external/libxml2/
xmlregexp.c 947 fprintf(output, "epsilon "); break;
1059 fprintf(output, "epsilon "); break;
1140 fprintf(output, "epsilon to %d\n", trans->to);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 311 // CASE 3: epsilon transition
326 // CASE 3b: plain old epsilon transition, just move

Completed in 2011 milliseconds

<<11121314151617181920>>