Home
last modified time | relevance | path

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

/src/klibc/
A Drt_vsnprintf_std.c231 typedef uint32_t double_uint_t; typedef
240 typedef uint64_t double_uint_t; typedef
252 double_uint_t U;
787 dwba.U = (dwba.U & (((double_uint_t) (1) << DOUBLE_STORED_MANTISSA_BITS) - 1U)) | in log10_of_positive()
788 ((double_uint_t) DOUBLE_BASE_EXPONENT << DOUBLE_STORED_MANTISSA_BITS); in log10_of_positive()
817 dwba.U = ((double_uint_t)(exp2) + DOUBLE_BASE_EXPONENT) << DOUBLE_STORED_MANTISSA_BITS; in pow10_of_int()

Completed in 4 milliseconds