Home
last modified time | relevance | path

Searched defs:eps (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp103 auto eps = std::numeric_limits<double>::epsilon() * 2 * std::abs(value); in TestMainLoop() local
314 auto eps = std::numeric_limits<double>::epsilon() * std::abs(value); in TEST_F() local
350 auto eps = std::numeric_limits<double>::epsilon() * std::abs(value); in TEST_F() local
378 auto eps = std::abs(x) * (2 * std::numeric_limits<float>::epsilon()); in SymEq() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_buffer.js255 const eps = 1e-3; constant