| /foundation/ai/neural_network_runtime/test/unittest/ops/ |
| D | concat_three_inputs_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetAxis() local 155 int32_t* axisValue = new (std::nothrow) int32_t(0); variable 176 int64_t* axisValue = new (std::nothrow) int64_t[2]{0, 0}; variable 197 int64_t* axisValue = new (std::nothrow) int64_t[2]{0, 0}; variable
|
| D | concat_two_inputs_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetAxis() local 179 int32_t* axisValue = new (std::nothrow) int32_t(0); variable 201 int64_t* axisValue = new (std::nothrow) int64_t[2]{0, 0}; variable
|
| D | unstack_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t[1]{0}; in SaveParamsTensor() local 145 float* axisValue = new (std::nothrow) float[1]{1.0f}; in __anon46586d540102() variable 197 int64_t axisValue = 0; variable
|
| D | log_softmax_test.cpp | 53 int64_t* axisValue = new (std::nothrow) int64_t[1] {0}; in SaveParamsTensor() local 163 float* axisValue = new (std::nothrow) float[1] {0.0f}; in __anonee24b51e0102() variable 215 int64_t axisValue = 0; variable
|
| D | onehot_builder_test.cpp | 54 int64_t* axisValue = new (std::nothrow) int64_t(-1); in SaveParamsTensor() local 163 float axisValue = 1e-7; variable 215 int64_t axisValue = -1; variable
|
| D | flatten_test.cpp | 54 int64_t *axisValue = new (std::nothrow) int64_t[1]{0}; in SaveParamsTensor() local 164 float *axisValue = new (std::nothrow) float[1]{1.0f}; in __anond71158690102() variable 217 int64_t axisValue = 0; variable
|
| D | scale_builder_test.cpp | 55 int64_t *axisValue = new (std::nothrow) int64_t(1); in SaveAxisTensor() local 180 int32_t axisValue = 1; variable 224 int64_t axisValue[2] = {1, 1}; variable 368 int64_t axisValue = 1; variable
|
| D | crop_test.cpp | 71 int64_t* axisValue = new (std::nothrow) int64_t[1] {0}; in SaveAxis() local 196 float* axisValue = new (std::nothrow) float [1]{0.0f}; in __anon0c1f17af0102() variable 310 int64_t axisValue = 0; variable
|
| D | quant_dtype_cast_builder_test.cpp | 77 int64_t *axisValue = new (std::nothrow) int64_t(1); in SaveAxisTensor() local 243 int32_t axisValue = 1; variable 398 int64_t axisValue = 1; variable
|
| D | l2_normalize_test.cpp | 56 int64_t* axisValue = new (std::nothrow) int64_t[1] {1}; in SetAxis() local 184 float* axisValue = new (std::nothrow) float[1] {1.0f}; in __anond5f194a90202() variable 362 std::vector<int64_t> axisValue {1}; variable
|
| D | topk_builder_test.cpp | 56 int64_t* axisValue = new (std::nothrow) int64_t[1] {0}; in SaveAxisTensor() local 323 int64_t axisValue = 0; variable
|
| D | argmax_test.cpp | 59 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetArgmaxAxis() local
|
| D | squeeze_builder_test.cpp | 45 int64_t* axisValue = new (std::nothrow) int64_t[1]{2}; in SaveAxisTensor() local
|
| D | stack_builder_test.cpp | 57 int64_t* axisValue = new (std::nothrow) int64_t[1]{1}; in SaveAxisTensor() local
|
| D | unsqueeze_builder_test.cpp | 45 int64_t* axisValue = new (std::nothrow) int64_t[1]{1}; in SaveAxisTensor() local
|
| D | softmax_builder_test.cpp | 45 int64_t* axisValue = new (std::nothrow) int64_t[1]{1}; in SaveAxisTensor() local
|
| D | fullconnection_with_axis_test.cpp | 91 int64_t* axisValue = new (std::nothrow) int64_t(0); in SetAxis() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| D | axis_event.cpp | 66 void AxisEvent::SetAxisValue(int32_t axisValue) in SetAxisValue()
|
| /foundation/multimodalinput/input/service/joystick/src/ |
| D | joystick_event_processor.cpp | 131 auto axisValue = pointerEvent->GetAxisValue(PointerEvent::AXIS_TYPE_ABS_HAT0X); in CheckHAT0X() local 158 auto axisValue = pointerEvent->GetAxisValue(PointerEvent::AXIS_TYPE_ABS_HAT0Y); in CheckHAT0Y() local
|
| /foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
| D | input_native_test.cpp | 360 float axisValue = OH_Input_GetMouseEventAxisValue(mouseEvent); variable 842 double axisValue = DEFAULT_AXIS_VALUE; variable 1061 double axisValue = DEFAULT_AXIS_VALUE; variable 1092 double axisValue = DEFAULT_AXIS_VALUE; variable 1121 double axisValue = DEFAULT_AXIS_VALUE; variable
|
| /foundation/multimodalinput/input/frameworks/native/input/test/ |
| D | oh_input_manager_test.cpp | 47 float axisValue { 0.0f }; member 335 double axisValue = 100.5; variable
|
| /foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
| D | mouse_transform_processor.cpp | 385 …double axisValue = libinput_event_pointer_get_axis_value(data, LIBINPUT_POINTER_AXIS_SCROLL_VERTIC… in HandleAxisInner() local 394 …double axisValue = libinput_event_pointer_get_axis_value(data, LIBINPUT_POINTER_AXIS_SCROLL_HORIZO… in HandleAxisInner() local 405 double MouseTransformProcessor::HandleAxisAccelateTouchPad(double axisValue) in HandleAxisAccelateTouchPad()
|
| /foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
| D | input_event_serialization.cpp | 254 double axisValue = event->GetAxisValue(static_cast<MMI::PointerEvent::AxisType>(i)); in SerializeAxes() local 268 double axisValue {}; in DeserializeAxes() local
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| D | event_dispatcher.cpp | 307 double axisValue {}; in GetAxisValue() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/test/ |
| D | pointer_event_test.cpp | 946 double axisValue = pointerEvent->GetAxisValue(PointerEvent::AXIS_TYPE_SCROLL_VERTICAL); variable 1408 double axisValue = 1.0; variable
|