Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/os/
Dcbprintf_complete.c999 struct conversion aconv = { in encode_float() local
1006 sp = encode_uint(fract, &aconv, buf, spe); in encode_float()
1039 aconv.specifier = 'i'; in encode_float()
1040 sp = encode_uint(expo, &aconv, buf, spe); in encode_float()