Home
last modified time | relevance | path

Searched refs:NSTEP_SEARCH (Results 1 – 1 of 1) sorted by relevance

/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dprime_count_tables.h69 #define NSTEP_SEARCH(name) \ macro
84 if (NSTEP_IF(0)) { NSTEP_SEARCH(0); } \
85 else if (NSTEP_IF(1)) { NSTEP_SEARCH(1); } \
86 else if (NSTEP_IF(2)) { NSTEP_SEARCH(2); } \
87 else if (NSTEP_IF(3)) { NSTEP_SEARCH(3); } \
88 else if (NSTEP_IF(4)) { NSTEP_SEARCH(4); } \
89 else if (NSTEP_IF(5)) { NSTEP_SEARCH(5); } \
90 else { NSTEP_SEARCH(6); } \