Searched refs:dps (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 698 f32 dps; in renderStatus() local 703 …if (ptr->stat & WPAD_MPLS_STAT_YAWSEL) { dps = (ptr->yaw - low.yaw_zero) / low.yaw_scale * low.d… in renderStatus() 704 …else { dps = (ptr->yaw - high.yaw_zero) / high.yaw_scale * high.… in renderStatus() 706 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_YAWSEL) ? "L" : "H", (s16)(ptr->yaw), dps); in renderStatus() 710 …if (ptr->stat & WPAD_MPLS_STAT_ROLSEL) { dps = (ptr->roll - low.roll_zero) / low.roll_scale * lo… in renderStatus() 711 …else { dps = (ptr->roll - high.roll_zero) / high.roll_scale * hi… in renderStatus() 713 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_ROLSEL) ? "L" : "H", (s16)(ptr->roll), dps); in renderStatus() 717 …if (ptr->stat & WPAD_MPLS_STAT_PITSEL) { dps = (ptr->pitch - low.pitch_zero) / low.pitch_scale *… in renderStatus() 718 …else { dps = (ptr->pitch - high.pitch_zero) / high.pitch_scale *… in renderStatus() 720 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(ptr->pitch), dps); in renderStatus()
|
| D | wpadsample.c | 1409 f32 dps; in renderStatus() local 1414 …if (mp->stat & WPAD_MPLS_STAT_YAWSEL) { dps = (mp->yaw - low.yaw_zero) / low.yaw_scale * low.deg… in renderStatus() 1415 …else { dps = (mp->yaw - high.yaw_zero) / high.yaw_scale * high.de… in renderStatus() 1416 …IGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_YAWSEL) ? "L" : "H", (s16)(mp->yaw), dps); in renderStatus() 1418 …if (mp->stat & WPAD_MPLS_STAT_ROLSEL) { dps = (mp->roll - low.roll_zero) / low.roll_scale * low.… in renderStatus() 1419 …else { dps = (mp->roll - high.roll_zero) / high.roll_scale * high… in renderStatus() 1420 …IGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_ROLSEL) ? "L" : "H", (s16)(mp->roll), dps); in renderStatus() 1422 …if (mp->stat & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * l… in renderStatus() 1423 …else { dps = (mp->pitch - high.pitch_zero) / high.pitch_scale * h… in renderStatus() 1424 …IGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(mp->pitch), dps); in renderStatus()
|