Home
last modified time | relevance | path

Searched refs:double_y (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dtanh_grad.py27 double_y = graph_builder.emit('Mul', [input_y, input_y])
28 one_sub_double_y = graph_builder.emit('Sub', [const_one, double_y])
/third_party/weston/libweston/
Dlibinput-seat.c240 double double_y = libinput_event_touch_get_y_transformed(touch_event, height); in process_multimodalinput_touch_event() local
241 weston_output_transform_coordinate(device->output, double_x, double_y, &double_x, &double_y); in process_multimodalinput_touch_event()
244 wl_fixed_t y = wl_fixed_from_double(double_y); in process_multimodalinput_touch_event()
258 pdata->y = double_y; in process_multimodalinput_touch_event()
Dinput.c2375 double double_x, double double_y, int touch_type) in process_touch_normal() argument
2383 wl_fixed_t y = wl_fixed_from_double(double_y); in process_touch_normal()