Searched refs:lldiv_t (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 49 typedef ::lldiv_t lldiv_t; typedef 96 using _STLP_VENDOR_CSTD::lldiv_t; 100 using ::lldiv_t; 152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x,… in div() 155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } in div()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cstdlib | 33 lldiv_t // C99 69 lldiv_t div(long long numer, long long denom); // C++0X 71 lldiv_t lldiv(long long numer, long long denom); // C99 101 using ::lldiv_t; 166 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(…
|
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 40 std::lldiv_t lld; in main() 75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); in main() 77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 40 lldiv_t lld; in main() 73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 106 using ::lldiv_t;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 106 using ::lldiv_t;
|