Searched refs:imaxdiv (Results 1 – 6 of 6) sorted by relevance
42 imaxdiv_t imaxdiv(intmax_t, intmax_t) __attribute__((__const__));
47 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv() function
229 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);251 using::imaxdiv;
638 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), ""); in main()
924 static_assert((std::is_same<decltype(std::imaxdiv(i, i)), std::imaxdiv_t>::value), ""); in main()
284 > 4. Removed non-existence functions imaxabs and imaxdiv from header inttypes.h