Searched defs:half_cast (Results 1 – 2 of 2) sorted by relevance
2839 template<typename T,typename U> T half_cast(U arg) { return half_caster<T,U>::cast(arg); } in half_cast() function2853 …template<typename T,std::float_round_style R,typename U> T half_cast(U arg) { return half_caster<T… in half_cast() function
2841 template<typename T,typename U> T half_cast(U arg) { return half_caster<T,U>::cast(arg); } in half_cast() function2855 …template<typename T,std::float_round_style R,typename U> T half_cast(U arg) { return half_caster<T… in half_cast() function