Searched refs:precision (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 557 unsigned int flags, width, precision, n; in lv_vsnprintf_inner() local 631 precision = 0U; in lv_vsnprintf_inner() 636 precision = _atoi(&format); in lv_vsnprintf_inner() 640 precision = prec > 0 ? (unsigned int)prec : 0U; in lv_vsnprintf_inner() 742 precision, width, flags); in lv_vsnprintf_inner() 747 …t, buffer, idx, maxlen, (unsigned long)(value > 0 ? value : 0 - value), value < 0, base, precision, in lv_vsnprintf_inner() 753 …ut, buffer, idx, maxlen, (unsigned int)(value > 0 ? value : 0 - value), value < 0, base, precision, in lv_vsnprintf_inner() 769 …ng(out, buffer, idx, maxlen, va_arg(va, unsigned long long), false, base, precision, width, flags); in lv_vsnprintf_inner() 773 …oa_long(out, buffer, idx, maxlen, va_arg(va, unsigned long), false, base, precision, width, flags); in lv_vsnprintf_inner() 778 … idx = _ntoa_long(out, buffer, idx, maxlen, value, false, base, precision, width, flags); in lv_vsnprintf_inner() [all …]
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 39 …precision of 1ms by default to obtain timestamps when events occur. Therefore, it cannot accuratel… 233 …than the precision of the timestamps, this situation can occur. You can refer to the configuration…
|
/lvgl-latest/src/draw/sw/blend/helium/ |
D | lv_blend_helium.S | 292 .macro vqrdmulh_u8 Qd, Qn, Qm @ 1 bit precision loss
|