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

  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
round_style.pass.cpp 12 // round_style
20 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1");
21 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2");
22 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3");
23 static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4");
const_data_members.pass.cpp 37 round_style
66 test(std::numeric_limits<type>::round_style);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits.members/
round_style.pass.cpp 12 // round_style
20 static_assert(std::numeric_limits<T>::round_style == expected, "round_style test 1");
21 static_assert(std::numeric_limits<const T>::round_style == expected, "round_style test 2");
22 static_assert(std::numeric_limits<volatile T>::round_style == expected, "round_style test 3");
23 static_assert(std::numeric_limits<const volatile T>::round_style == expected, "round_style test 4");
const_data_members.pass.cpp 37 round_style
66 test(std::numeric_limits<type>::round_style);
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero,
82 "std::numeric_limits<A>::round_style == std::round_toward_zero");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/limits/numeric.limits/
default.pass.cpp 81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero,
82 "std::numeric_limits<A>::round_style == std::round_toward_zero");
  /frameworks/native/libs/math/include/math/
half.h 182 static constexpr const float_round_style round_style = round_indeterminate;
  /external/eigen/Eigen/src/Core/arch/CUDA/
Half.h 491 static const std::float_round_style round_style = std::round_to_nearest; member in struct:std::numeric_limits
  /external/eigen/unsupported/test/mpreal/
mpreal.h 65 // Meaning that "digits", "round_style" and similar members are defined as functions, not constants.
3050 inline static float_round_style round_style() function in class:std::numeric_limits
3095 static const std::float_round_style round_style = round_to_nearest; member in class:std::numeric_limits
    [all...]

Completed in 852 milliseconds