Home | History | Annotate | Download | only in input

Lines Matching refs:c2

3828                 int32_t c2 = signExtendNybble(in.orientation & 0x0f);
3829 if (c1 != 0 || c2 != 0) {
3830 orientation = atan2f(c1, c2) * 0.5f;
3831 float confidence = hypotf(c1, c2);