fp_fdiv
fp_fdiv(&tmp, src); /* NOTE: src might be modified */
struct fp_ext *fp_fdiv(struct fp_ext *dest, struct fp_ext *src);
fp_fdiv(&tmp, dest);