Searched refs:round_style (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
H A Dround_style.pass.cpp12 // 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");
H A Dconst_data_members.pass.cpp37 round_style
66 test(std::numeric_limits<type>::round_style);
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits/
H A Ddefault.pass.cpp81 static_assert(std::numeric_limits<A>::round_style == std::round_toward_zero,
82 "std::numeric_limits<A>::round_style == std::round_toward_zero");
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h63 // Meaning that "digits", "round_style" and similar members are defined as functions, not constants.
3019 inline static float_round_style round_style() function in class:std::numeric_limits
3051 // Digits and round_style are NOT constants when it comes to mpreal.
3052 // If possible, please use functions digits() and round_style() defined above.
3064 static const std::float_round_style round_style = round_to_nearest; member in class:std::numeric_limits

Completed in 98 milliseconds