Searched refs:doubleValue (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_util.cpp | 442 napi_value doubleValue = nullptr;
in CreateDouble() local 443 if (napi_create_double(env, dValue, &doubleValue) != napi_ok) {
in CreateDouble() 447 return doubleValue;
in CreateDouble()
|
/base/location/frameworks/js/napi/include/ |
H A D | napi_util.h | 68 napi_status SetValueDouble(const napi_env& env, const char* fieldStr, const double doubleValue, napi_value& result);
|
/base/msdp/device_status/services/interaction/drag/include/ |
H A D | drag_drawing.h | 373 float AdjustDoubleValue(double doubleValue);
|
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_drawing.cpp | 821 float DragDrawing::AdjustDoubleValue(double doubleValue) in AdjustDoubleValue() argument 823 FI_HILOGI("doubleValue is %{public}f", doubleValue); in AdjustDoubleValue() 827 doubleValue = doubleValue * scalingValue; in AdjustDoubleValue() 830 doubleValue = doubleValue * widthScale; in AdjustDoubleValue() 833 float floatValue = static_cast<float>(doubleValue); in AdjustDoubleValue()
|
/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 786 napi_status SetValueDouble(const napi_env& env, const char* fieldStr, const double doubleValue, napi_value& result) in SetValueDouble() argument 789 NAPI_CALL_BASE(env, napi_create_double(env, doubleValue, &value), napi_generic_failure); in SetValueDouble()
|
Completed in 10 milliseconds