Home | History | Annotate | Download | only in unit

Lines Matching defs:NPS

262 #define NPS 2048
267 void *ps[NPS];
284 for (unsigned i = 0; i < NPS; i++) {
297 for (unsigned i = 0; i < NPS; i += 2) {
314 #undef NPS
321 #define NPS (SMOOTHSTEP_NSTEPS + 1)
323 void *ps[NPS];
348 for (i = 0; i < NPS; i++) {
353 for (i = 0; i < NPS; i++) {
372 #undef NPS