Searched refs:dwba (Results 1 – 1 of 1) sorted by relevance
263 double_with_bit_access dwba; in get_bit_access() local264 dwba.F = x; in get_bit_access()265 return dwba; in get_bit_access()783 double_with_bit_access dwba = get_bit_access(positive_number); in log10_of_positive() local785 int exp2 = get_exp2(dwba); in log10_of_positive()787 dwba.U = (dwba.U & (((double_uint_t) (1) << DOUBLE_STORED_MANTISSA_BITS) - 1U)) | in log10_of_positive()789 double z = (dwba.F - 1.5); in log10_of_positive()813 double_with_bit_access dwba; in pow10_of_int() local817 dwba.U = ((double_uint_t)(exp2) + DOUBLE_BASE_EXPONENT) << DOUBLE_STORED_MANTISSA_BITS; in pow10_of_int()820 dwba.F *= 1 + 2 * z / (2 - z + (z2 / (6 + (z2 / (10 + z2 / 14))))); in pow10_of_int()[all …]
Completed in 21 milliseconds