Home
last modified time | relevance | path

Searched defs:RoundEven (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/
Dconverter_policies.hpp89 struct RoundEven struct
91 typedef S source_type ;
93 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;
95 static source_type nearbyint ( argument_type s ) in nearbyint()
124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ;
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3504 class RoundEven : public PreciseFunc1 class
3507 RoundEven(void) : PreciseFunc1("roundEven", deRoundEven) in RoundEven() function in deqp::gls::BuiltinPrecisionTests::Functions::RoundEven
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4532 class RoundEven : public PreciseFunc1<T> class
4535 RoundEven(void) : PreciseFunc1<T>("roundEven", deRoundEven) in RoundEven() function in vkt::shaderexecutor::Functions::RoundEven