Home
last modified time | relevance | path

Searched defs:testValue (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_math_test.cpp133 const double testValue = base::MAX_VALUE + 1; in HWTEST_F_L0() local
149 const double testValue = base::MIN_VALUE + 1; in HWTEST_F_L0() local
165 const double testValue = base::POSITIVE_INFINITY + 1; in HWTEST_F_L0() local
181 const double testValue = -base::POSITIVE_INFINITY - 1; in HWTEST_F_L0() local
197 const double testValue = base::NAN_VALUE; in HWTEST_F_L0() local
[all...]
H A Dbuiltins_finalization_registry_test.cpp37 static int testValue = 0; variable
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_finalization_registry_test.cpp27 static int testValue = 0; variable
[all...]
/arkcompiler/runtime_core/libpandabase/tests/
H A Dunique_fd_test.cpp24 enum testValue { DEFAULT_VALUE = -1, STDIN_VALUE, STDOUT_VALUE, STDERR_VALUE }; enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.cpp153 uint64_t testValue = loopInfo.test->CastToConstant()->GetInt64Value(); in GetLoopIterations() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_unroll.cpp46 auto testValue = static_cast<T>(loopInfo.test->CastToConstant()->GetIntValue()); in ConditionOverFlowImpl() local

Completed in 8 milliseconds