_PIPE
#define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a)))
#define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b)