Searched refs:cmp (Results 1 – 3 of 3) sorted by relevance
276 #define VelReflect(cmp) \ argument277 if ( sc->cube[i].pos.cmp < - BOUNDARY ) \278 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \279 if ( sc->cube[i].pos.cmp > BOUNDARY ) \280 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);
348 #define VelReflect(cmp) \ argument349 if ( sc->cube[i].pos.cmp < - BOUNDARY ) \350 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \351 if ( sc->cube[i].pos.cmp > BOUNDARY ) \352 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);
95 ; ( rgba, rgb, cmp, i, ia )