Searched refs:tp (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/ |
| D | smp-toy-anim.c | 226 Vec tp; // test point in AnimTick() local 243 VECAdd(&CurPos, &curVel, &tp); in AnimTick() 244 VECAdd(&tp, &offsets[i], &tp); in AnimTick() 245 fullMask = TestPoint(curGrid, tp.x, tp.z); in AnimTick()
|
| /RvlSDK-3.2.2/build/demos/gddemo/src/ |
| D | gd-texture-gc.c | 269 void *tp; in PatchTexPtrs() local 287 tp = (void *) tdescp->textureHeader->data; in PatchTexPtrs() 292 GDPatchTexImgPtr(tp); // patch in the texture address ptr in PatchTexPtrs()
|
| /RvlSDK-3.2.2/build/libraries/mtx/src/ |
| D | quat.c | 872 f32 theta, sin_th, cos_th, tp, tq; in C_QUATSlerp() local 891 tp = sinf((1.0F - t) * theta) / sin_th; in C_QUATSlerp() 897 tp = 1.0F - t; in C_QUATSlerp() 901 r->x = tp * p->x + tq * q->x; in C_QUATSlerp() 902 r->y = tp * p->y + tq * q->y; in C_QUATSlerp() 903 r->z = tp * p->z + tq * q->z; in C_QUATSlerp() 904 r->w = tp * p->w + tq * q->w; in C_QUATSlerp()
|
| /RvlSDK-3.2.2/build/libraries/kpad/src/ |
| D | KPAD.c | 1881 KPADTmpStatus *tp = (KPADTmpStatus *)samplingBufs ; in KPADiRead() local 2019 tp += copy_ct ; in KPADiRead() 2033 --tp ; in KPADiRead() 2034 tp->w = *uwp ; in KPADiRead() 2080 tp = (KPADTmpStatus *)samplingBufs + copy_ct ; in KPADiRead() 2086 --tp ; in KPADiRead() 2087 uwp = &tp->w ; in KPADiRead() 2158 tp[ 0 ].k = kp->status ; in KPADiRead() 2167 --tp ; in KPADiRead() 2168 uwp = &tp->w ; in KPADiRead() [all …]
|