fxp_math           50 clib/fxp.c     static struct fxp *fxp_math(struct fxp *, struct fxp *, int);
fxp_math          296 clib/fxp.c        result = fxp_math(ad1, ad2, FXP_OP_ADD);
fxp_math          313 clib/fxp.c        result = fxp_math(ad1, ad2, FXP_OP_SUB);
fxp_math          330 clib/fxp.c        result = fxp_math(ad1, ad2, FXP_OP_MUL);
fxp_math          347 clib/fxp.c        result = fxp_math(ad1, ad2, FXP_OP_DIV);