Home | History | Annotate | Download | only in input

Lines Matching refs:c1

4056                 int32_t c1 = signExtendNybble((in.orientation & 0xf0) >> 4);
4058 if (c1 != 0 || c2 != 0) {
4059 orientation = atan2f(c1, c2) * 0.5f;
4060 float confidence = hypotf(c1, c2);