Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dmath_helper_test.cpp73 double nanResult = MathHelper::Asinh(std::numeric_limits<double>::signaling_NaN()); in HWTEST_F_L0() local
85 double nanResult = MathHelper::Atanh(2); // out of input range in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp177 JSTaggedValue nanResult = BuiltinsBase::GetTaggedDouble(NAN_VALUE); in StringToDoubleWithRadix() local