Home
last modified time | relevance | path

Searched refs: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
74 EXPECT_TRUE(std::isnan(nanResult)); in HWTEST_F_L0()
85 double nanResult = MathHelper::Atanh(2); // out of input range in HWTEST_F_L0() local
86 EXPECT_TRUE(std::isnan(nanResult)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp177 JSTaggedValue nanResult = BuiltinsBase::GetTaggedDouble(NAN_VALUE); in StringToDoubleWithRadix() local
180 return nanResult; in StringToDoubleWithRadix()
187 RETURN_IF_CONVERSION_END(++p, end, nanResult); in StringToDoubleWithRadix()
189 RETURN_IF_CONVERSION_END(++p, end, nanResult); in StringToDoubleWithRadix()
198 return nanResult; in StringToDoubleWithRadix()
211 RETURN_IF_CONVERSION_END(++p, end, nanResult); in StringToDoubleWithRadix()
246 return nanResult; in StringToDoubleWithRadix()