Searched refs:ldiv_t (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/include/ |
D | cstdlib | 32 ldiv_t 68 ldiv_t div( long numer, long denom); 70 ldiv_t ldiv( long numer, long denom); 99 using ::ldiv_t; 164 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(…
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 39 std::ldiv_t ld; in main() 74 static_assert((std::is_same<decltype(std::div(0L,0L)), std::ldiv_t>::value), ""); in main() 76 static_assert((std::is_same<decltype(std::ldiv(0L,0L)), std::ldiv_t>::value), ""); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 39 ldiv_t ld; in main() 72 static_assert((std::is_same<decltype(ldiv(0L,0L)), ldiv_t>::value), ""); in main()
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 19 } ldiv_t; typedef 829 extern ldiv_t ldiv (long int __numer, long int __denom)
|