Home
last modified time | relevance | path

Searched refs:positive (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/tryldglobalbyname/
H A Dtryldglobalbyname.js16 function getPatternParts(positive) {
17 var n = positive ? 1.1 : -1.1;
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
H A Dsummary.rb89 if assertion['tests'].length.positive?
99 send(k, not_covered_assertions, uncovered_for_group) if not_covered_assertions.length.positive?
103 @uncovered_assertions << uncovered_for_group if not_covered_count.positive?
106 group_metric = testable_count.positive? ? (covered_count.to_f / testable_count).round(2) : 'Not testable'
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
H A Dsummary.rb89 if assertion['tests'].length.positive?
99 send(k, not_covered_assertions, uncovered_for_group) if not_covered_assertions.length.positive?
103 @uncovered_assertions << uncovered_for_group if not_covered_count.positive?
106 group_metric = testable_count.positive? ? (covered_count.to_f / testable_count).round(2) : 'Not testable'
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
H A Dtest_reporter.rb146 return unless cmds.length.positive?
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
H A Dtest_reporter.rb146 return unless cmds.length.positive?
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
H A Dresult.rb148 ).positive?
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.cpp423 const size_t positive = (digits > 1) ? 1 : 0; in GetBase() local
424 char *ePos = buf.begin() + digits + positive; in GetBase()
618 // unit 0x002D (HYPHEN-MINUS) according to whether n−1 is positive or negative, followed by the code units of in FpToStringDecimalRadixMainCase()
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.rb619 return_type&.lib_type&.ptr_depth&.positive?
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2002 bool positive = (((base::bit_cast<uint64_t>(dRight)) & base::DOUBLE_SIGN_MASK) == in RuntimeDiv2() local
2004 return JSTaggedValue(positive ? base::POSITIVE_INFINITY : -base::POSITIVE_INFINITY); in RuntimeDiv2()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js9094 1620: "interval must be positive",
[all...]

Completed in 37 milliseconds