Searched refs:lldiv_t (Results 1 - 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_cstdlib.h49 typedef ::lldiv_t lldiv_t; typedef in namespace:std
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, __y); }
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); }
/ndk/sources/cxx-stl/gabi++/include/
H A Dcstdlib106 using ::lldiv_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp40 lldiv_t lld;
73 static_assert((std::is_same<decltype(lldiv(0LL,0LL)), lldiv_t>::value), "");
/ndk/sources/cxx-stl/system/include/
H A Dcstdlib106 using ::lldiv_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
H A Dcstdlib.pass.cpp40 std::lldiv_t lld;
75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), "");
77 static_assert((std::is_same<decltype(std::lldiv(0LL,0LL)), std::lldiv_t>::value), "");

Completed in 176 milliseconds