Lines Matching refs:zero
46 static double zero[WPAD_PRESS_UNITS]; variable
82 zero[0] = (f64)status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
83 zero[1] = (f64)status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
84 zero[2] = (f64)status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
85 zero[3] = (f64)status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart2()
86 WBCSetZEROPoint( zero,(u32)(sizeof(zero) / sizeof(zero[0]))); in ZeroSetStart2()
110 zero[0] = (f64)status.press[0]; //Normally, set the average for 2 seconds. in ZeroSetStart()
111 zero[1] = (f64)status.press[1]; //Normally, set the average for 2 seconds. in ZeroSetStart()
112 zero[2] = (f64)status.press[2]; //Normally, set the average for 2 seconds. in ZeroSetStart()
113 zero[3] = (f64)status.press[3]; //Normally, set the average for 2 seconds. in ZeroSetStart()
114 WBCSetZEROPoint( zero,(u32)(sizeof(zero) / sizeof(zero[0]))); in ZeroSetStart()