HomeSort by relevance Sort by last modified time
    Searched refs:__uint128_t (Results 101 - 125 of 207) sorted by null

1 2 3 45 6 7 8 9

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
radix.pass.cpp 48 test<__uint128_t, 2>();
round_error.pass.cpp 49 test<__uint128_t>(0);
traps.pass.cpp 53 test<__uint128_t, integral_types_trap>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
integral.pass.cpp 54 test_integral<__uint128_t>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_signed.pass.cpp 57 test_is_not_signed<__uint128_t>();
is_unsigned.pass.cpp 56 test_is_unsigned<__uint128_t>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/
is_specialized.pass.cpp 64 test<__uint128_t>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
const_data_members.pass.cpp 170 TEST_NUMERIC_LIMITS(__uint128_t)
171 TEST_NUMERIC_LIMITS(const __uint128_t)
172 TEST_NUMERIC_LIMITS(volatile __uint128_t)
173 TEST_NUMERIC_LIMITS(const volatile __uint128_t)
denorm_min.pass.cpp 48 test<__uint128_t>(0);
digits.pass.cpp 48 test<__uint128_t, 128>();
digits10.pass.cpp 52 test<__uint128_t, 38>();
epsilon.pass.cpp 49 test<__uint128_t>(0);
infinity.pass.cpp 51 test<__uint128_t>(0);
is_iec559.pass.cpp 47 test<__uint128_t, false>();
is_signed.pass.cpp 47 test<__uint128_t, false>();
max_digits10.pass.cpp 48 test<__uint128_t, 0>();
max_exponent.pass.cpp 48 test<__uint128_t, 0>();
max_exponent10.pass.cpp 48 test<__uint128_t, 0>();
min_exponent.pass.cpp 48 test<__uint128_t, 0>();
min_exponent10.pass.cpp 48 test<__uint128_t, 0>();
radix.pass.cpp 48 test<__uint128_t, 2>();
round_error.pass.cpp 49 test<__uint128_t>(0);
traps.pass.cpp 54 test<__uint128_t, integral_types_trap>();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.comp/
integral.pass.cpp 54 test_integral<__uint128_t>();
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIntDiv.h 101 __uint128_t v = static_cast<__uint128_t>(a) * static_cast<__uint128_t>(b);
120 return static_cast<uint64_t>((static_cast<__uint128_t>(1) << (64+log_div)) / static_cast<__uint128_t>(divider) - (static_cast<__uint128_t>(1) << 64) + 1);
144 // the __uint128_t type.
162 // Must have 0 <= numerator. On platforms that dont support the __uint128_t

Completed in 284 milliseconds

1 2 3 45 6 7 8 9