ref: 7e4b22f0fb9ceac0b49f9720ae37ff988a31e7bb
dir: /h/maygate.h/
typedef struct sp_maygate{
SPFLOAT prob;
SPFLOAT gate;
int mode;
} sp_maygate;
int sp_maygate_create(sp_maygate **p);
int sp_maygate_destroy(sp_maygate **p);
int sp_maygate_init(sp_data *sp, sp_maygate *p);
int sp_maygate_compute(sp_data *sp, sp_maygate *p, SPFLOAT *in, SPFLOAT *out);