Searched refs:squareRoot (Results 1 – 3 of 3) sorted by relevance
20 static int squareRoot(int val) in squareRoot() function113 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()
22 static int squareRoot(int val) in squareRoot() function114 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()
320 static int squareRoot(int val){ in squareRoot() function557 *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()