Lines Matching defs:man
2773 uint32_t exp, man;
2785 man = coeff + (1 << (COEFF_SCALE_SHIFT - exp - 1));
2787 *mantissa = man >> (COEFF_SCALE_SHIFT - exp);
2798 uint32_t coeff, exp, man, tmp;
2879 otus_get_delta_slope(coeff, &exp, &man);
2881 cmd.dsc_man = htole32(man);
2882 DPRINTFN(DBG_CHAN, sc, "ds coeff=%u exp=%u man=%u\n",
2883 coeff, exp, man);
2887 otus_get_delta_slope(coeff, &exp, &man);
2889 cmd.dsc_shgi_man = htole32(man);
2890 DPRINTFN(DBG_CHAN, sc, "ds shgi coeff=%u exp=%u man=%u\n",
2891 coeff, exp, man);