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.cpp197 int is_signed = (conversion == 'd' || conversion == 'i' || conversion == 'o'); in format_integer() local
206 if (is_signed && static_cast<int64_t>(value) < 0) { in format_integer()
352 int is_signed = (c == 'd' || c == 'i' || c == 'o'); in out_vformat() local
375 if (is_signed) { in out_vformat()
/bionic/tests/
Dstdlib_test.cpp807 if (std::numeric_limits<T>::is_signed) { in CheckStrToInt()
847 if (std::numeric_limits<T>::is_signed) { in CheckStrToInt()
Dwchar_test.cpp459 if (std::is_signed<T>::value) { in TestWcsToIntLimits()