Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_printf/
Dprintf.c475 int exp2 = (int) ((conv.U >> 52U) & 0x07FFU) - 1023; // effectively log2 in _etoa() local
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c330 double WRAPPER_FUNC(exp2)(double x) { in WRAPPER_FUNC() argument