Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp190 int is_signed = (conversion == 'd' || conversion == 'i' || conversion == 'o'); in format_integer() local
199 if (is_signed && static_cast<int64_t>(value) < 0) { in format_integer()
345 int is_signed = (c == 'd' || c == 'i' || c == 'o'); in out_vformat() local
368 if (is_signed) { in out_vformat()
/bionic/tests/
Dstdlib_test.cpp731 if (std::numeric_limits<T>::is_signed) { in CheckStrToInt()
771 if (std::numeric_limits<T>::is_signed) { in CheckStrToInt()
Dwchar_test.cpp437 if (std::is_signed<T>::value) { in TestWcsToIntLimits()