HomeSort by relevance Sort by last modified time
    Searched refs:__int128_t (Results 51 - 75 of 102) sorted by null

1 23 4 5

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
integral.pass.cpp 53 test_integral<__int128_t>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/
is_specialized.pass.cpp 63 test<__int128_t>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
const_data_members.pass.cpp 133 TEST_NUMERIC_LIMITS(__int128_t)
134 TEST_NUMERIC_LIMITS(const __int128_t)
135 TEST_NUMERIC_LIMITS(volatile __int128_t)
136 TEST_NUMERIC_LIMITS(const volatile __int128_t)
denorm_min.pass.cpp 48 test<__int128_t>(0);
digits.pass.cpp 47 test<__int128_t, 127>();
digits10.pass.cpp 51 test<__int128_t, 38>();
epsilon.pass.cpp 48 test<__int128_t>(0);
infinity.pass.cpp 50 test<__int128_t>(0);
is_iec559.pass.cpp 46 test<__int128_t, false>();
is_signed.pass.cpp 46 test<__int128_t, true>();
max_digits10.pass.cpp 47 test<__int128_t, 0>();
max_exponent.pass.cpp 47 test<__int128_t, 0>();
max_exponent10.pass.cpp 47 test<__int128_t, 0>();
min_exponent.pass.cpp 47 test<__int128_t, 0>();
min_exponent10.pass.cpp 47 test<__int128_t, 0>();
radix.pass.cpp 47 test<__int128_t, 2>();
round_error.pass.cpp 48 test<__int128_t>(0);
traps.pass.cpp 53 test<__int128_t, integral_types_trap>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
integral.pass.cpp 53 test_integral<__int128_t>();
  /external/libcxx/test/libcxx/type_traits/
convert_to_integral.pass.cpp 101 check_integral_types<__int128_t, __int128_t>();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/type_traits/
convert_to_integral.pass.cpp 101 check_integral_types<__int128_t, __int128_t>();
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
has_denorm.pass.cpp 46 test<__int128_t, std::denorm_absent>();
quiet_NaN.pass.cpp 67 test<__int128_t>();
round_style.pass.cpp 46 test<__int128_t, std::round_toward_zero>();
signaling_NaN.pass.cpp 67 test<__int128_t>();

Completed in 266 milliseconds

1 23 4 5