Searched defs:RoundEven (Results 1 – 3 of 3) sorted by relevance
89 struct RoundEven struct91 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 ;
3504 class RoundEven : public PreciseFunc1 class3507 RoundEven(void) : PreciseFunc1("roundEven", deRoundEven) in RoundEven() function in deqp::gls::BuiltinPrecisionTests::Functions::RoundEven
4532 class RoundEven : public PreciseFunc1<T> class4535 RoundEven(void) : PreciseFunc1<T>("roundEven", deRoundEven) in RoundEven() function in vkt::shaderexecutor::Functions::RoundEven