Searched refs:fract (Results 1 – 2 of 2) sorted by relevance
900 uint64_t fract = u.u64 & BIT64_MASK(FRACTION_BITS); in encode_float() local901 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 …]
256 uint16_t freq, fract; in ieee802154_cc13xx_cc26xx_subg_set_channel() local264 channel, &freq, &fract); in ieee802154_cc13xx_cc26xx_subg_set_channel()280 drv_data->cmd_fs.fractFreq = fract; in ieee802154_cc13xx_cc26xx_subg_set_channel()