Home
last modified time | relevance | path

Searched refs:exp_bias (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c129 u16 exp_bias = ctrls->exposure_bias->val; in s5c73m3_set_exposure() local
130 ret = s5c73m3_isp_command(state, COMM_EV, exp_bias); in s5c73m3_set_exposure()
/openbmc/qemu/disas/
H A Dm68k.c77 int exp_bias; member
4790 exponent -= fmt->exp_bias; in floatformat_to_double()
4817 (- fmt->exp_bias in floatformat_to_double()
4940 if (exponent + fmt->exp_bias - 1 > 0) in floatformat_from_double()
4942 fmt->exp_len, exponent + fmt->exp_bias - 1); in floatformat_from_double()
4949 mant = ldexp (mant, exponent + fmt->exp_bias - 1); in floatformat_from_double()
4967 && exponent + fmt->exp_bias - 1 > 0) in floatformat_from_double()
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc121 p->exp = fmt->frac_shift - fmt->exp_bias
126 p->exp -= fmt->exp_bias;
196 exp = p->exp + fmt->exp_bias;
H A Dsoftfloat.c524 int exp_bias; member
537 .exp_bias = ((1 << E) - 1) >> 1, \
1739 float32_params.exp_bias - shift + 1 + in float64r32_round_pack_canonical()
1740 float64_params.exp_bias); in float64r32_round_pack_canonical()
1744 p->exp += float64_params.exp_bias - float32_params.exp_bias; in float64r32_round_pack_canonical()