Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e_core.c20 static int squareRoot(int val) in squareRoot() function
113 tem_z = squareRoot(MIR3DA_OFFSET_SEN*MIR3DA_OFFSET_SEN - in da228e_temp_calibrate()
163 tem_z = squareRoot(MIR3DA_OFFSET_SEN*MIR3DA_OFFSET_SEN - in da228e_temp_calibrate()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da215s/
H A Dda215s_core.c22 static int squareRoot(int val) in squareRoot() function
114 tem_z = squareRoot(MIR3DA_OFFSET_SEN*MIR3DA_OFFSET_SEN - in da215s_temp_calibrate()
165 tem_z = squareRoot(MIR3DA_OFFSET_SEN*MIR3DA_OFFSET_SEN - in da215s_temp_calibrate()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.c320 static int squareRoot(int val){ in squareRoot() function
557 *x = squareRoot(1024*1024 - (*y)*(*y) - (*z)*(*z)); in mir3da_read_data()
559 *y = squareRoot(1024*1024 - (*x)*(*x) - (*z)*(*z)); in mir3da_read_data()
561 *z = squareRoot(1024*1024 - (*x)*(*x) - (*y)*(*y)); in mir3da_read_data()