HomeSort by relevance Sort by last modified time
    Searched refs:is_representable (Results 1 - 3 of 3) sorted by null

  /external/libcxx/src/experimental/filesystem/
operations.cpp 554 bool is_representable(TimeSpec const& tm) { function in namespace:detail::__anon22865
566 static_assert(is_representable({max_seconds, max_nsec}), "");
567 static_assert(!is_representable({max_seconds + 1, 0}), "");
568 static_assert(!is_representable({max_seconds, max_nsec + 1}), "");
569 static_assert(!is_representable({max_time_t, 0}), "");
570 static_assert(is_representable({min_seconds, 0}), "");
571 static_assert(is_representable({min_seconds - 1, min_nsec_timespec}), "");
572 static_assert(is_representable({min_seconds - 1, min_nsec_timespec + 1}), "");
573 static_assert(!is_representable({min_seconds - 1, min_nsec_timespec - 1}), "");
574 static_assert(!is_representable({min_time_t, 999999999}), "")
583 bool is_representable(file_time_type const& tm) { function in namespace:detail::__anon22865
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 844 Label* is_representable) {
854 if ((is_not_representable != NULL) && (is_representable != NULL)) {
856 B(is_representable);
859 } else if (is_representable != NULL) {
860 B(is_representable, vc);
    [all...]
macro-assembler-arm64.h 581 Label * is_representable = NULL);
    [all...]

Completed in 177 milliseconds