Searched defs:f64 (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/rust/src/ |
H A D | lib.rs | 622 fn fabs(z: f64) -> f64; in fabs() 623 fn fmax(a: f64, b: f64) -> f64; in fmax() 624 fn fmin(a: f64, b: f64) -> f64; in fmin() 627 fn get_speed_gain_mouse(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_mouse() 663 fn get_speed_gain_touchpad(vin: f64, gain: *mut f64, speed: i32, device_type: i32) -> bool { in get_speed_gain_touchpad() 699 fn get_axis_gain_touchpad(gain: *mut f64, axis_speed: f64, device_type: i32) -> bool { in get_axis_gain_touchpad() 740 abs_x: *mut f64, in HandleMotionAccelerateMouse() 741 abs_y: *mut f64, in HandleMotionAccelerateMouse() 786 abs_x: *mut f64, in HandleMotionAccelerateTouchpad() 787 abs_y: *mut f64, in HandleMotionAccelerateTouchpad() [all …]
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_extra_data_impl.h | 41 f64, enumerator
|
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/ |
H A D | IIdlTestService.rs | 59 fn idl_ipc_test_basic_107(&self, i_double: &f64) -> Result<f64>; in idl_ipc_test_basic_107() 62 i_double: &f64, i_string: &str) -> Result<bool>; in idl_ipc_test_basic_199() 172 fn idl_ipc_test_basic_107(&self, i_double: &f64) -> Result<f64> { in idl_ipc_test_basic_107() 181 i_double: &f64, i_string: &str) -> Result<bool> { in idl_ipc_test_basic_199() 248 fn idl_ipc_test_basic_107(&self, i_double: &f64) -> Result<f64> { in idl_ipc_test_basic_107() 265 i_double: &f64, i_string: &str) -> Result<bool> { in idl_ipc_test_basic_199()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/ |
H A D | dps_metadata_info.h | 59 f64, enumerator
|
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/server/src/ |
H A D | main.rs | 112 fn idl_ipc_test_basic_107(&self, i_double: &f64) -> Result<f64>{ in idl_ipc_test_basic_107() 125 i_double: &f64, i_string: &str) -> Result<bool>{ in idl_ipc_test_basic_199()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
H A D | dps_metadata_info.cpp | 89 double f64 = -1; in WriteToParcel() local
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/ |
H A D | number.rs | 147 pub fn try_as_f64(&self) -> Result<f64, Error> { in try_as_f64()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_extra_data_impl.cpp | 99 double f64 = -1; in WriteToParcel() local
|
/ohos5.0/drivers/interface/camera/sequenceable/map_data/ |
H A D | map_data_sequenceable.cpp | 112 double f64 = -1; in Marshalling() local
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/ |
H A D | wrapper.rs | 472 impl Process for f64 { implementation
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 956 ArkUI_Float32 f64; member
|