Home
last modified time | relevance | path

Searched refs:imaxdiv (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/support/include/
Dinttypes.h42 imaxdiv_t imaxdiv(intmax_t, intmax_t) __attribute__((__const__));
/ndk/sources/android/support/src/
Dstdlib_support.c47 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcinttypes229 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);
251 using::imaxdiv;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp638 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp924 static_assert((std::is_same<decltype(std::imaxdiv(i, i)), std::imaxdiv_t>::value), ""); in main()
/ndk/docs/text/
DCHANGES.text284 > 4. Removed non-existence functions imaxabs and imaxdiv from header inttypes.h