Home
last modified time | relevance | path

Searched defs:__sign (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Dmidpoint.h68 _LIBCPP_HIDE_FROM_ABI constexpr int __sign(_Tp __val) { in __sign() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformatter_integral.h52 …E_FROM_ABI inline char* __insert_sign(char* __buf, bool __negative, __format_spec::__sign __sign) { in __insert_sign()
Dparser_std_format_spec.h169 enum class _LIBCPP_ENUM_VIS __sign : uint8_t { enum