Home
last modified time | relevance | path

Searched refs:fract (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/lib/os/
Dcbprintf_complete.c900 uint64_t fract = u.u64 & BIT64_MASK(FRACTION_BITS); in encode_float() local
901 bool is_subnormal = (expo == 0) && (fract != 0); in encode_float()
907 if (fract == 0) { in encode_float()
974 } else if ((fract != 0) in encode_float()
982 if (fract & mask) { in encode_float()
983 fract += mask; in encode_float()
990 bool require_dp = ((fract != 0) || conv->flag_hash); in encode_float()
1005 if (fract != 0) { in encode_float()
1006 sp = encode_uint(fract, &aconv, buf, spe); in encode_float()
1054 fract <<= EXPONENT_BITS; in encode_float()
[all …]
/Zephyr-Core-2.7.6/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c256 uint16_t freq, fract; in ieee802154_cc13xx_cc26xx_subg_set_channel() local
264 channel, &freq, &fract); in ieee802154_cc13xx_cc26xx_subg_set_channel()
280 drv_data->cmd_fs.fractFreq = fract; in ieee802154_cc13xx_cc26xx_subg_set_channel()