Searched refs:RETURN_IF_CONVERSION_END (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | number_helper.cpp | 34 #define RETURN_IF_CONVERSION_END(p, end, result) \ macro 187 RETURN_IF_CONVERSION_END(++p, end, nanResult); in StringToDoubleWithRadix() 189 RETURN_IF_CONVERSION_END(++p, end, nanResult); in StringToDoubleWithRadix() 211 RETURN_IF_CONVERSION_END(++p, end, nanResult); in StringToDoubleWithRadix() 453 RETURN_IF_CONVERSION_END(++p, end, NAN_VALUE); in StringToDouble() 456 RETURN_IF_CONVERSION_END(++p, end, NAN_VALUE); in StringToDouble() 481 RETURN_IF_CONVERSION_END(++p, end, SignedZero(sign)); in StringToDouble() 486 RETURN_IF_CONVERSION_END(++p, end, NAN_VALUE); in StringToDouble() 496 RETURN_IF_CONVERSION_END(++p, end, NAN_VALUE); in StringToDouble() 506 RETURN_IF_CONVERSION_END(++p, end, NAN_VALUE); in StringToDouble() [all …]
|