Home
last modified time | relevance | path

Searched refs:double_to_fp3232 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c504 info->value = double_to_fp3232(dce->valuators[axisnumber].value); in appendValuatorInfo()
535 double_to_fp3232(dce->valuators[axisnumber].scroll.increment); in appendScrollInfo()
717 *axisval = double_to_fp3232(ev->valuators.data[i]); in eventToDeviceEvent()
780 *axisval = double_to_fp3232(ev->valuators.data[i]); in eventToRawEvent()
781 *axisval_raw = double_to_fp3232(ev->valuators.data_raw[i]); in eventToRawEvent()
807 barrier->dx = double_to_fp3232(ev->dx); in eventToBarrierEvent()
808 barrier->dy = double_to_fp3232(ev->dy); in eventToBarrierEvent()
H A Dinpututils.c1023 double_to_fp3232(double in) in double_to_fp3232() function
/OK3568_Linux_fs/external/xserver/include/
H A Dinpututils.h55 FP3232 double_to_fp3232(double in);
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c109 vi = double_to_fp3232(in->valuators.data[i]); in test_values_XIRawEvent()
123 vi = double_to_fp3232(in->valuators.data_raw[i]); in test_values_XIRawEvent()
381 vi = double_to_fp3232(in->valuators.data[i]); in test_values_XIDeviceEvent()
1021 value = double_to_fp3232(in->dx); in test_XIBarrierEvent()
1024 value = double_to_fp3232(in->dy); in test_XIBarrierEvent()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiquerydevice.c364 info->value = double_to_fp3232(v->axisVal[axisnumber]); in ListValuatorInfo()
417 info->increment = double_to_fp3232(axis->scroll.increment); in ListScrollInfo()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c1675 first_fp32 = double_to_fp3232(orig_d); in _test_double_fp32_values()
1677 final_fp32 = double_to_fp3232(final_d); in _test_double_fp32_values()