Searched refs:ch (Results 1 – 2 of 2) sorted by relevance
83 s32 ch; in _DEMODumpSerial() local101 ch = data[3*idx] >> 2; in _DEMODumpSerial()102 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()103 *pc++ = ch; in _DEMODumpSerial()104 ch = ((data[3*idx] << 4) & 060) | ((data[3*idx+1] >> 4) & 017); in _DEMODumpSerial()105 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()106 *pc++ = ch; in _DEMODumpSerial()107 ch = ((data[3*idx+1] << 2) & 074) | ((data[3*idx+2] >> 6) & 03); in _DEMODumpSerial()108 ch = _DEMO_UUENC(ch); in _DEMODumpSerial()109 *pc++ = ch; in _DEMODumpSerial()[all …]
888 f32 half, sh, ch; in C_QUATRotAxisRad() local898 ch = cosf(half); in C_QUATRotAxisRad()903 r->w = ch; in C_QUATRotAxisRad()