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