Searched defs:RoundEven (Results 1 – 3 of 3) sorted by relevance
90 struct RoundEven struct92 typedef S source_type ;94 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ;96 static source_type nearbyint ( argument_type s ) in nearbyint()125 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ;
3290 class RoundEven : public PreciseFunc1 class3293 RoundEven (void) : PreciseFunc1("roundEven", deRoundEven) {} in RoundEven() function in deqp::gls::BuiltinPrecisionTests::Functions::RoundEven
4202 class RoundEven : public PreciseFunc1<T> class4205 RoundEven (void) : PreciseFunc1<T> ("roundEven", deRoundEven) {} in RoundEven() function in vkt::shaderexecutor::Functions::RoundEven