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);
351 #define VelReflect(cmp) \ argument352 if ( sc->cube[i].pos.cmp < - BOUNDARY ) \353 sc->cube[i].vel.cmp = fabsf(sc->cube[i].vel.cmp); \354 if ( sc->cube[i].pos.cmp > BOUNDARY ) \355 sc->cube[i].vel.cmp = - fabsf(sc->cube[i].vel.cmp);
95 ; ( rgba, rgb, cmp, i, ia )