Home
last modified time | relevance | path

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

/src/klibc/
A Drt_vsnprintf_std.c785 int exp2 = get_exp2(dwba); in log10_of_positive() local
801 + exp2 * 0.30102999566398119521 // = exp2 * log_10(2) = exp2 * ln(2)/ln(10) in log10_of_positive()
814 int exp2 = bastardized_floor(floored_exp10 * 3.321928094887362 + 0.5); in pow10_of_int() local
815 const double z = floored_exp10 * 2.302585092994046 - exp2 * 0.6931471805599453; in pow10_of_int()
817 dwba.U = ((double_uint_t)(exp2) + DOUBLE_BASE_EXPONENT) << DOUBLE_STORED_MANTISSA_BITS; in pow10_of_int()

Completed in 5 milliseconds