Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c1010 struct conversion aconv = { in encode_float() local
1017 sp = encode_uint(fract, &aconv, buf, spe); in encode_float()
1056 aconv.specifier = 'i'; in encode_float()
1057 sp = encode_uint(expo, &aconv, buf, spe); in encode_float()